/* @override 
	http://ynab-marketing.site/themes/site_themes/default_site/css/global.css
	http://hemlock.youneedabudget.com/themes/site_themes/default_site/css/global.css
	http://edge.youneedabudget.com/themes/site_themes/default_site/css/global.css
	http://www.youneedabudget.com/themes/site_themes/default_site/css/global.css
*/

/*

YOU NEED A BUDGET - BASE STYLES
-----------------------------------------

*/

/* @group Reset */

/* 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, 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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



/* @end */

/* @group Root */

/* ROOT
------------------------------------------*/

html {
	overflow-y: scroll;
	box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, embed, object, video {
	max-width: 100%;
}

.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
	width: 100%;
}



/* @end */

/* @group Core Typography */

/* 3. CORE TYPOGRAPHY
------------------------------------------

Modular Scale
--------------
18px @ 1:1.618	
54px @ 1:1.618	
------------------------------------------*/

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'Sense';
	src: url('webfonts/sense_regular.eot');
	src: url('webfonts/sense_regular.eot?#iefix') format('embedded-opentype'),url('webfonts/sense_regular.woff') format('woff'),url('webfonts/sense_regular.ttf') format('truetype');
	
}

@font-face {
	font-weight: 500;
	font-style: italic;
	font-family: 'Sense';
	src: url('webfonts/sensibility_italic.eot');
	src: url('webfonts/sensibility_italic.eot?#iefix') format('embedded-opentype'),url('webfonts/sensibility_italic.woff') format('woff'),url('webfonts/sensibility_italic.ttf') format('truetype');
}

@font-face {
	font-weight: 300;
	font-style: normal;
	font-family: 'Sense';
	src: url('webfonts/sense_light.eot');
	src: url('webfonts/sense_light.eot?#iefix') format('embedded-opentype'),url('webfonts/sense_light.woff') format('woff'),url('webfonts/sense_light.ttf') format('truetype');
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'Sense';
	src: url('webfonts/sense_bold.eot');
	src: url('webfonts/sense_bold.eot?#iefix') format('embedded-opentype'),url('webfonts/sense_bold.woff') format('woff'),url('webfonts/sense_bold.ttf') format('truetype');
}

@font-face {
	font-weight: 900;
	font-style: normal;
	font-family: 'Sense';
	src: url('webfonts/sense_black.eot');
	src: url('webfonts/sense_black.eot?#iefix') format('embedded-opentype'),url('webfonts/sense_black.woff') format('woff'),url('webfonts/sense_black.ttf') format('truetype');
}

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'xxii';
	src: url('webfonts/xxii.eot');
	src: url('webfonts/xxii.eot?#iefix') format('embedded-opentype'),url('webfonts/xxii.woff') format('woff'),url('webfonts/xxii.ttf') format('truetype');
}

body {
	font-family: "Sense", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #00323E;
	background-color: #fff;
	text-align: center;
}

.small {
	font-size: 77%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	text-rendering: optimizeLegibility;
	text-align: center;
}

hgroup {
	background-color: transparent;
}

hgroup h1 {
	margin-bottom: .125em;
}

hgroup h2 {
	margin-top: 0;
}

h1 {
	font-size: 3.75em;
	font-weight: 900;
	padding: 0;
	margin-top: .5em;
	margin-bottom: 0.55em;
}

h2 {
	line-height: 1.25em;
	font-size: 2.25em;
	margin-top: 2em;
	font-weight: 300;
}

h2.hand {
	line-height: 1.25em;
	font-size: 2.5em;
	font-family: "xxii";
	-webkit-font-smoothing: antialiased !important;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

h3 {
	font-size: 1.875em;
	font-weight: 700;
	margin-bottom: .75em;
	margin-top: 2em;
}

h4, h5, h6 {
	font-weight: 300;
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #F27132;
	font-size: 1.25em;
	letter-spacing: .25em;
	text-align: center;
	margin-top: 1.5em;
}

p, ul, ol, dl, blockquote {
	font-size: 1.3125em;
	line-height: 1.375em;
	margin-bottom: 1.375em;
	text-align: justify;
}

p.intro {
	font-size: 1.5em;
}

.hand {
	font-family: "xxii";
	-webkit-font-smoothing: antialiased !important;
	font-weight: 500;
}

blockquote {
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before, blockquote:after {
	font-weight: 500;
	font-style: italic;
	color: #F27132;
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -0.4em;
}

blockquote:before {
	content: open-quote;
	margin-right: 0.125em;
}

blockquote:after {
	content: close-quote;
}

blockquote p {
	font-weight: 500;
	font-size: 1.25em;
	color: #F27132;
	font-style: italic;
	display: inline;
}

figcaption {
	font-weight: 500;
	font-style: italic;
	text-align: center;
	font-size: .875em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	font-size: 1.125em;
	text-align: left;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1em;
	font-size: 1.125em;
	text-align: left;
}

ul li, ol li {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.375;
}

ul ul, ol ol {
	list-style-type: circle;
	font-weight: 500;
	font-style: italic;
	font-size: 1em;
	margin-left: 1em;
	margin-bottom: .75em;
}

nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li ul,ul li ol, ol li ol, ol li ul{margin-left:1.25em;margin-bottom:0;font-size:1em}

hr {
	border-style: none;
	border-top: 1px dashed #ddd;
	margin-top: 2em;
	margin-bottom: 2em;
}

b, strong {
	font-weight: 700;
}

i, em {
	font-weight: 500;
	font-style: italic;
}

small {
	font-size: 80%;
}

a, a:visited {
	outline: none;
	color: #077faf;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;
}

a:hover {
	outline: none;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

figure {
	margin-bottom: 2em;
}

table { 
  width: 100%; 
  border-collapse: collapse;
	margin-bottom: 2em;
}
tr:nth-of-type(odd) { 
  background: #f6fafb; 
}
th { 
  background: #00323E; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ddd; 
  text-align: left; 
}



/* @end */

/* @group Custom Layout (Narrow) */

/* 5. CUSTOM LAYOUT & TYPOGRAPHY (Narrow)
------------------------------------------*/

.container {
	max-width: 44em;
	margin: auto;
	padding: 2.5em 0.809em 2em;
	background-color: transparent;
}

.autoflow {
	overflow: auto;
}

.center {
	text-align: center;
}

.hide {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
	background-color: #F27132;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	font-family: "Sense";
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	padding: .65em 1em .6em;
	border-radius: .25em;
	-webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.btn:visited {
	color: #fff;
}

.btn:hover {
	text-decoration: none;
	background-color: #077faf;
}

/* top bar */

.top-bar-wrap {
	background-color: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	z-index: 2;
	position: relative;
}

.top-bar-wrap .container {
	padding-top: .25em;
	padding-bottom: .25em;
	padding: 0;
	overflow: auto;
}

.logo, .logo:visited {
	color: #12323d;
	text-align: left;
	margin: 0;
	display: inline-block;
	font: 900 2em "Sense", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
	float: left;
	padding-left: .25em;
	padding-bottom: .125em;
	padding-top: .23em;
}

.logo span {
	color: #85C3E9;
}

.logo:hover {
	text-decoration: none;
	color: #85C3E9;
}

.logo .hand {
	line-height: .75;
	font-size: .875em;
	vertical-align: 2%;
}

/* footer */

.footer {
	clear: both;
}

.footer-mark {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	margin-bottom: 1em;
}

.footer p {
	color: #506970;
	font-size: 1em;
}

/* learn */

.learn-options {
	background-color: #f6fafb;
	border-radius: .5em;
	padding: .125em 1.25em 3em;
}

.learn-options h2 {
	font-family: "xxii";
	-webkit-font-smoothing: antialiased !important;
	margin-bottom: 0;
}

.learn-options p {
	margin-bottom: .5em;
	line-height: 1.25;
	font-size: 1.125em;
	margin-top: .5em;
}

.head-bubble {
	margin-bottom: .5em;
}

.grid .head-bubble p {
	font-size: 1em;
	line-height: 1;
	padding-right: 1.25em;
	padding-left: 1.25em;
	text-align: center;
}

.head-bubble p em {
	font-size: .875em;
	color: #F27132;
}

.head-bubble img {
	border-radius:50em;
	border: .25em solid #eee;
}

.col-1-6 {
	width: 50%;
	float: left;
}

.fluid-width-video-wrapper {
	margin-bottom: 2em;
}

/* headers & intros */

section.about-us, section.press, section.contact, section.jobs, section.even-batman-needs-his-utility-belt, section.pricing {
	background: url(../img/doodle-tile-blue.svg) repeat-x 0 0;
	background-size: 50em;
}

.intro-wrap {
	background: #F27132 url(../img/home-header-general.svg) no-repeat center bottom;
	background-size: 160%;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	padding-bottom: 3em;
	/*animation: intro-animation 1s 1;
	animation-timing-function: ease-out;*/
}

.wedding-landing-intro {
	background: #85c3e9 url(../img/wedding-header.jpg) no-repeat center bottom;
}


.wedding-landing-intro h1 {
	color: #fff;
	margin-bottom: .125em;
}

.wedding-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.household-landing-intro {
	background: #f27132 url(../img/household-budgeting-header.jpg) no-repeat center bottom;
}

.household-landing-intro h1 {
	color: #fff;
	margin-bottom: .125em;
}

.household-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.studentloan-landing-intro {
	background: #f27132 url(../img/mitchel-burton-hero.jpg) no-repeat center center;
}

.studentloan-landing-intro h1 {
	color: #fff;
	margin-bottom: .125em;
}

.studentloan-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.dantracy-landing-intro {
	background: #f27132 url(../img/dan-tracy-landing-header.jpg) no-repeat center center;
}

.dantracy-landing-intro h1 {
	color: #fff;
	margin-bottom: .125em;
}

.dantracy-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.lifehacker-landing-intro {
	background: #cedd3e url(../img/lifehacker-landing-header.jpg) no-repeat center center;
}


.lifehacker-landing-intro h1 {
	color: #12323d;
	margin-bottom: .125em;
}

.lifehacker-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.chrislovesjulia-landing-intro {
	background: #077faf url(../img/chrislovesjulia-landing-header.jpg) no-repeat center top;
}


.chrislovesjulia-landing-intro h1 {
	color: #ffffff;
	margin-bottom: .125em;
}

.chrislovesjulia-landing-intro h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}


@keyframes intro-animation {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  
  100% {    
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }
}



.intro-wrap h1 {
	color: #fff;
	margin-bottom: .125em;
}

.intro-wrap h2 {
	font-family: "xxii";
	font-size: 1.5em;
	margin-top: 0;
	color: #fff;
}

.intro-wrap h2 span {
	background-color: #12323d;
}

.intro-wrap .btn, .wedding-landing-intro .btn, .household-landing-intro .btn, .studentloan-landing-intro .btn {
	background-color: #077faf;
	border: .15em solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	font-size: 1.25em;
	font-weight: 300;
	margin-top: 2em;
	margin-bottom: 2em;
}

.intro-wrap .btn, .dantracy-landing-intro .btn {
	background-color: #077faf;
	border: .15em solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	font-size: 1.25em;
	font-weight: 300;
	margin-top: 2em;
	margin-bottom: 2em;
}

.intro-wrap .btn:hover {
	background-color: #02668e;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
}

/* ALT HOME headers & intros */

#alt-home-intro-wrap {
background: #ededed url(../img/CoupleHomeHero.jpg) no-repeat right top;
	background-size: 112%;
	-webkit-clip-path: none;
	clip-path: none;
	padding: 3em 0 2.4em;
	overflow: hidden;
}

#alt-home-intro-wrap .intro {
	float: left;
	width: 60%;
}

#alt-home-intro-wrap h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #00323e;
	font-size: 4em;
}

#alt-home-intro-wrap h2 {
	font-family: inherit;
	font-size: 1.5em;
	margin: 1em 0 0;
	padding: 0;
	transform: none;
	text-align: left;
	color: #00323e;
	width: 100%;
}

#alt-home-intro-wrap h2 span {
	background: none;
}

#alt-home-intro-wrap .btn {
	background-color: #f27132;
	float: left;
}

#alt-home-intro-wrap .btn:hover {
	background-color: #077faf;
}

#alt-home-intro-wrap .container {
	padding-top: 0;
}

#alt-home-intro-wrap form {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 30px 0 0;
	width: 60%;
}

/* Form HOME headers & intros */

#form-home-intro-wrap {
background: #ededed url(../img/WomanLaptopHomeHero.jpg) no-repeat right center;
	background-size: cover;
	-webkit-clip-path: none;
	clip-path: none;
	padding: 3em 0 4em;
	overflow: hidden;
}

#lc-form-home-intro-wrap {
	background: #ededed url(../img/LC_heroBG.jpg) no-repeat right center;
	background-size: cover;
	-webkit-clip-path: none;
	clip-path: none;
	padding: 3em 0 4em;
	overflow: hidden;
}

#form-home-intro-wrap .intro, #lc-form-home-intro-wrap .intro {
	width: 100%;
}

#form-home-intro-wrap h1 {
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 5em;
	text-align: center;
	width: 70%;
}

#lc-form-home-intro-wrap h1 {
	margin: 0 auto;
	padding: 0;
	color: #12323d;
	font-size: 5em;
	text-align: center;
	width: 100%;	
}

#form-home-intro-wrap h2 {
	font-family: "xxii";
	-webkit-font-smoothing: antialiased !important;
	font-size: 2em;
	margin: 1em auto 0;
	padding: 0;
	transform: none;
	text-align: center;
	color: #86c3e9;
	width: 100%;
}

#lc-form-home-intro-wrap h2 {
	font-family: "xxii";
	-webkit-font-smoothing: antialiased !important;
	font-size: 2.4em;
	margin: 1em auto 0;
	padding: 0;
	transform: none;
	text-align: center;
	color: #12323d;
	width: 100%;	
}

#form-home-intro-wrap h2 span, #lc-form-home-intro-wrap h2 span {
	background: none;
}

#form-home-intro-wrap .btn:hover, #lc-form-home-intro-wrap .btn:hover {
	background-color: #077faf;
}

#form-home-intro-wrap .container, #lc-form-home-intro-wrap .container {
	padding-top: 0;
}

#form-home-intro-wrap form {
	background: none;
	background-color: rgba(0,0,0,0.3);
	border: none;
	box-shadow: none;
	border-radius: 12px;
	padding: 30px 30px 20px;
	margin: 30px 0 0;
	width: 100%;
	max-width: initial;
}

#lc-form-home-intro-wrap form {
	background: none;
	background-color: #12323d;
	border: none;
	box-shadow: none;
	border-radius: 12px;
	padding: 30px 30px 20px;
	margin: 30px 0 0;
	width: 100%;
	max-width: initial;	
}

.signup-form {
	overflow: hidden;
} 

.signup-form .formFieldWrap {
	float: left;
	display: block;
	width: 31%;
	margin-right: 4%;
}

.signup-form .formFieldWrap label {
	display: none;
}

.signup-form .formFieldWrap input {
	font-size: 1.3125em;
	height: 2em;
	padding: 0.45em 1em;
}


.signup-form .btn {
	display: block;
	margin: 0;
	clear: none;
	float: right;
	width: 30%;
	background-color: #f27132;
	padding: 0.3em 1em;
}

.signup-form .btn:hover {
	border: 0.15em solid #fff;
}

#homeSignUpBtnMobile {
	display: none;
}

#loader.loader {
    display: block;
    float: none;
    left: 140px;
    margin: 0 auto;
    position: absolute;
    top: -11px;
}

.formFieldWrap .email-errors, .formFieldWrap .password-errors {
	color: #fff;
    font-style: italic;
    margin-top: 10px;	
}

.homeBenefitsWrap {
	background-color: #86c3e9;
	padding: 0 0 3em;
}

#lc-homeBeneWrap {
	background-color: #077faf;
}

.homeBenefitsWrap .container {
	padding: 0;
}

.home3upBenefit {
	width: 30%;
	float: left;
	margin: -50px 5% 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 120px;
	background-size: 100px auto;
}

.homeBenefitsWrap #benGetAhead {
	margin-right: 0;
}

.home3upBenefit h3 {
	padding: 0;
	margin: 0 0 .6em;
	color: #12323d;
	font-size: 1.5em;
}

.home3upBenefit p {
	padding: 0;
	margin: 0;
	color: #12323d;
	font-size: 1.2em;
}

#lc-homeBeneWrap .home3upBenefit p, #lc-homeBeneWrap .home3upBenefit h3 {
	color: #fff;
}



#benProvenMethod {
	background-image: url('../img/HomeBen-provenMethod.png');
}

#benSoftware {
	background-image: url('../img/HomeBen-software.png');
}

#benGetAhead {
	background-image: url('../img/HomeBen-getAhead.png');
}



/* Debt Calc Page */

.dc-LeftFieldsWrap {
	margin: 2em 0;
	width: 100%;
	box-sizing: border-box;
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 2em auto;
    max-width: initial;
    padding: 0 1em 1em;
    text-align: left;
}

.dc-RightFieldsWrap {
	float: right;
	margin: 0;
	width: 48%;
	box-sizing: border-box;	
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 1em 1em;
    text-align: left;
    display: block;
}

.dc-fieldWrap {
	overflow: hidden;
	position: relative;
}

.dc-RightFieldsWrap h2 { 
	margin: 0 0 12px;
	padding: 0;
	text-align: left;
}

.dc-OuterFields {
	overflow: hidden;
	text-align: center;
	width: 26%;
	float: left;
	margin-right: 11%;
}

.dc-LeftFieldsWrap .dc-OuterFields:last-child {
	margin-right: 0;
}

.dc-OuterFields label {
	font-weight: normal;
	font-size: 24px;
	margin: 8px 0 8px;
}

.dc-RightFieldsWrap .dc-fieldWrap {
	clear: both;
	margin-top: 20px;
}

.dc-LeftFieldsWrap .dc-fieldWrap input, .dc-RightFieldsWrap .dc-fieldWrap input {
	width: 100%;	
	position: relative;
	z-index: 9;
	font-weight: normal;
	font-size: 24px;
}

.dc-fieldAddFront {
	position: absolute;
	top: 15px;
	left: 14px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
}

.dc-fieldAddBack {
	position: absolute;
	top: 15px;
	right: 14px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
}

#amountDebtField, #monthlyPaymentField, #addMonthlyPaymentField {
	padding: 0 20px 0 30px;
}

#interestRateField {
	padding: 0 30px 0 20px;	
}

.dc-RightFieldsWrap h3 {
	margin: 20px 0 12px;
	padding: 0;
}

.dc-RightFieldsWrap p {
	margin: 0 0 15px;
	padding: 0;
}

.dc-RightFieldsWrap .slider.slider-horizontal {
	width: 100%;
}

.dc-sliderWrap {
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
}

.dc-sliderLeft {
	position: absolute;
	top: 0;
	left: 0;
}

.dc-sliderMiddle {
	position: absolute;
	top: 0;
	left: 45%;
}

.dc-sliderRight {
	position: absolute;
	top: 0;
	right: 0;
}

.slider-track, .slider.slider-horizontal .slider-track {
	height: 16px;
	border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
}

.slider-selection {
	border-radius: 2px;
	background: none;
	background-color: #85c3e9;
    box-shadow: none;
}

.slider-handle {
	background-color: #1e84c2;
    background-image: none;
    background-repeat: repeat-x;
    border: 0 solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: none;
    height: 24px;
    width: 24px;	
}

#calcBtn {
	text-align: center;
}

#debtCalcPageWrap, #rightCol {
	overflow: hidden;
}

#rightCol {
	position: relative;
}

.dc-BGCover {
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: solid 3px #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background-image: url('../img/calculateBg.jpg');
	background-repeat: no-repeat;
	background-position: 0 38px;
}

.dc-BGCover p {
	margin: -10px 0 0;
	padding: 0;
	text-align: center;
}

#debtCalcPageWrap {
	padding: 10px 0;
}

.dc-IndResultWrap {
	
}

.dc-ResultsRightWrap, .dc-ResultsLeftWrap {
	overflow: hidden;
	margin-bottom: 30px;
}

body .debtCalcHeroWrap {
	margin: -50px 0 50px;
	background-color: #85c3e9;
	padding: 80px 0 0px;
	background-repeat: no-repeat;
	background-position: -100px 100px;
	background-image: url('../img/mobilePhoneBg.png');
	background-size: 600px auto;
}

body #mintComparisonHeroWrap, body #quickenComparisonHeroWrap {
	margin: -50px 0 50px;
	background-color: #c3e500;
	padding: 80px 0 0px;
	background-image: none;
}

body #quickenComparisonHeroWrap {
	background-color: #f27132;
}

body #mintComparisonHeroWrap .container, body #quickenComparisonHeroWrap .container {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('https://marketing-youneedabudgetco.netdna-ssl.com/blog/BoxIngGloveBg.png');
	background-size: 280px auto;
	overflow: auto;
}

body .debtCalcHeroWrap p {
	margin: 0;
	padding: 0 9em;
}

.caption {
	    text-align: center;
    display: block;
    padding: 14px;
    background-color: #eee;
    border-radius: 8px;
}

body #mintComparisonHeroWrap .container h1, body #quickenComparisonHeroWrap .container h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}

body #mintComparisonHeroWrap .container p, body #quickenComparisonHeroWrap .container p {
	text-align: center;
	width: 80%;
	padding: 0;
	margin: 0 auto 40px;
	font-style: italic;
}

body #comparisonPageWrap h2 {
	margin: 20px auto 40px;
}

.dc-ResultsRightWrap h3, .dc-ResultsLeftWrap h3 {
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 64px;
	display: inline-block;
}

.dc-ResultsRightWrap h2, .dc-ResultsLeftWrap h2 {
	margin: 0 0 0px;
	padding: 0;
}
.dc-IndResultWrap span {
	font-size: 24px;
}

#totalPaidAddField, #totalPaidField {
	font-size: 40px;
}

.dc-IndResultWrap p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #f27132;
	font-size: 30px;
}

#rightCol {
	float: left;
	width: 44%;
	overflow: hidden;
}

.dc-ResultsRightWrap .dc-IndResultWrap:last-child, .dc-ResultsLeftWrap .dc-IndResultWrap:last-child  {
	margin-right: 0;
}

.dc-BottomFinalText form {
    border: medium none;
    border-radius: 12px;
    margin: 30px auto 0;
    max-width: initial;
    padding: 30px 30px 20px;
    width: 90%;
}

form .email-errors, form .password-errors {
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url('../img/warningIcon.png');
	color: #ffffff;	
	padding-left: 24px;
	background-position: 0 1px;
	height: 0;
}

.dc-BottomFinalText form .email-errors, .dc-BottomFinalText form .password-errors {
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url('../img/warningIcon.png');
	color: #d95819;	
	padding-left: 24px;
	background-position: 0 1px;
	height: 0;
}

#loader {
	display: none;
}

#loader.loader {
	display: inline-block;
	float: left;
}

.signup-form .btn {
	overflow: hidden;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  left: 26px;
  top: -26px;
}
.loader {
  color: rgba(255,255,255,0.4);
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.blogSeriesWrap {
	background-color: #eeeeee;
	padding: 20px 30px;
	margin-left: 10em;
	margin-right: 10em;
	font-style: italic;	
}


h2.tos_subHead {
	padding: 0 5em 1em;
}

.col-1-2.tos_formWrap {
	width: 36%;
	margin-left: 4%; 
}

.col-1-2.tos_formWrap form {
	margin: 0;
}

.col-1-2.tos_formWrap form #homeSignUpBtn {
	background-color: #f27132;
	font-size: 1.1em;
}

.tos_formWrap .signup-form .formFieldWrap {
	width: 100%;
	margin-right: 0;
	float: none;
}

.tos_formWrap .signup-form .formFieldWrap label {
	display: block;
}

.tos_formWrap .signup-form .btn {
	float: none;
	width: 100%;
}


@media screen and (min-width: 1500px) {
	#alt-home-intro-wrap {
		background-size: 88% auto;
	}
}

@media screen and (max-width: 1200px) {
	#alt-home-intro-wrap {
		background: none;
		background-color: #077faf;
	}

	#alt-home-intro-wrap form {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 30px auto 0;
	width: 60%;
}

#alt-home-intro-wrap form label {
	color: #fff;
}

	#alt-home-intro-wrap .intro {
		float: none;
		width: 100%;
	}

	#alt-home-intro-wrap h1 {
		color: #fff;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 80%;
	}

	#alt-home-intro-wrap h2 {
		font-size: 1.5em;
		margin: 1em auto 0;
		padding: 0;
		color: #fff;
		text-align: center;
		width: 80%;
	}

	#alt-home-intro-wrap .btn {
		margin: 2em auto 0;
		float: none;
	}

	#alt-home-intro-wrap .btn:hover {
		background-color: #d95819;
	}

	.homeBenefitsWrap {
		padding: 0 2em 3em;
		box-sizing: border-box;
	}

	.home3upBenefit h3 {
		color: #00323e;
	}

	.home3upBenefit p {
		color: #00323e;
	}

	.signup-form .formFieldWrap {
		width: 26.5%;
		margin-right: 3%;
	}

	.signup-form .btn {
		width: 40%;
	}

	#form-home-intro-wrap h2 {
	width: 60%;
	}

	.tos_formWrap .signup-form .formFieldWrap {
	width: 100%;
	margin-right: 0;
	float: none;
}

.tos_formWrap .signup-form .formFieldWrap label {
	display: block;
}

.tos_formWrap .signup-form .btn {
	float: none;
	width: 100%;
}

	
}

@media screen and (max-width: 996px) {

.blogSeriesWrap {
	margin-left: 4em;
	margin-right: 4em;
}

}

@media screen and (max-width: 860px) {

#form-home-intro-wrap {
		padding-bottom: 2em;
	}

.home3upBenefit {
	width: 100%;
	float: none;
	margin: 0 0 2em;
	box-sizing: border-box;
	padding: 120px 12% 0;
}

.homeBenefitsWrap {
	border-bottom: solid 2px #ededed;
	margin-bottom: 2.6em;
	padding-top: 3em;
	background-color: #fff;
}

#lc-homeBeneWrap {
	background-color: #fff;
}

#lc-homeBeneWrap .home3upBenefit p, #lc-homeBeneWrap .home3upBenefit h3 {
	color: #12323d;
}

.signup-form .formFieldWrap {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.signup-form .formFieldWrap label {
	display: none;
}

.signup-form .formFieldWrap input {
	font-size: 1.2em;
}

.signup-form .btn {
	float: none;
	width: 100%;
}

#form-home-intro-wrap h2 {
	width: 90%;
	}

.signup-form #homeSignUpBtnMobile {
	display: block;
	text-align: center;
	padding: .8em;
	border-width: .175em;
	border-radius: .6em;
}

.signup-form #homeSignUpBtn, .signup-form .formFieldWrap {
	display: none;
}

#form-home-intro-wrap form {
	background: none;
	padding: 0;
}

.dc-RightFieldsWrap {
	float: none;
	width: 80%;
	margin: 0 auto;
}

.dc-RightFieldsWrap h2 {
	text-align: center;
}

#rightCol {
	width: 80%;
	float: none;
	margin: 30px auto;
}

.dc-OuterFields {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	body .debtCalcHeroWrap p {
	margin: 0;
	padding: 0 0;
}

.dc-BottomFinalText p, .dc-BottomFinalText h2 {
	padding-left: 1em;
	padding-right: 1em; 
}

body #mintComparisonHeroWrap .container p, body #quickenComparisonHeroWrap .container p {
	width: 90%;
}

#comparisonPageWrap p, #comparisonPageWrap h2 {
	padding-right: 2em;
	padding-left: 2em;
}

.col-1-2.partnerLogoWrap {
		float: none;
		width: 100%;
		clear: both;
		margin-bottom: 40px;
	}

	.col-1-2.partnerLogoWrap table {
		margin: 0 !important;
	}

	.partnerLogoWrap h2 td {
		margin-top: 0em;
		width: auto !important;
	}

	.tos_jarsImage {
	width: 100%;
}

h2.tos_subHead {
	padding: 0 0.5em 1em;
}

.tos_formWrap .signup-form .formFieldWrap {
	width: 100%;
	margin-right: 0;
	float: none;
}

.tos_formWrap .signup-form .formFieldWrap label {
	display: block;
}

.tos_formWrap .signup-form .btn {
	float: none;
	width: 100%;
}

.col-1-2.tos_formWrap form {
		padding-top: 1em;
	}


}

@media screen and (max-width: 520px) {
	.homeBenefitsWrap {
		padding: 3em 0em;
	}

	.home3upBenefit {
		padding: 120px 1em 0;
	}

	#alt-home-intro-wrap h1, #form-home-intro-wrap h1 {
		font-size: 3.2em;
	}

	#alt-home-intro-wrap form {
		width: 100%;
	}

	#comparisonPageWrap p, #comparisonPageWrap h2 {
		padding-right: 1em;
		padding-left: 1em;
	}

	.partnerLogoWrap td h2  {
		margin: 0 !important;
	}

	.blogSeriesWrap {
		margin-left: 0em;
		margin-right: 0em;
	}

}

.offset {
	border-radius: .5em;
}

.offset.small {
	font-size: 1.25em;
}


.offset.rule-one {
	background: url(../img/rule-one.svg) no-repeat;
}

.offset.rule-two {
	background: url(../img/rule-two.svg) no-repeat right center;
}

.offset.rule-three {
	background: url(../img/rule-three.svg) no-repeat;
}

.offset.rule-four {
	background: url(../img/rule-four.svg) no-repeat right center;
}

.offset.right, .offset.left {
	margin-left: 0;
	margin-bottom: 1em;
	padding: 7em 0 1em;
	background-position: center top;
	background-size: 35%;
	margin-right: 0;
	margin: 0;
}


/* apps page */

.apps .col-1-2 {
	padding: 1em;
}

.apps a {
	display: block;
	padding: 1em;
}

.apps a:hover {
	background-color: #f6fafb;
}

/* 404 */

.four-oh-four {
	background: url(../img/rocket-down.svg) no-repeat center bottom;
	background-size: 20em;
	padding-bottom: 20em;
}



/* @end */

/* @group Nav */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	transition: all .1s linear;
	display: block;
	line-height: 1;
	float: right;
	background: #12313d url(../img/menu.svg) no-repeat 13% 46%;
	background-size: 27%;
	color: #fff;
	font-size: 1.125em;
	margin: 0;
	padding: .8em .75em .75em 2.25em;
}
a.nav-toggle{
	color: #fff;
}

.nav-toggle:hover {
	text-decoration: none;
	background-color: #F27132;

}

.primary-nav {
	width: 100%;
  display: block;
}

.primary-nav li {
	margin: 0;
	font-size: 1em;
}

.primary-nav li a {
	transition: all .1s linear;
	display: block;
	border-top: 1px solid #fff;
	line-height: 1;
	background-color: #077faf;
	color: #fff;
	margin: 0;
	padding: 1em .5em;
}

.primary-nav li a:hover {
	background-color: #85c2e8;
	color: #fff;
	text-decoration: none;
}

.sub-nav {
	overflow: auto;
	text-align: center;
	clear: both;
	max-width: 42em;
	margin-right: auto;
	margin-top: 3em;
	margin-left: auto;
	width: auto;
}

.sub-nav li a {
	border: 2px solid #1d83c1;
	margin-right: .25em;
	margin-left: .25em;
	padding: .15em 1em;
	display: block;
	border-radius: 2em;
	font-weight: 500;
	text-align: center;
	font-size: .875em;
}

.sub-nav li a:hover, .sub-nav li.active a {
	background-color: #077faf;
	color: #fff;
	text-decoration: none;
}

.sub-nav.pagination {
	margin-top: 2em;
}


@media screen and (max-device-width: 800px) {

.primary-nav li.login.menu-item {
	display: none;
}

}



/* @end */

/* @group Forms */

form {
	border-radius: .5em;
	background-color: #f7fbfc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border: 1px solid #d0e5f3;
	padding: 0 1em 1em;
	max-width: 42em;
	margin: 2em auto;
	text-align: left;
}

form:after {
  content: "";
  display: table;
  clear: both;
}

form fieldset {
	padding: 0;
	margin-bottom: 1em;
}

form label {
	display: block;
	font-weight: bold;
	font-size: 1em;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 1em 0 0;
}

form .form-row p {
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
	margin-top: .25em;
	margin-bottom: 0;
}

form label span {
	font-weight: 500;
	font-style: italic;
	font-size: .875em;
}

form input[type="text"], form input[type="password"], form input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: .5625em .4375em;
	width: 100%;
	height: 2.3125em;
	border: 2px solid #acbdca;
	border-radius: .25em;
	color: #333;
	font-size: 1em;
	-webkit-transition: border 0.3s ease-out;
	-moz-transition: border 0.3s ease-out;
	-o-transition: border 0.3s ease-out;
	transition: border 0.3s ease-out;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	font-family: "Sense";
}

form select, select {
	border: 2px solid #acbdca;
	outline: none;
	font: 1em "Sense";
	width: 100%;
	height: 2.25em;
}

form input.error {
	outline: none;
	border-color: #D33C31;
}

form label.error {
	color: #D33C31;
	font-weight: 500;
	font-style: italic;
	font-size: .875em;
	padding-top: .25em;
	margin-bottom: 0;
}

form ::-webkit-input-placeholder {
	color: #b0b8ca;
	font-weight: 400;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

form input:-moz-placeholder {
	color: #b0b8ca;
	font-weight: 400;
	font-size: 1em;
	-moz-font-smoothing: antialiased;
}

form input:-ms-input-placeholder {
	color: #b0b8ca;
	font-weight: 400;
	font-size: 1em;
	-ms-font-smoothing: antialiased;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	outline: none;
	border-style: solid;
	border-color: #0181c4;
	background-color: white;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

select:focus {
	border-color: #0181c4;
}

form .btn {
	font-size: 1.25em;
	background-color: #1e84c2;
	border-style: none;
	padding: .75em 1em .65em;
	font-family: 'Sense';
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;
	margin-top: 1em;
	border-radius: .25em;
}

form .btn:hover {
	background-color: #0d557f;
	cursor: pointer;
	border-style: none;
	color: #fff;
}

button.submit {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	outline: none;
	border: 0;
	border-radius: .375em;
	background-color: #1E84C2;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font: 1.125em/1 "sense", sans-serif;
	margin-top: 1.5em;
}

button.submit:hover {
	background-color: #0E567E;
}

button.submit span {
	display: inline-block;
	padding: .75em 1.875em;
	color: #fff;
	font-weight: bold;
}



/* @end */

/* @group search form */

.search {
	padding: .5em;
	box-shadow: none;
	border-style: none;
	width: auto;
	max-width: 68em;
	position: relative;
}

#keywords {
	height: 3.1em;
	margin-bottom: .5em;
}

form.search button.btn {
	margin: 0;
}

/* @group live search results */

#keywords.spin {
		background: #fff url(../img/tiny_spinner.gif) no-repeat 98% center;

}


.live-results {
	background-color: #fff;
	z-index: 1000;
	padding: 0;
	border: 2px solid #abbcca;
	border-top: none;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 6px;
	float: left;
	position: absolute;
	left: 1em;
	top: 3.6em;
	width: 50%;
}

.live-results a {
	display: block;
	padding: .5em;
	margin: .25em;
}

.live-results a:hover {
	outline: none;
	text-decoration: none;
	background-color: #D2E7F2;
	border-bottom-style: none;
	color: #0d557f;
}

.live-results a .title {
	font: 1.25em/1 "Sense-Bold", Helvetica, Arial, sans-serif;
	display: inline;
	margin: 0;
}

.live-results a .excerpt {
	display: block;
	font-size: 1em;
	color: #3e4147;
	line-height: 1.25;
}

.live-results a:hover .excerpt {
	color: #24272b;
}

.live-results p {
	font-size: .875em;
	line-height: 1.25;
}



/* @end */



/* @end */

/* @group Class Cards */

.tz-info {
	background-color: #f7fbfc;
	max-width: 42em;
	margin: 2em auto;
	padding: 1em;
	border-radius: .5em;
}

.tz-info p {
	color: #506970;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: .125em;
}

.edu-sessions-card {
	border-radius: .5em;
	background-color: #f7fbfc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border: 1px solid #d0e5f3;
	padding: 0 1em 1em;
	max-width: 42em;
	margin: 2em auto;
	text-align: left;
}

.edu-sessions-card h3 {
	padding: 0;
	font-size: 2em;
	margin-top: 1em;
}

.edu-sessions-card .countdown {
	text-align: center;
	font-weight: 500;
	font-style: italic;
	color: #F27132;
	margin-bottom: .25em;
}

.edu-sessions-card form {
	border-style: none;
	box-shadow: none;
	background-color: #85c2e9;
	margin: 0;
	text-align: center;
	padding: .25em;
}

.edu-sessions-card p {
	padding-right: 0;
	padding-left: 0;
	font-size: 1.125em;
	line-height: 1.25;
}

.edu-sessions-card .btn {
	margin-top: .25em;
	font-size: 1.125em;
}



/* @end */

/* @group Blog */

/*.title-wrap {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	padding-bottom: 3em;
	margin-bottom: 1em;
}*/

.title-wrap h1 {
	color: #fff;
	margin-bottom: .125em;
}

.title-wrap h2 {
	font-family: "xxii";
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

}

.bg-orange {
	background: #F27132 no-repeat center center;
}

.bg-blue {
	background: #85c3e9 no-repeat center center;
}

.bg-dark-blue {
	background: #077faf no-repeat center center;
}

.bg-green {
	background: #CFDB49 no-repeat center center;
	color: #12323d;

}

.bg-yellow {
	background: #fdbe2a  no-repeat center center;
}

.bg-default {
	background-color: #F27132;
	background: #f6fafb url(../img/blog-default.jpg) no-repeat center center;
}

.bg-green h1, .bg-green h2, .bg-default h1, .bg-default h2 {
	color: #12323d;
}

.bg-dark-blue h2, .bg-yellow h2 {
	color: #fff;
}

.post-card a {
	color: #fff;
	display: block;
	margin: 1em;
	border-radius: .5em;
	height: 12.5em;
	
	padding-top: 2.25em;
	border: 1px solid #ddeef7;
}

.post-card a:hover {
	text-decoration: none;
}

.post-card .title {
	font-weight: 500;
	display: block;
	font-size: 1.375em;
	line-height: 1.125;
	background-color: rgba(18,50,61,0.85);
	padding: .5em 1em;
	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;
}

.post-card a:hover .title {
	background-color: rgba(7,127,175,0.95);
}

.post-card .summary {
	background-color: rgba(18,50,61,0.4);
	padding: 0 .75em .1em;
	border-radius: 1em;
	display: inline-block;
	margin-top: .375em;
}

.post-card .bg-default, .post-card .bg-orange, .post-card .bg-blue, .post-card .bg-green, .post-card .bg-yellow {
	background-size: 150%;
}

/*  Blog Styles */
.blogCTAWrap {
    background-color: #ededed;
    margin: 0 10em;
    padding: 3em 3em 3em 16em;
    overflow: hidden;
    background-image: url('../img/ynab_appscreens.png');
    background-repeat: no-repeat;
    background-position: 30px 60px;
    background-size: 200px auto;
}

#investingBookWrap {
	background-image: url('https://marketing-youneedabudgetco.netdna-ssl.com/blog/InvestLikeaProCover.jpg');
	padding: 2em 2em 2.6em 12em;
	background-position: 30px 40px;	
	background-size: 130px auto;
}

.blogCTAWrap p {
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
}

.blogCTAWrap h2 {
    margin: 0 0 14px;
    padding: 0;
    text-align: left;
}

.blogCTAWrap a {
    float: left;
}

.post {
	position: relative;
}

.socialSharingWrap {
	position: absolute;
	left: 40px;
	top: 40px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.socialSharingWrap li {
	display: block;
	width: 48px;
	height: 48px;
	background-size: 48px auto;
	background-position: bottom;
	margin-bottom: 14px;
	background-repeat: no-repeat;
}

.socialSharingWrap li a {
	display: block;
	width: 48px;
	height: 48px;
	background-size: 48px auto;
	background-position: top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	background-repeat: no-repeat;

	transition:         opacity 0.3s ease-in-out;
    -moz-transition:    opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition:      opacity 0.3s ease-in-out;
}

.socialSharingWrap li a:hover {
	opacity:            0;
	background-position: bottom;
}

.ssFacebook, .ssFacebook a {
	background-image: url('../img/ssFacebook.jpg');
	background-color: #d2d2d2;
}

.ssTwitter, .ssTwitter a {
	background-image: url('../img/ssTwitter.jpg');
	background-color: #d6d6d6;
}

.ssPinterest, .ssPinterest a {
	background-image: url('../img/ssPinterest.jpg');
	background-color: #d7d7d7;
}

.ssReddit, .ssReddit a {
	background-image: url('../img/ssReddit.jpg');
	background-color: #d7d7d7;
}

@media screen and (max-width: 998px) {
	.socialSharingWrap {
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	text-align: center;
	margin: 40px 0 0;
}

.socialSharingWrap li {
	margin: 0 10px;
	display: inline-block;
}

}


@media screen and (max-width: 530px) {

.blogCTAWrap, #investingBookWrap {
    background-position: center 30px;
    padding: 3em;
    margin: 0 0em;
}

.blogCTAWrap h2 {
    margin: 120px 0 14px;
    text-align: center;
}

#investingBookWrap h2 {
	margin-top: 210px;
}

.blogCTAWrap p {
    text-align: center;
}

.blogCTAWrap a {
    float: none;
}

}


/* @end */

/* @group Cover Shots */

.cover-shots {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cover-shots li {
	padding: 2.5em 2.5em 0;	
}

.cover-shots .cover {
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.4);
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	position: relative;
	background: #fff url(../img/cover-interior.gif) no-repeat right top;
}

.cover-shots li a {
	display: block;
	position: relative;
	top: 1px;
	right: 2px;
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.cover-shots li a .cover-title {
	position: absolute;
	font-weight: 900;
	line-height: 1em;
	font-size: 2.75em;
	color: #fff;
	width: 100%;
	background-color: rgba(18,50,61,0.95);
	padding: .25em;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	top: 25%;
}

.cover-shots li a .cover-title em {
	font-weight: 500;
	line-height: 1.25em;
	font-size: .3em;
	color: #D7F0FD;
	display: block;
	text-transform: none;
}

.cover-shots li a:hover {
	-webkit-transform-origin: left 40%; /* Chrome, Safari, Opera */
    transform-origin: left 40%;
	-webkit-transform: rotateY(20deg); /* Safari */
    transform: rotateY(20deg);
    
}

.cover-shots li a img {
	display: block;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cover-shots li a:hover img {
	-webkit-box-shadow: 12px 0 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 12px 0 10px 0px rgba(0,0,0,0.25);
	box-shadow: 12px 0 10px 0px rgba(0,0,0,0.25);
}

/* @end */

/* @group Guides */

.menu-btn {
	display: block;
	position: fixed;
	top: 4em;
	left: 1em;
	z-index: 700;
	text-align: center;
	color: #fff;
	transition: background-color .1s linear, transform .1s linear, top .1s linear;
	text-indent: -1000em;
	background: #0e313c url(../img/open-book-3.svg) no-repeat center 56%;
	background-size: 55%;
	border-radius: 100em;
	height: 3.25em;
	width: 3.25em;
}

.menu-btn.close {
	background: #0e313c url(../img/x-1.svg) no-repeat center 56%;
	background-size: 55%;
}

.menu-btn.past-main {
	top: 1em;
	background-color: #F27132;
}

.menu-btn:hover {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

.chapters {
	background-color: #fff;
	position: fixed;
	height: 100%;
	width: 20em;
	left: -22em;
	transition: all .1s ease-out;
	overflow: auto;
	top: 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	z-index: 1;
}

.chapters h2 {
	margin-bottom: 0;
	padding: 0;
}

.chapter-list {
	list-style-type: none;
	padding: 1em;
}

.chapter-list li a {
	transition: all .1s linear;
	display: block;
	border: 1px solid #077faf;
	line-height: 1;
	padding: .5em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: .25em;
}

.chapter-list li a:hover {
	background-color: #077faf;
	color: #fff;
	text-decoration: none;
}



/* @end */

/* @group login form */

.login-screen {
		background-color: #F27132;

}

.login-screen section {
	padding:  0;
}

.login-form {
	position: relative;
	z-index: 5;
	max-width: 30em;
	background-color: #85c2e8;
	padding: 1.5em;
	border-radius: .5em;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2) ;
	margin: 1.5em auto 0;
}

.login-form .form-row {
	margin-bottom: .625em;
	padding: .25em 0;
	overflow: auto;
}

.login-form fieldset {
	margin: 0;
	padding: 1em 1em .45em;
}

.login-form label {
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.login-form label span {
	font-weight: 500;
	font-style: italic;
	font-size: .875em;
}

.login-form input[type="text"],.login-form input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: .5625em .4375em;
	width: 100%;
	height: 2.5em;
	border: 2px solid #acbdca;
	border-radius: .25em;
	color: #333;
	font-size: 1em;
	-webkit-transition: border 0.3s ease-out;
	-moz-transition: border 0.3s ease-out;
	-o-transition: border 0.3s ease-out;
	transition: border 0.3s ease-out;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}



/* @end */

/* @group Hello Bar */

.hello {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.125em;
	background: #077faf;
	position: relative;
	display: none;
	z-index: 4;
	padding: 1em 2em 1em 1em;
}

.hello a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.hello a:hover {
	color: #323232;
	border-bottom: 1px dotted #323232;
	text-decoration: none;
}

.hello .close {
	width: 2em;
	height: 2em;
	position: absolute;
	right: .5em;
	top: 22%;
	margin: 0;
	padding: .5em;
	color: #fff;
	cursor: pointer;
	border-style: none;
	background: url(../img/x-1.svg) center center no-repeat;
	background-size: 60%;
	border-radius: 10em;
}

.hello .close:hover {
	color: #323232;
	border-bottom: none;
	background-color: #323232;
	
}

/* @end *//* @group CTA's */



/* @end */



.cta-bar {
	background-color: rgba(18, 50, 61, .85);
	color: #fff;
	z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-animation:cta-bar-slide 2s;
	  -moz-animation:cta-bar-slide 2s;
	  -ms-animation:cta-bar-slide 2s;
	  -o-animation:cta-bar-slide 2s;
	  animation:cta-bar-slide 2s;
}

@keyframes cta-bar-slide {
  from {transform:translate(0px, 1000px)}
  to   {transform:translate(0px, 0px)}
}

@-webkit-keyframes cta-bar-slide {
  from {-webkit-transform:translate(0px, 1000px)}
  to   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes cta-bar-slide {
  from {-moz-transform:translate(0px, 1000px)}
  to   {-moz-transform:translate(0px, 0px)}
}

@-ms-keyframes cta-bar-slide {
  from {-ms-transform:translate(0px, 1000px)}
  to   {-ms-transform:translate(0px, 0px)}
}

@-o-keyframes cta-bar-slide {
  from {-o-transform:translate(0px, 1000px)}
  to   {-o-transform:translate(0px, 0px)}
}

.cta-bar .container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.cta-bar .lead {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
}

.cta-bar .btn {
	font-size: 1em;
}
