/* -------------------------------------------------- 
	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 {
	float: right;
	color: rgba(255, 255, 255, 0.5);
	font-size: 80%;
	position: relative;
	padding-right: 15px;
}
*/

#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);
}

/*
#back-top 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 rgba(255, 255, 255, 0.5) transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
*/

#toplink a {

}

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

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

.fright {
	float: right;
}

.fleft {
	float: left;
}

.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: #4F4F4F;/* customize_body_background_color */
}

small {
	font-size: 80%;
}

#top-bar-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:    3px 3px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.2);
	box-shadow:         3px 3px 6px 1px rgba(0,0,0,0.2);
}

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

#top-bar {

}

#top-bar h6 {
	margin-top: 0;
	margin-bottom: 0;
}

#page-wrap {
	/* customize_page_wrap_background_color */background-color: #FFFFFF;/* customize_page_wrap_background_color */
	border-left: 3px solid rgba(0,0,0,0.1);
	border-right: 3px solid rgba(0,0,0,0.1);
	margin-bottom: -50px;
	position: relative;
	z-index: 2;
}

#header-wrap {

}

#header {

}

#logo-wrapper {

}

#logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

#logo img {
/*
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
*/
}

#banner {
/*
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 3px solid #C40A0A;
	border-bottom: 3px solid #C40A0A;
*/
}

#banner img {
	display: block;
}

#main-wrap {

}

#main {
	background-image: url(/themes/tempo/images/contempo-shadow-top.png);
	background-position: center top;
	background-repeat: repeat-x;
}

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

#main-content-right, #main-content-left {
	margin-bottom: 20px;
}

#sidebar-left, #sidebar-right {
	margin-bottom: 20px;
}

#sidebar-left {

}

#sidebar-right {

}

#featured-top-wrap {

}

#featured-top-full {

}

#featured-top-full img {
	display: block;
}

#featured-bottom-wrap {

}

#footer-wrap {
	position: relative;
	z-index: 1;
}

#footer {

}

#footer-top {

}

#footer-top-wrap {
	/* customize_footer_top_background_color */background-color: #000000;/* customize_footer_top_background_color */
	color: #FFFFFF;
}

#footer-bottom {

}

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

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

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #3A3A3A;
}

p, ul, ol {

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', sans-serif;
	font-weight: 300;
	/* customize_heading_color */color: #C40A0A;/* customize_heading_color */
}

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

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

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

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

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

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

.username {
	font-weight: 700;
}

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

/* iPad */


/* Horizontal Navigation */

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

#header-nav {
	font-family: 'Arvo', sans-serif;
	padding-bottom: 0;
	background-image: url(/themes/tempo/images/contempo-shadow-top-2.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#header-nav .fixed {
	background-color: rgba(255,255,255,0.95);
}

nav.top-bar, .contain-to-grid, .top-bar-section ul {
	background-color: transparent;
}

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

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

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

nav.top-bar ul li a {
	/* text-transform: uppercase; */
	font-weight: 300;
	/* customize_nav_link_color */color: #7F7F7F;/* customize_nav_link_color */
}

nav.top-bar ul li ul.dropdown {
	/* customize_sub_nav_background_color */background-color: #000000;/* customize_sub_nav_background_color */
	margin: 0 0 0 5px;
	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: #C40A0A;/* customize_nav_seleced_background_color */
	/* customize_nav_seleced_font_color */color: #FFFFFF;/* customize_nav_seleced_font_color */
/*
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
*/
}

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

/* Has Dropdown */

.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) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: -2.5px;
    width: 0;
}

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


#log-in-wrap {
	clear: both;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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) {

	nav.top-bar, .contain-to-grid, .top-bar-section ul {
	    /*customize_mobile_nav*/background-color: #000000;/*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;
	}

}

/*
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 {
/*
	display: table-cell;
	text-align: center;
	vertical-align: middle;
*/
	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;
}

#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 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 {
	font-size: 13px;
	line-height: 18px;
}
