﻿/* Print Style Sheet for Australian Financial Planning Solutions*/

body {
	background-color: #cdcdcd;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: underline;
	/*color: inherit;*/
	color: #232d67;
}

a:hover {
	color: #3e4045;
}

img {
	border: none;
}

p {
	color: #555555;
	line-height: 20px;
}

h1, h2, h3, h4, h5 {
	color: #3e4045;
	padding: 0;
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 28px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
	color: #232d67;
}

h4 {
	
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
	color: #555555;
}

h5 {
	text-transform: uppercase;	
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

li {
	color: #232d67;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

ul {
	padding-left: 1em;
}	

tr {
	color: #555555;
	line-height: 18px;
}

td {
	padding: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textRight {
	text-align: right;
}

.intro {
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
	color: #555555;
}

.button {
	margin-top: 20px;
	display: inline-block;
}

.one-liner {
	height: 35px;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	border: none;
	text-transform: uppercase;
	background-color: #eee;
}

#header {
    background-color: #fff;
    color: #000;
}

/* AFP */

.title {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#000; 
}

#details {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}


/*****/
#mobilemenu {
	background-color: #3e4045;
	color: #ffffff;
	position: fixed;
}

#mobilemenu ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	-ms-user-select: none;
	-ms-touch-action: none;
}
#mobilemenu a {
	color: #ffffff;
	text-decoration: none;
}

#mobilemenu a img {
	position: absolute;
	top: 0;
	right: 5px;
	width: 36px;
	height: 36px;
	
}

#menu .content {
	padding-top: 0;	
}

.menu li {
	width: 14%;
}

.menu li a {
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #3e4045;
	padding: 5px 0;
	display: inline;
	float: left;
}

#menu a:hover, #menu .current {
	background-color: #3e4045;
	color: #fff;
}

.submenu {
	background-color: #ffffff;
	border: 1px solid #3e4045;
}

#navcontainer {
	display: block;
	width: 100px;
	overflow: hidden;
}
#navigate {
	color: #ffffff;
	background-color: #3e4045;
	padding: 5px;
	text-align: center;
	width: 130px;
	display: block;
}

#banner img {
	width: 100%;
}

#pagebanner {
	background-image: url('images/header3.jpg');
	background-repeat: repeat-x;
}

#main {
    background-color: #fff;
}

#footer {
    background-color: #3e4045;
    color: #ffffff;
    font-size: 12px;
}

.copyright {
    font-size: 11px;
	color: #555555;
	text-align: left;
	display: block
}

.jazeffect {
    font-size: 11px;
	color: #555555;
	text-align: right;
	display: block
}

.jazeffect a {
	color: #3e4045;
    font-size: 11px;
}

.jazeffect a:hover {
	text-decoration: underline;
}

.blurb {
	height: auto;
}

.blurb-button .button {
	margin-left: -10px !important;
}


.blurb a img {
	width: 100%;
}

.disclaimer {
	text-align: center;
}

.disclaimer a {
	color: #fff;
	text-decoration: none;
}

.disclaimer a:hover {
	text-decoration: underline;
}

#form {
	background: #f1f1f1;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}


/* the style on a tablet */
@media only screen and (max-width:768px) {
	menu li a {
		font-size: 11px;
	}
}

/* the style on a phone */
@media only screen and (max-width: 480px) {
	#socialmedia img {
		width: 40px;	
	}
	
	#header {
		margin-top: 37px;
	}
	
	.blurb {
		height: auto;
	}
	
	.blurb-button {
		text-align: center;
	}
		
	.jazeffect, .copyright {
		text-align: center;
	}
	
	#copyright .content {
		padding: 5px 0 0 0;
	}
	
	.content img {
		width: 230px;
	}
	
	#form {
		background: none;
	}
}

/* ------------------------------------------------------------------------ */
/* Popup for Disclaimer
/* ------------------------------------------------------------------------ */

#popup {
  background: #ffffff;
  width: 470px;
  padding: 10px;
  display: block;
  float: left;
  overflow: auto;
}

/* ------------------------------------------------------------------------ */
/* Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: block;
}

#back-to-top a {
    display: block;
   	width: 40px;
    height: 40px;
    background: #999999 url(images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:0.4s all ease;
	-moz-transition:0.4s all ease;
	-o-transition:0.4s all ease;
	transition:0.4s all ease;
}

#back-to-top a:hover { 
	background-color: #3e4045;
}

/* ------------------------------------------------------------------------ */
/* Google Map
/* ------------------------------------------------------------------------ */
.map embed {
	width: 100%
}

/* ------------------------------------------------------------------------ */
/* Breakout Box
/* ------------------------------------------------------------------------ */

.breakout {
	padding: 10px 30px 10px 30px;
	clear: both;
	margin-bottom: 30px;
	border-top-color: #ddd;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style:dotted;
	border-bottom-style:dotted;
	background-attachment: scroll;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: rgb(250, 250, 250);
	font-family: "Lato", Helvetica, Arial, sans-serif;
    /*font-family: "proxima-nova", sans-serif;*/
    color: #494848;
	font-size: 20px !important;
	line-height: 24px !important;
	text-align: left;
}

/* ------------------------------------------------------------------------ */
/* Learn More button
/* ------------------------------------------------------------------------ */


.learnmore a {
	color: #232d67;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	text-align: center;
	border: 2px solid #232d67;
	padding: 12px, 56px, 12px, 16px;
	margin-top: 24px;
	position: relative;
	display: block;
}


