@media all and (max-width: 639px){
	#siteHeader,
	#siteSearch,
	.navSecondary,
	.navPrimary,
	.linkbucketHeader,
	#linkbucket,
	#truthAboutLabel,
	#social_icons,
	#siteFooter ul.ftrTruthAbout,
	.Brand .brandHeader .title,
	#alternate_content #contentSecondary,
	#siteHeaderEntreLeadershipLink,
	#siteHeaderGivingTrackerLink,
	.field_status_valid,
	.field_status_invalid,
	.field_bubble .t,
	.field_bubble .b,
	#dr_sign_in{
		display:none;
	}

	html,
	body{
		background:#17456B;
		background-image:none !important;
	}

	#mobile_footer_link{
		display:block !important;
		text-align:center;
		font-size:14px;
		color:white;
		font-weight:bold;
	}

	#siteFooter{
		background:none;
	}

	#footer_copyright{
		width:100%;
		font-size:12px;
		background:none;
		color: #A3BBC9;
	}

	/*  mobile header - copied from /resources/css/mobile/style.css */
	.siteHeaderWrapper {
		margin: 0px;
		width: auto;
		height: auto;
		background: transparent;
		border: none;
	}

	#responsive_nav_header {
		display:block !important;
	  height: 42px;
	  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224862), color-stop(100%, #161c31));
	  background: -webkit-linear-gradient(#224862, #161c31);
	  background: -moz-linear-gradient(#224862, #161c31);
	  background: -o-linear-gradient(#224862, #161c31);
	  background: linear-gradient(#224862, #161c31);
	}

	#responsive_nav_header #menu-toggle {
	  position: absolute;
	  left: 0;
	  top: 0;
	  color: #fff;
	  text-decoration: none;
	  text-indent: -3000px;
	  display: block;
	  width: 42px;
	  height: 42px;
	  line-height: 42px;
	  text-align: center;
	  z-index: 5;
	  overflow: hidden;
	}

	#responsive_nav_header #menu-toggle i {
	  -webkit-font-smoothing: antialiased;
	  font-size: 18px;
	  line-height: 42px;
	  display: block;
	  text-indent: 0;
	  text-shadow: 1px 1px 0px #142333;
	}

	#responsive_nav_header #logo {
	  display: block;
	  background: url(//a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/3_way_universal/mobile/headers/dr_mobile_logo_small.png) center center no-repeat;
	  width: 144px;
	  height: 42px;
	  margin: 0 auto;
	  text-indent: -3000px;
	}

	/* OFF CANVAS MENU - copied from /resources/css/mobile/style.css */
	body.menu-active #canvas .panel-wrap {
	  left: -15%;
	}

	body.menu-active #canvas #menu-panel {
	  height: auto;
	}

	html.off-canvas-menu #canvas {
	  overflow: hidden;
	}

	html.off-canvas-menu .panel-wrap {
	  position: relative;
	  top: 0;
	  left: -100%;
	  width: 200%;
	  height: 1px;
	}

	html.off-canvas-menu .panel-wrap .panel {
	  width: 50%;
	  float: left;
	  position: relative;
	}

	html.off-canvas-menu #menu-panel {
	  padding-left: 7.5%;
	  height: 1px;
	}

	html.off-canvas-menu #menu-panel nav {
	  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #15283c), color-stop(92%, #15283c), color-stop(100%, #0b151f));
	  background: -webkit-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: -moz-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: -o-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	}

	html.off-canvas-menu #menu-panel nav ul {
	  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #26486c), color-stop(92%, #26486c), color-stop(100%, #142638));
	  background: -webkit-linear-gradient(left, #26486c 0%, #26486c 92%, #142638 100%);
	  background: -moz-linear-gradient(left, #26486c 0%, #26486c 92%, #142638 100%);
	  background: -o-linear-gradient(left, #26486c 0%, #26486c 92%, #142638 100%);
	  background: linear-gradient(left, #26486c 0%, #26486c 92%, #142638 100%);
	}

	html.off-canvas-menu #menu-panel nav > ul > li.home > a:first-child,
	html.off-canvas-menu #menu-panel nav ul li a {
	  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #15283c), color-stop(92%, #15283c), color-stop(100%, #0b151f));
	  background: -webkit-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: -moz-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: -o-linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	  background: linear-gradient(left, #15283c 0%, #15283c 92%, #0b151f 100%);
	}

	html.off-canvas-menu #menu-panel nav > ul > li > a:first-child {
	  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d3854), color-stop(92%, #1d3854), color-stop(100%, #0f1d2c));
	  background: -webkit-linear-gradient(left, #1d3854 0%, #1d3854 92%, #0f1d2c 100%);
	  background: -moz-linear-gradient(left, #1d3854 0%, #1d3854 92%, #0f1d2c 100%);
	  background: -o-linear-gradient(left, #1d3854 0%, #1d3854 92%, #0f1d2c 100%);
	  background: linear-gradient(left, #1d3854 0%, #1d3854 92%, #0f1d2c 100%);
	}

	html.off-canvas-menu #container {
	  float: right;
	}

	#canvas {
	  width: 100%;
	  position: relative;
	  height: 100%;
	}

	#canvas div.panel {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	#menu-panel {
	  display: block !important;
	  background: #15283c;
	  position: relative;
	  bottom: 0;
	  top: 0;
	  left: 0;
	  right: 0;
	  height: auto;
	  text-align: left;
	}

	#menu-panel nav {
	  background: #26486c;
	}

	#menu-panel nav > ul > li.home > a:first-child {
	  padding-left: 10px;
	}

	#menu-panel nav ul li a {
	  display: block;
	  margin-top: 1px;
	  border-bottom: 1px solid #000000;
	  color: #fff;
	  line-height: 44px;
	  padding: 0 10px 0 33px;
	  font-weight: bold;
	  text-decoration: none;
	  position: relative;
	  overflow: hidden;
	  text-transform: none;
	  background: #15283c;
	  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	}

	#menu-panel nav > ul > li.home > a:first-child {
	  line-height: 39px;
	}

	html,
	body,
	.Brand.section_layout .contentRegion,
	.Brand .brandHeader,
	#centerWrapper{
		width:100%;
		min-width:0px;
	}

	.Brand #centerWrapper {
		background: #0c4269;
	}

	.Brand.section_layout .contentRegion,
	.Brand.content_layout .contentRegion,
	.Brand.base_layout .contentRegion{
		margin-bottom:20px;
		-moz-box-shadow:0 2px 3px rgba(0,0,0,0.8);
		-ms-box-shadow:0 2px 3px rgba(0,0,0,0.8);
		-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.8);
		box-shadow:0 2px 3px rgba(0,0,0,0.8);
		background:#FFF;
	}

	img{
		max-width:100%;
	}

	#referralForm,
	.formContainer{
		width:92%;
		padding:10px 4% 30px;
		background:#E1E9EC;
		border:none;
		margin:0;
		-moz-border-radius:none;
		-webkit-border-radius:none;
		-ms-border-radius:none;
		border-radius:none;
	}


	/* FORM STYLES*/
	form .field_wrapper input{
		border:solid 1px #989898;
	}

	.text_input_field,
	.password_input_field,
	form select,
	form textarea,
	form input {
		font-size:18px;
		font-weight:normal;
		padding:10px;
		border:solid 1px #ccc;
	}

	form select,
	form select.field_with_error{
		padding:10px;
		background-image:none;
	}

	form label,
	.text_input_field_label,
	.password_input_field_label,
	form label.generic_label,
	form .textarea_field_label,
	.radio_input_button_label,
	.select_field_label{
		font-size:16px;
		font-weight:normal;
		margin-bottom:5px;
		color:#383838;
		line-height:21px;
	}

	.field_bubble .t,
	.field_bubble .b div,
	.field_bubble .bd,
	.field_bubble .wrapper,
	.field_bubble .wrapper .bd,
	.field_bubble.error .content,
	.field_bubble.error .t,
	.field_bubble.error .b,
	.field_bubble.error .b div{
		margin-left:0 !important;
		background:none;
		padding:0 !important;
		margin:0;
		border:none;
	}

	.field_bubble,
	.field_bubble.tooltip{
		position:static !important;
		left:0px !important;
		margin:0 0 10px 0;
		max-width:100%;
		height:auto !important;
		width:100% !important;
		background:#CC0000;
		padding:0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-ms-border-radius:5px;
		border-radius:5px;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		box-shadow:none;
		color:white;
	}

	.field_bubble .content{
		padding:0;
	}


	.field_bubble p,
	.field_bubble.tooltip p{
		font-weight:bold;
		display:block;
		padding:5px 2% !important;
		background:transparent;
		border:solid 2px #990000;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-ms-border-radius:5px;
		border-radius:5px;
	}

	.field_bubble.tooltip{
		background:#656565;
		display:none !important;/*Temporarily disable these tooltips, they're breaking iOS form functionality*/
	}

	.field_bubble.tooltip p{
		border-color:#383838;
	}

	.field_error_message{
		min-height:0px;
		margin:0;
	}


	/*BUTTON STYLES*/
	a.button,
	button,
	span.button,
	.gux_form_section_button,
	.gux_form_section_button:hover{
	    background: #289acf; /* Old browsers */
		background-color: #289acf !important; /* Old browsers */
		background: -moz-linear-gradient(top, #289acf 0%, #2a82a5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#289acf), color-stop(100%,#2a82a5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #289acf 0%,#2a82a5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #289acf 0%,#2a82a5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #289acf 0%,#2a82a5 100%); /* IE10+ */
		background: linear-gradient(top, #289acf 0%,#2a82a5 100%); /* W3C */
	    border: 0 none;
	    border-radius: 10px 10px 10px 10px;
	    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	    color: #FFFFFF;
	    cursor: pointer;
	    display: block;
	    font-size: 18px;
	    font-weight: bold;
	    height: 40px;
	    line-height: 40px;
	    margin: 0 0 15px;
	    padding: 0 8%;
	    text-align: center;
	    text-decoration: none;
	    width: 84%;
		border:solid 1px #2a82a5;
	}

	.Masthead button {
		background-color: transparent !important;
		box-shadow: none;
	}

	a.button span,
	button span,
	span.button span,
	form button span{
		display:block;
		font-size: 18px;
	    font-weight: bold;
	    height: 40px;
	    line-height: 40px;
		width:100%;
		text-align:center;
		background:none;
	}

	button.functional, button.functional span, a.button.functional, a.button.functional span, span.button.functional, span.buttonfunctional span{
		background: #f9fafb; /* Old browsers */
		background: -moz-linear-gradient(top, #f9fafb 0%, #cacdce 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(100%,#cacdce)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f9fafb 0%,#cacdce 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f9fafb 0%,#cacdce 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f9fafb 0%,#cacdce 100%); /* IE10+ */
		background: linear-gradient(top, #f9fafb 0%,#cacdce 100%); /* W3C */
		margin:0;
	}

	button.functional,
	.button.functional{
		border:solid 1px #cacdce;
	}

	.button span,
	button.functional span,
	a.button.functional span,
	span.buttonfunctional span{
		background-image:none;
		background-color:transparent;
		margin:0;
		padding:0;
	}

	a.button.minor,
	button.minor,
	span.button.minor,
	a.button.minor span,
	button.minor span,
	span.button.minor span{
		font-size:16px;
		line-height:24px;
		height:24px;
	}
}

@media all and (max-width: 639px), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #responsive_nav_header #logo {
    background: url(//a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/3_way_universal/mobile/headers/dr_mobile_logo_large.png) center center no-repeat;
    -webkit-background-size: 144px 22px;
    -moz-background-size: 144px 22px;
    -o-background-size: 144px 22px;
    background-size: 144px 22px;
  }

/*  footer {
    background-image: url(//a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/3_way_universal/mobile/ui/footer@2x.jpg);
    background-position: top left;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }*/
}
