/*
	Adviser Portals Theme: Tempo
	================================
	Copyright Adviser Portals Ltd, 2014 All Rights Reserved.
	
	Designed by Andy Griffiths, 2013
	Updated by Andy Griffiths, 2014        
*/


/* -------------------------------------------------- 
	Table of Contents
-----------------------------------------------------
:: #Clearing
:: #Fixes
:: #Grid
:: #General
:: #Typography
:: #Navigation
:: #Log In
:: #Blog
:: #Media Queries
:: #Calculators
*/

/* -----------------------------------------
	#Clearing
----------------------------------------- */
	
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/* -----------------------------------------
	#Fixes
----------------------------------------- */

/* Fix for top tool bar */
#ccm-toolbar, a#ccm-nav-edit.ccm-icon-edit, a#ccm-nav-dashboard, a#ccm-nav-sign-out, .ccm-input-text {
  -moz-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
}

/* Fix for Page Properties */
.ui-dialog #cDatePublic_dt {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Fix for area heights */
div.ccm-add-block {
	padding-top: 5px!important; 
	padding-bottom: 5px!important; 
}

/* Fix for Tabs Index */
.section-container.auto > section .content, .section-container.auto > .section .content {
    border: 1px solid #CCCCCC;
    top: -1px;
    z-index: 4;
}

/* Fix for Tabs Index */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background-color: white;
    border-bottom: 0 none;
    z-index: 5;
}

/* Fix for Design Tool */
.ccm-ui input, .ccm-ui textarea, .ccm-ui .uneditable-input  {
  -moz-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
}

#ccm-toolbar, a#ccm-nav-edit.ccm-icon-edit, a#ccm-nav-dashboard, a#ccm-nav-sign-out, .ccm-input-text, #ifapcalculatoritem-wrap * {
  -moz-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
}/* Fix for top tool bar */

div.ccm-add-block {
	padding-top: 5px!important; 
	padding-bottom: 5px!important; 
}/* Fix for area heights */

select {
	width: auto;
}

.tooltip {
    left: auto;
    max-width: auto;
    position: relative;
    width: auto;
    z-index: 999;
}

/* -----------------------------------------
	#Grid
----------------------------------------- */

.row .one-third {
	position: relative;
	width: 33.333333333333333%;
}

.row .two-thirds {
	position: relative;
	width: 66.666666666666667%;
}

/* -----------------------------------------
	#General
----------------------------------------- */

.clear {
	clear: both;
}

#back-top {

}

#back-top a {
	background-color: #FFFFFF;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	padding-top: 6px;
	float: right;
}

#back-top a:hover {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

#toplink a {

}

.alpha {
padding-left: 0!important;
}

.omega {
padding-right: 0!important;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

/* Padding */

.pad-top-small {
	padding-top: 15px;
}

.pad-bottom-small {
	padding-bottom: 15px;
}

.pad-top-medium {
	padding-top: 30px;
}

.pad-bottom-medium {
	padding-bottom: 30px;
}

.pad-top-large {
	padding-top: 50px;
}

.pad-bottom-large {
	padding-bottom: 50px;
}

.pad-all {
	padding: 20px;
}

.pad-top {
	padding-top: 20px; 
}

.pad-top-40 {
	padding-top: 40px; 
}

.pad-bottom {
	padding-bottom: 20px; 
}

.pad-bottom-40 {
	padding-bottom: 40px; 
}

.pad-top-small {
	padding-top: 5px; 
}

.pad-bottom-small {
	padding-bottom: 5px; 
}

.pad-left {
	padding-left: 20px; 
}

.pad-right {
	padding-right: 20px; 
}

.shadow {
	-moz-box-shadow:    3px 3px 6px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.05);
	box-shadow:         3px 3px 6px 1px rgba(0,0,0,0.05);
}

.shadow-top {
	-moz-box-shadow:    0 3px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	box-shadow:         0 3px 3px rgba(0,0,0,0.05);
}

.outline {
	border: 1px solid rgba(0,0,0,0.05);
}

.fill-white {
	background-color: #FFFFFF;
}

.fill-grey {
	background-color: #F9F9F9;
}

.noise {
	background-image: url(/themes/tempo/images/noise-bg.png);
	background-repeat: repeat;
}

.border-top {
	border-top: 2px dotted rgba(0,0,0,0.1);
}

.border-bottom {
	border-bottom: 2px dotted rgba(0,0,0,0.1);
}

body {
	/* customize_body_background_color */ background-color:#303030; /* customize_body_background_color */
}

small {
	font-size: 80%;
}

.top-panel-wrap {
	/* customize_top_bar_background_color */ background-color:#000000; /* customize_top_bar_background_color */
	/* customize_top_bar_font_color */ color:#FFFFFF; /* customize_top_bar_font_color */
	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
	position: relative;
	z-index: 5;
}

.top-panel-wrap p {
	font-size: 12px;
	margin-bottom: 0;
	padding: 5px 0;
}

.top-panel {

}

.top-panel h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.page-wrap {
	/* customize_page_wrap_background_color */ background-color:#FFFFFF; /* customize_page_wrap_background_color */
	/* margin-bottom: -50px; */
	position: relative;
	z-index: 2;	
	-moz-box-shadow:    0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow:         0 0 3px rgba(0,0,0,0.2);	
}

.header-wrap {
	/* customize_header_wrap_background_color */ background-color:#FFFFFF; /* customize_header_wrap_background_color */
	position: relative;
	z-index: 2;
}

.main {
	/* customize_main_wrap_background_color */ background-color:#FFFFFF; /* customize_main_wrap_background_color */
	background-image: url(/themes/tempo/images/contempo-shadow-top.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 20px;
}

.main-inner {
	padding-bottom: 20px;
	background-image: url(/themes/tempo/images/contempo-shadow-bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.featured-top-wrap {
	position: relative;
	z-index: 1;
}

.featured-top-wrap img {
	display: block;
}

.footer-top-wrap {
	/* customize_footer_top_background_color */ background-color:#20c3f5; /* customize_footer_top_background_color */
	/* customize_footer_top_text_color */ color:#FFFFFF; /* customize_footer_top_text_color */
}

.footer-bottom-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	/* customize_footer_bottom_background_color */ background-color:#eb5a50; /* customize_footer_bottom_background_color */
	/* customize_footer_bottom_text_color */ color:#FFFFFF; /* customize_footer_bottom_text_color */
}

.copyright p {
	margin-bottom: 0;
	line-height: 30px;
}

/* -----------------------------------------
	#Typography
----------------------------------------- */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.2px;
	color: #3A3A3A;
}

p, ul, ol {

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 0.3px;
	/* customize_heading_color */ color:#eb5a50; /* customize_heading_color */
}

h2 {
	font-weight: 700;
	font-size: 1.8em;
}

h3 {
	font-weight: 700;
	font-size: 1.4em;
}

.main ul {
	padding-left: 16px;
}

ul.inputs-list {
	list-style: none;
}

.main ol {
	padding-left: 20px;
}

a, a:focus {
	/* customize_link_color */ color:#eb5a50; /* customize_link_color */
}

a:hover, a:active {
	/* customize_link_hover_color */ color:#20c3f5; /* customize_link_hover_color */
}

.username {
	font-weight: 700;
}

/* -----------------------------------------
	#Navigation
----------------------------------------- */

/* iPad */


/* Horizontal Navigation */

.fixed {
	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.header-nav,
.header-nav .fixed {
	/* customize_nav_background_color */ background-color:#eb5a50; /* customize_nav_background_color */
}

nav.top-bar, .contain-to-grid, .top-bar-section ul {
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
}

.top-bar-section ul {
	/* padding: 5px; */
}

.top-bar-section ul li {
	/* padding: 5px; */
}

.top-bar-section li a:not(.button) {
	background-color: transparent;
}

nav.top-bar ul li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
	/* customize_nav_link_color */ color:#f7f7f7; /* customize_nav_link_color */
}

nav.top-bar ul li ul.dropdown {
	/* customize_sub_nav_background_color */ background-color:#eb5a50; /* customize_sub_nav_background_color */
	margin: 0;
	padding: 0;
}

nav.top-bar ul li ul.dropdown li {
	padding: 0px;
}

nav.top-bar ul li ul.dropdown li a {
	padding: 10px;
}

nav.top-bar ul li ul.dropdown ul {
	margin-left: 0;
}

nav.top-bar ul li ul li a {
	text-transform: none;
	font-weight: 300;
}

nav.top-bar ul li a.nav-selected, nav.top-bar ul li a.nav-path-selected {
	/* customize_nav_seleced_background_color */ background-color:#20c3f5; /* customize_nav_seleced_background_color */
	/* customize_nav_seleced_font_color */ color:#FFFFFF; /* customize_nav_seleced_font_color */
}

nav.top-bar section.top-bar-section li a:hover {
	/* customize_nav_hover_background_color */ background-color:#20c3f5; /* customize_nav_hover_background_color */
	/* customize_nav_seleced_font_hover_color */ color:#FFFFFF; /* customize_nav_seleced_font_hover_color */
}

/* Has Dropdown */

.ap-wrapper .top-bar-section .has-dropdown > a:after {
	/* customize_top_bar_nav_triangle */ border-top-color:#ffffff; /* customize_top_bar_nav_triangle */
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* -----------------------------------------
	#Quick Contact
----------------------------------------- */

.top-panel .ap-quick-contact-wrapper h1,
.top-panel .ap-quick-contact-wrapper h2,
.top-panel .ap-quick-contact-wrapper h3,
.top-panel .ap-quick-contact-wrapper h4,
.top-panel .ap-quick-contact-wrapper h5,
.top-panel .ap-quick-contact-wrapper h6 {
	line-height: 32px;
}

/* -----------------------------------------
	#Social Links
----------------------------------------- */

.top-panel .ap-social-links-wrapper {
	position:relative;height:auto;width:100%;padding:0px;
	margin-top: 0;
	margin-bottom: 0;
}

/* -----------------------------------------
	#Call Out
----------------------------------------- */

.featured-top-wrap section.ap-call-out,
.featured-top-wrap section.ap-call-out-cover {
	margin-bottom: 0;
}

/* -----------------------------------------
	#Log In
----------------------------------------- */

.login-form,
.register-form {

}

.login-form .button,
.register-form .button {
	width: 100%;
}

fieldset input#submit.button, fieldset a.button {
	margin-bottom: 0;
}

fieldset label.checkbox {
	margin-bottom: 20px;
}

/* Media Queries */
@media only screen and (min-width: 58.75em) {

	.title-area {
		display: none;
	}
}

@media only screen and (max-width: 58.75em) {

	.top-panel-wrap {
		display: none;
	}

	nav.top-bar, .contain-to-grid, .top-bar-section ul {
	    /* customize_mobile_nav */ background-color:#eb5a50; /* customize_mobile_nav */
	    margin-bottom: 0;
	}
	
	.top-bar-section .has-dropdown > a:after {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
		border-image: none;
		border-style: solid;
		border-width: 5px;
		content: "";
		display: block;
		height: 0;
		margin-top: -2.5px;
		width: 0;
	}
	
	.name h1 {
		display: none;
	}

}

/* Buttons */

.ap-wrapper button, .ap-wrapper .button {
  cursor: pointer;
  /* font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; */
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #0079a1;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
.ap-wrapper button:hover, .ap-wrapper button:focus, .ap-wrapper .button:hover, .ap-wrapper .button:focus {
  background-color: #0079a1;
}
.ap-wrapper button:hover, .ap-wrapper button:focus, .ap-wrapper .button:hover, .ap-wrapper .button:focus {
  color: #fff;
}
.ap-wrapper button.secondary, .ap-wrapper .button.secondary {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: #333;
}
.ap-wrapper button.secondary:hover, .ap-wrapper button.secondary:focus, .ap-wrapper .button.secondary:hover, .ap-wrapper .button.secondary:focus {
  background-color: #dadada;
}
.ap-wrapper button.secondary:hover, .ap-wrapper button.secondary:focus, .ap-wrapper .button.secondary:hover, .ap-wrapper .button.secondary:focus {
  color: #333;
}
.ap-wrapper button.success, .ap-wrapper .button.success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: #fff;
}
.ap-wrapper button.success:hover, .ap-wrapper button.success:focus, .ap-wrapper .button.success:hover, .ap-wrapper .button.success:focus {
  background-color: #3c9a5f;
}
.ap-wrapper button.success:hover, .ap-wrapper button.success:focus, .ap-wrapper .button.success:hover, .ap-wrapper .button.success:focus {
  color: #fff;
}
.ap-wrapper button.alert, .ap-wrapper .button.alert {
  background-color: #f04124;
  border-color: #ea2f10;
  color: #fff;
}
.ap-wrapper button.alert:hover, .ap-wrapper button.alert:focus, .ap-wrapper .button.alert:hover, .ap-wrapper .button.alert:focus {
  background-color: #ea2f10;
}
.ap-wrapper button.alert:hover, .ap-wrapper button.alert:focus, .ap-wrapper .button.alert:hover, .ap-wrapper .button.alert:focus {
  color: #fff;
}
.ap-wrapper button.large, .ap-wrapper .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
.ap-wrapper button.small, .ap-wrapper .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
.ap-wrapper button.tiny, .ap-wrapper .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/*
html.js body div.ap-wrapper div.page-wrap.row div#main-wrap div#main div#log-in-wrap.small-centered form fieldset input#uName.ccm-input-text {
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
*/

/* Featured Services */

.ap-featured-services-wrapper {

}

.ap-featured-services {
	position: relative;
}

.ap-featured-services-title {
	text-align: center;
}

.ap-featured-services-description-wrapper {
	display: none;
}

.ap-featured-services-description {
	text-align: center;
/* 	display: table; */
	position: absolute;
	height: 100%;
	width: 100%;	
	border-radius: 1000px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	padding: 10px;
}

.ap-featured-services-description .ap-featured-services-description-text {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 17px;
}

.ap-featured-services-image {
	position: relative;
	text-align: center;
}

.ap-featured-services-image img {
	border-radius: 1000px;
	display: block;
	-webkit-box-shadow: 3px 3px 6px rgba(255,255,255,1);
	box-shadow: 3px 3px 6px rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
}

.ap-featured-services-image .box-inner:after {
	border-radius: 1000px;
	bottom: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7) inset;
	box-shadow: 0 0 10px rgba(0,0,0,0.7) inset;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ap-featured-services-image .box-inner {
	border-radius: 1000px;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 180px;
}

/* API Content */

p, ul, ol, .ap-wrapper #ifapnewsfeeditem-wrap, .ap-wrapper #ifapfsadisclosure-wrap, .ap-wrapper #ifaparticles-wrap, .ap-wrapper #ifapmarketsummary-wrap, .ap-wrapper #ifapcalculators-wrap, .ap-wrapper #ifapwraps-wrap, .ap-wrapper #ifapresearchlinks-wrap, .ap-wrapper #ifapnewsletters-wrap, .ap-wrapper #ifapvideos-wrap, .ap-wrapper #ifapplugins-wrap, .ap-wrapper #ifapbiographies-wrap, .ap-wrapper #ifapformitem-wrap, .ap-wrapper #ifapcontactlist-wrap, .ap-wrapper ifapbusinessinformation-wrap, .ap-wrapper #ifapcontactlist-wrap, .ap-wrapper #ifapbusinessinformation-wrap, .ap-wrapper #ifapofficelocations-wrap {
font-size: 13px;
line-height: 18px;
}

.ap-document-title {
	font-size: 15px;
}

.ap-document-description {
	font-size: 13px;
}

#ifapformitem-wrap, #ifapformitem-wrap * {
	-moz-box-sizing: content-box;
	-webkit-sizing: content-box;
	box-sizing: content-box;
}

#ifapformitem-wrap select {
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
}

#ifapmarketsummary-wrap .marketsummary table {
	-moz-box-shadow:    3px 3px 6px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.05);
	box-shadow:         3px 3px 6px 1px rgba(0,0,0,0.05);
}

#ifaparticles-wrap .button,
#ifapcalculators-wrap .button,
#ifapplugins-wrap .button,
#ifapresearchlinks-wrap .button,
#ifapnewsletters-wrap .button,
#ifapvideos-wrap .button,
#ifapwraps-wrap .button,
.ap-custom-content-wrap .button ,
.ap-custom-content-wrap .button:hover {
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal !important;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: none;
}

#ifaparticles-wrap img {
	border-radius: 200px;
}

#ifaparticles-wrap img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#ifapbiographies-wrap .bionopicture {
	margin-bottom: 0;
}

#ifaparticles-wrap .ifaparticle, 
#ifapcalculators-wrap .ifapcalculator,
#ifapplugins-wrap .ifapplugin,
#ifapresearchlinks-wrap .ifapresearchlink,
#ifapnewsletters-wrap .ifapnewsletter,
#ifapvideos-wrap .ifapvideo,
#ifapwraps-wrap .ifapwrap,
#ifapbiographies-wrap .ifapbiography {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	background-color: #FFFFFF;
	-moz-box-shadow:    3px 3px 6px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.05);
	box-shadow:         3px 3px 6px 1px rgba(0,0,0,0.05);
}

#ifaparticles-wrap .ifaparticle:nth-child(2n+2), 
#ifapcalculators-wrap .ifapcalculator:nth-child(2n+2),
#ifapplugins-wrap .ifapplugin:nth-child(2n+2),
#ifapresearchlinks-wrap .ifapresearchlink:nth-child(2n+2),
#ifapnewsletters-wrap .ifapnewsletter:nth-child(2n+2),
#ifapvideos-wrap .ifapvideo:nth-child(2n+2),
#ifapwraps-wrap .ifapwrap:nth-child(2n+2),
#ifapbiographies-wrap .ifapbiography:nth-child(2n+2){
	background-color: rgba(0,0,0,0.05);
}

.ap-wrapper .titlelink {
	font-weight: bold;
	font-size: 15px;
}

#ifap-general-enquiry-form-wrap input[type="text"] {
  -moz-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;	
}

#ifap-general-enquiry-form-wrap .disclaimer-top, #ifap-general-enquiry-form-wrap .disclaimer-bottom {
/* 	width: 496px!important; */
}

/* #Calculators */

#ifap-general-enquiry-form-wrap,
#ifap-mortgage-enquiry-form-wrap,
#ifap-protection-enquiry-form-wrap,
#ifap-pension-enquiry-form-wrap,
#ifap-investment-enquiry-form-wrap,
#ifap-tcf-form-wrap,
#ifapcalculator-income-expenditure-wrap,
#ifapcalculator-income-tax-wrap,
#ifapcalculator-inflation-wrap,
#ifapcalculator-inheritance-wrap,
#ifapcalculator-investment-wrap,
#ifapcalculator-loan-repayment-wrap,
#ifapcalculator-mortgage-borrowing-wrap,
#ifapcalculator-mortgage-repayment-wrap,
#ifapcalculator-pension-shortfall-wrap {
/* customize_calculator_colour */ background-color:#000000!important; /* customize_calculator_colour */
/* customize_calculator_border_colour */ border-color:#000000!important; /* customize_calculator_border_colour */
}

/* #Forms */

/* Mortgage Fee Statement */

.ap-wrapper #ifapmortgagedisclosure-wrap {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 15px 15px 0 !important;
}

/* -----------------------------------------
	#IE 8
----------------------------------------- */

/* The Grid ---------------------- */
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column, 
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }

.lt-ie9 .large-1, 
.lt-ie9 .row .large-1 { width: 8.33333%; }

.lt-ie9 .large-2, 
.lt-ie9 .row .large-2 { width: 16.66667%; }

.lt-ie9 .large-3, 
.lt-ie9 .row .large-3 { width: 25%; }

.lt-ie9 .large-4, 
.lt-ie9 .row .large-4 { width: 33.33333%; }

.lt-ie9 .large-5, 
.lt-ie9 .row .large-5 { width: 41.66667%; }

.lt-ie9 .large-6, 
.lt-ie9 .row .large-6 { width: 50%; }

.lt-ie9 .large-7, 
.lt-ie9 .row .large-7 { width: 58.33333%; }

.lt-ie9 .large-8, 
.lt-ie9 .row .large-8 { width: 66.66667%; }

.lt-ie9 .large-9, 
.lt-ie9 .row .large-9 { width: 75%; }

.lt-ie9 .large-10, 
.lt-ie9 .row .large-10 { width: 83.33333%; }

.lt-ie9 .large-11, 
.lt-ie9 .row .large-11 { width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 { width: 100%; }

.lt-ie9 .row .large-offset-1 { margin-left: 8.33333%; }
.lt-ie9 .row .large-offset-2 { margin-left: 16.66667%; }
.lt-ie9 .row .large-offset-3 { margin-left: 25%; }
.lt-ie9 .row .large-offset-4 { margin-left: 33.33333%; }
.lt-ie9 .row .large-offset-5 { margin-left: 41.66667%; }
.lt-ie9 .row .large-offset-6 { margin-left: 50%; }
.lt-ie9 .row .large-offset-7 { margin-left: 58.33333%; }
.lt-ie9 .row .large-offset-8 { margin-left: 66.66667%; }
.lt-ie9 .row .large-offset-9 { margin-left: 75%; }
.lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }

.lt-ie9 .pull-2 { right: 16.66667%; }
.lt-ie9 .pull-3 { right: 25%; }
.lt-ie9 .pull-4 { right: 33.33333%; }
.lt-ie9 .pull-5 { right: 41.66667%; }
.lt-ie9 .pull-6 { right: 50%; }
.lt-ie9 .pull-7 { right: 58.33333%; }
.lt-ie9 .pull-8 { right: 66.66667%; }
.lt-ie9 .pull-9 { right: 75%; }
.lt-ie9 .pull-10 { right: 83.33333%; }

.lt-ie9 .push-2 { left: 16.66667%; }
.lt-ie9 .push-3 { left: 25%; }
.lt-ie9 .push-4 { left: 33.33333%; }
.lt-ie9 .push-5 { left: 41.66667%; }
.lt-ie9 .push-6 { left: 50%; }
.lt-ie9 .push-7 { left: 58.33333%; }
.lt-ie9 .push-8 { left: 66.66667%; }
.lt-ie9 .push-9 { left: 75%; }
.lt-ie9 .push-10 { left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }

.lt-ie9 .page-wrap {
	margin-bottom: 0;
}

.lt-ie9 .top-bar {
/* background: #2f2f2f; */
*zoom: 1;
overflow: visible;
}
.lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
content: " ";
display: table;
}
.lt-ie9 .top-bar:after { clear: both; }
.lt-ie9 .top-bar .toggle-topbar { display: none; }
.lt-ie9 .top-bar .title-area { float: left; }
.lt-ie9 .top-bar .name h1 a { width: auto; }
.lt-ie9 .top-bar input,
.lt-ie9 .top-bar .button {
line-height: 2em;
font-size: 0.875em;
height: 2em;
padding: 0 10px;
position: relative;
top: 8px;
}
.lt-ie9 .top-bar.expanded { background: #111111; }
.lt-ie9 .contain-to-grid .top-bar {
max-width: 57.5em;
margin: 0 auto;
min-height: 62px;
}
.lt-ie9 .top-bar-section {
-webkit-transition: none 0 0;
-moz-transition: none 0 0;
transition: none 0 0;
left: 0 !important;
}
.lt-ie9 .top-bar-section ul {
width: auto;
height: auto !important;
display: inline;
}
.lt-ie9 .top-bar-section ul li { float: left; }
.lt-ie9 .top-bar-section ul li > a { padding-right: 14px !important; }
.lt-ie9 .top-bar-section ul li .js-generated { display: none; }
.lt-ie9 .top-bar-section li a:not(.button) {
padding: 0 15px;
line-height: 45px;
background: #111111;
}
.lt-ie9 .top-bar-section li a:not(.button):hover { background: #2b2b2b; }
.lt-ie9 .top-bar-section .has-dropdown > a { /* padding-right: 35px !important; */ }
.lt-ie9 .top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: solid 5px;
border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
margin-top: -2.5px;
}
.lt-ie9 .top-bar-section .has-dropdown.moved { position: relative; }
.lt-ie9 .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; }
.lt-ie9 .top-bar-section .has-dropdown:hover > .dropdown,
.lt-ie9 .top-bar-section .has-dropdown:active > .dropdown { visibility: visible; }
.lt-ie9 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
border: none;
content: "\00bb";
margin-top: -7px;
right: 5px;
}
.lt-ie9 .top-bar-section .dropdown {
left: 0;
top: auto;
background: transparent;
}
.lt-ie9 .top-bar-section .dropdown li a {
line-height: 1;
white-space: nowrap;
padding: 7px 15px;
background: #1e1e1e;
}
.lt-ie9 .top-bar-section .dropdown li label {
white-space: nowrap;
background: #1e1e1e;
}
.lt-ie9 .top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0;
}
.lt-ie9 .top-bar-section > ul > .divider {
border-bottom: none;
border-top: none;
border-right: solid 1px #2b2b2b;
border-left: solid 1px black;
clear: none;
height: 45px;
width: 0px;
}
.lt-ie9 .top-bar-section .has-form {
background: #111111;
padding: 0 15px;
height: 45px;
}
.lt-ie9 .top-bar-section ul.right li .dropdown {
left: auto;
right: 0;
}
.lt-ie9 .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; }

.lt-ie9 .top-bar ul.title-area li.name {
display: none;
}

.lt-ie9 .top-bar-section li a {
background-color: transparent;
}

.lt-ie9 .top-bar-section .has-dropdown > a:after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-image: none;
border-style: solid;
border-width: 0px;
content: "";
display: block;
height: 0;
margin-top: -2.5px;
width: 0;
margin-right: 0!important;
}