/*@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,700italic,600italic,400italic,300italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url('styles/boots-bones.css');
@import url('styles/responsive.css');
@import url('styles/responsivemobilemenu.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: #22b2cc solid 1px;
  border-radius: 25px;
  background: #22b2cc;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  line-height: 1;
  text-transform:uppercase;
  padding:10px;
  font-weight:14px;
}

button:hover, button:focus, button:active {
	border-color: rgba(0, 121, 152, 1);
	color: rgba(0, 121, 152, 1);
	background: #fff;
}

button a {
	color: #fff !important;
}

button:hover a, button:focus a, button:active a {
	color: rgba(0, 121, 152, 1) !important;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
  border-color: rgba(0, 121, 152, 1);
  color: rgba(0, 121, 152, 1);
  background: #fff;
}

html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
  border-color: rgba(0, 121, 152, 1);
  color: rgba(0, 121, 152, 1);
  background: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type="password"],
textarea {
	width: 100%;
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email],
input[type="password"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 26.64px;
  font-size: 15px;
  font-size: 1.8rem;
}

body {
	background: -webkit-linear-gradient(#fff, #eaeaea) !important; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fff, #eaeaea) !important; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fff, #eaeaea) !important; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fff, #eaeaea) !important; /* Standard syntax */	
}

{
	width: 75% !important;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Roboto', sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
/*a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}*/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: inline;
  margin: 0 auto;
}
.center {
  text-align: center !important;
}

.textleft {
	text-align: left !important;
}

.textright {
	text-align: right !important;
}

.colored1 {
	color: #12a9c1;	
}

.colored2 {
	color: #007998;
}

.contact_line {
	height: 20px !important;
	display: block;
	float:left;	
	line-height:20px;
}

.contact_line img {
	height: 20px !important;
	width: 20px !important;
	float:left;	
}

/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}

/*header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}*/

header {
  background: transparent;
  height:auto;
}

header .header_text {
  text-align: center;
}

header .header_text:before {
	content: '';
  	display: inline-block;
  	vertical-align: middle;
}
	
header .tag_area{
  	display: inline-block;
  	vertical-align: middle;
	float:right;
}

header .logo_area{
	display: inline-block;
  	vertical-align: middle;
	float:none;
	margin:0 auto;
}
	
header .tag_area .tag{
	color: #12a9c1;
    float: left;
	font-family: 'Raleway', sans-serif;
    height: auto;
    text-transform: uppercase;
    width: 100%;
	line-height: 1.3;
}

header .tag_area .contact{
	background: url("http://breathefinancial.co.nz/images/phone.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #555151;
    float: left;
    font-family: "Roboto",sans-serif;
    height: auto;
    width: auto;
	text-align:center;
}

header .tag_area h1 {
	color: #12a9c1;
	font-family: 'Raleway', sans-serif;	
	text-transform: uppercase;
}
	

header .tag_area .tag ul {
	list-style: none;
  	margin: 0;
}

header .tag_area .tag ul li {
    display: inline;
    font-weight: 300;
}
	
header .tag_area .tag img{
	width:100%;
	height:auto;
	float:left;}

header .tag_area h1 {
	color: #12a9c1;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-align:center;
}

header .tag_area .contact span{
		color:#333333;
}	

/*.menu-main-nav-container, .menu-main-container {
  float: right;
}*/
header nav ul {
  list-style: none;
  margin: 0;
}

header nav {
  /*font-family: 'Raleway', sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  border-top: 1px solid #83d4e3;
    margin:3% auto 0;
    height: auto;
	width:98%;
}
/*header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}*/

/* Home Page
-------------------------------------------------------------- */

/*.top_banner {
	background-image: url("http://breathefinancial.co.nz/test/wp-content/uploads/2016/03/breathefinancial-debtbreaker.png");
	color: #fff;
	text-align:left;
	background-size:cover;
	max-width:1500px;
	overflow:visible;
}*/


.top_banner .number {
	background:  rgb(0, 121, 152);
	border:  rgb(0, 121, 152) 1px solid;
	border-radius: 25px;
	padding:5px 0;
	margin: 0 0 5px 0;
}


h1.form_banner {
	font-family: 'Raleway', sans-serif;
	color:rgb(0, 121, 152);
	text-shadow: 1px 1px 1px #333;
}

.webinar_banner {
	background-color: rgb(0, 121, 152);
	color: #fff;
	padding: 10px 0;
	height:52px;
}

.webinar_banner p {
	text-align: left;
	margin:0;
	font-size:12px;
	font-weight: bold;
}

.webinar_banner h2 {
	font-family: 'Raleway', sans-serif;
}

.webinar_banner h4 {
	text-align: left;
	color: rgb(18, 192, 220);
}

.webinar_banner button {
	margin-top:8px;
}

.post_banner {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
ben
.post_banner img {
	text-align: center;
}

.post_banner p {
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	color: #026474;
}

.post_banner h4 {
	font-size: 32px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	color: rgb(2, 100, 116);
	margin: 0 0 5%;
}

.feed_banner {
	clear: both;
	border: none;
	margin: 0 auto 10% auto;
	padding: 0;
}

.feed_banner h2 {
	margin: 0 0 2% 0;
	padding: 0;
	font: 16px !important;
	font-family: 'Raleway', sans-serif;
}

.feed_banner .entry {
	height:auto;
	float:left;
	text-align:left;
}

.feed_banner .entry h4 {
	font-size:15px;
	text-align:left;
	font-weight:bold;
	padding: 0 5%;
}

.feed_banner .entry p { 
	font-size:13px;
	line-height:24px;
	padding: 0 5%;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  border-bottom: 1px solid #dddddd;
}

article .title {
  color: #22b2cc;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}

article .title a {
  text-decoration: none;
  color: #22b2cc;
}
article .title a:hover {
  color: #007998;
}

article .post-meta {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
article .post-meta a {
  color: #22b2cc;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 1);
}
article .the-content a {
  font-weight: 500;
  text-decoration: none;
}
article .the-content p {
	font-size:15px;
  color: #444444;
  line-height: 1.3;
  text-align:left;
}


article .the-content p span{
	font-weight:500;
}

article .the-content ul {
	font-size:15px;
  color: #444444;
  text-align: left;
}

article .the-content img {
  width: 100%;
  height: auto;
}

article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* Columnize article - two columns page template*/

/*div.dynamic-col-1 {
	float: left;
	width: 65%;
}

div.dynamic-col-1{
	padding-right: 5%;
}
	
	
div.dynamic-col-2{
	float: left;
	width: 30%;
}*/
	
/* Columnize article - two columns half page template*/

div.dynamic-col-half-1 {
	float: left;
	width: 50%;
}

div.dynamic-col-half-1{
	padding-right: 5%;
	}
	
	
div.dynamic-col-half-2{
	float: left;
	width: 45%;
	}

/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin: 2% 0;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -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);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -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);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}


.letter_layout {
	border: #007998 1px solid;
	border-radius:25px;
	background:#fff;
	text-align: justify;
	padding:5%;
	font-size:16px !important;
}

.letter_layout img.sign {
	height: 63px;
	width:265px; 
	text-align:left;
}

.letter_layout input[type="submit"] {
	display:block;	
	background: #007998;
	border: #007998 1px solid;
	color: #fff;
}

.letter_layout input[type="submit"]:hover  {
	background: #fff;
	border: rgba(0, 121, 152, 1) 1px solid;
	color: rgba(0, 121, 152, 1);
}

/* Forms
-------------------------------------------------------------- */

#af-form-1442825454 .af-body{
	color:inherit;
	font-family:'Open Sans', sans-serif;
	border: #12c0dc 1px solid;
	border-radius: 25px;
	background: #ffffff;
	margin: 0 auto;
	}
	
#af-form-1442825454 .af-body a{
	color:#094C80;
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
	}
	
.af-element{
	padding:5px 0;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
	}
	
.af-element label{
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-family:'Open Sans', sans-serif;


	}
	
#af-form-1442825454 .af-body .af-textWrap{
	float:left;
	height:32px;
	}
/*#af-form-1442825454 .af-body .privacyPolicy{
	color:inherit;
	font-size:11px;
	font-family:Verdana, sans-serif;
	}*/

#af-form-1442825454 .af-body input.text, 
#af-form-1442825454 .af-body textarea{
	background-color:#ccc;
	border-color:#919191;
	border-width:1px;
	border-style:solid;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:15px;
	font-family: "Roboto", sans-serif;
	}
	
#af-form-1442825454 .af-body input.text:focus, 
#af-form-1442825454 .af-body textarea:focus{
	background-color:#FFFAD6;
	border-color:#030303;
	border-width:1px;
	border-style:solid;
	}


	
/*.af-element:before {
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
}*/
/*#af-form-1442825454 .af-header{
	padding-bottom:9px;
	padding-top:32px;
	padding-right:10px;
	padding-left:99px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:inherit;
	background-image:url("http://forms.aweber.com/images/forms/download/royal/header.png");
	border-width:1px;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	color:inherit;
	font-size:16px;
	font-family:Verdana, sans-serif;
	}*/
	
#af-form-1442825454 .af-quirksMode{
	padding-right:10px;
	padding-left:10px;
	}
	
#af-form-1442825454 .af-quirksMode .bodyText{
	padding-top:2px;
	padding-bottom:2px;
	}

#af-form-1442825454 .af-standards .af-element{
	padding-right:10px;
	padding-left:10px;
	}
/*#af-form-1442825454 .bodyText p{
	margin:1em 0;
	}*/
/*#af-form-1442825454 .buttonContainer input.submit{
	background-image:url("http://forms.aweber.com/images/auto/gradient/button/07c.png");
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#0057ac;
	border:1px solid #0057ac;
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana, sans-serif;
	}*/
	


#af-form-1442825454 .buttonContainer{
	text-align:center;
	height:52px;
	}
	
/*#af-form-1442825454 .buttonContainer:before {
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
}*/

#af-form-1442825454 input.submit{
	color:#fff;
	background:rgb(0, 121, 152);
	border:rgb(0, 121, 152) 1px solid;
	display: inline-block;
  	vertical-align: middle;
}	

#af-form-1442825454 body,
#af-form-1442825454 dl,
#af-form-1442825454 dt,
#af-form-1442825454 dd,
#af-form-1442825454 h1,
#af-form-1442825454 h2,
#af-form-1442825454 h3,
#af-form-1442825454 h4,
#af-form-1442825454 h5,
#af-form-1442825454 h6,
#af-form-1442825454 pre,
#af-form-1442825454 code,
#af-form-1442825454 fieldset,
#af-form-1442825454 legend,
#af-form-1442825454 blockquote,
#af-form-1442825454 th,
#af-form-1442825454 td{
	float:none;
	color:inherit;
	position:static;
	margin:0;
	padding:0;
	}
	
#af-form-1442825454 button,
#af-form-1442825454 input,
#af-form-1442825454 submit,
#af-form-1442825454 textarea,
#af-form-1442825454 select,
#af-form-1442825454 label,
#af-form-1442825454 optgroup,
#af-form-1442825454 option{
	float:left;
	margin:0;
	}
	
#af-form-1442825454 div{
	margin:0;
	}
	
#af-form-1442825454 fieldset{
	border:0;
	}
	
#af-form-1442825454 form,
#af-form-1442825454 textarea,
.af-form-wrapper,
.af-form-close-button,
#af-form-1442825454 img{
	float:none;
	color:inherit;
	position:static;
	background-color:none;
	border:none;
	margin:0;
	padding:0;
	}
	
#af-form-1442825454 input,
#af-form-1442825454 button,
#af-form-1442825454 textarea,
#af-form-1442825454 select{
	font-size:100%;
	}
	
#af-form-1442825454 p{
	color:inherit;
	}
	
#af-form-1442825454 select,
#af-form-1442825454 label,
#af-form-1442825454 optgroup,
#af-form-1442825454 option{
	padding:0;
	}
/*#af-form-1442825454 table{
	border-collapse:collapse;
	border-spacing:0;}
#af-form-1442825454 ul,
#af-form-1442825454 ol{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:40px;}*/
#af-form-1442825454,
#af-form-1442825454 .quirksMode{
	width:100%;
	}
#af-form-1442825454.af-quirksMode{
	overflow-x:hidden;}

#af-form-1442825454{
	background-color:transparent;
	border-color:transparent;
	border-width:1px;
	border-style:solid;
	}
	
#af-form-1442825454{
	display:block;
	}
	
#af-form-1442825454{
	overflow:hidden;
	}
	
.af-body .af-textWrap{
	text-align:left;
	}
	
.af-body input.image{
	border:none!important;
	}
	
.af-body input.submit,
.af-body input.image,
.af-form .af-element input.button{
	float:none!important;
	}
	
.af-body input.text{
	width:100%;
	float:none;
	padding:2px!important;
	}
	
.af-body.af-standards input.submit{
	padding:4px 12px;
	}
	
.af-clear{
	clear:both;
	}
	
.af-form-wrapper{
	text-indent:0;
	}
	
.af-form{
	text-align:left;
	margin:auto;
	}
	
.af-header{
	margin-bottom:0;
	margin-top:0;
	padding:10px;
	}
	
.af-quirksMode .af-element{
	padding-left:0!important;
	padding-right:0!important;
	}
	
.lbl-right .af-element label{
	text-align:right;
	}
	
	
	
#reqform {
	background: #12c0dc;
	border-radius: 25px;
}

#reqform select {
	border: #919191 1px solid;

}

#reqform p {

	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans",sans-serif;
	color: #ffffff;
	margin-bottom:10px;
	text-align:left;

}

#reqform input[type="submit"] {

	height: 41px;
	border: none;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 18px;
	line-height:41px;
	color:#fff;
	background:rgb(0, 121, 152);
	border:rgb(0, 121, 152) 1px solid;
	width:100%;

}

/* Login Form */

.login_div {
	text-align:left !important; 
	margin-bottom:50px;	
	
}

/*.lock {
	width: 100%;
	height:277px;
	background: url("http://breathefinancial.co.nz/test/wp-content/uploads/2016/03/lock_trans.png") no-repeat;
}*/

.lock ul {
	float:left;
	font-weight:500 !important;
	list-style:none;
	float: left;
}

.lock li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.lock li:before {
	padding-right:7px;
    content: "●";
    color: #22b2cc;
}
/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	overflow:hidden;	
}
#sidebar a {
	font-size:15px !important;
}

/* Footer
-------------------------------------------------------------- */
footer {
  background: none repeat scroll 0 0 #12c0dc;
    float: left;
    height: auto;
    padding: 1.5% 0;
    width: 100%;
	border-top:4px solid #fff;
}
footer p{
	color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    margin: 0.3% 0;
    text-align: center;
    width: 100%;
	line-height: 21px;
}
	
footer p span{
	font-weight:400;
	padding:0 1%;}
	
footer p span a{
	text-decoration:none;
	color: #fff;}
	
footer p span a:hover{
	text-decoration:none;
	color: #006879;}	
/* Misc & mixens
-------------------------------------------------------------- */

.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

 
  
  

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 /* @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
	  line-height: 1.3 !important;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }*/
	
/*	header .logo_area{
	width:50%;
	text-align:center;
	}
	
header .logo_area a{
	width:100%;
	text-align:center;
}
	
header .logo_area a img{
	width:70%;
	margin: 0 auto;
		display:block;
		float:none;
	}
	
	header .tag_area h1{
	font-size: 19px;
    font-weight: 500;
	margin: 2.5% 2.5% 0;
    text-align: center !important;
	line-height: 24.7px;
}
	
header .tag_area .contact{
	font-size: 19px;
	line-height: 1.5;
	margin: 1% 5% 0px;
	padding: 0px 0px 3% 13%;
	width: auto;
}
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  /*@media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;

	  line-height: 1.3 !important;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }*/