@charset "utf-8";


/***********************************************

  The Mortgage Truth
  
  CSS Definitions
  
  www.TheMortgageFraud.com
  
  High-Resolution CSS

  5/20/2024
  
  Portrait: >= 580px x 880px and Portrait 
  Landscape: >= 880px x 580px and Landscape

************************************************/


/* Landscape Mode Only */

@media all and (min-device-width:880px) and (min-device-height:580px) {}


/* Portrait Mode Only */

@media all and (min-device-width:580px) and (min-device-height:880px) {}


/* Landscape and Portrait Modes */

@media 	all and (min-device-width:880px) and (min-device-height:580px),
		all and (min-device-width:580px) and (min-device-height:880px) {
	
	
	.rwt .facts_only
	{
		margin-top: 0px;
		padding-bottom: 10px;

		background-image:url(../images/rwt_facts_only_yellow_strip.gif);
		background-position:50% 0%;
		background-repeat:repeat-x;
	}

	.rwt .disclaimer
	{

		width: auto;
		margin: 0px auto 0px auto;
		min-height: 100px;
		position:relative;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		border: 0px solid lime;
		overflow: hidden;

	}
			
	.rwt .disclaimer h3,
	.rwt .disclaimer p
	{
		font: 16px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		max-width:100%;
		padding-left: 0;
		padding-right: 0;
	}

	.rwt .header
	{
		margin-top: 0px;
		/* height: 310px; */
		
		background-image: url(../images/rwt_background_high_resolution.jpg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		padding-top: 80px;
	}
			
	.rwt .header .photo {
		
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		padding-top: 100px;	
	}

	.rwt .header .title
	{

		width: 100%;
		/* height: 100%; */
		position: relative;
		margin: 20px auto 0px auto;
		padding: 0px 0px 10px 0px;
		text-align: center;
		
	}
			
	.rwt .header .title h1
	{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 55px;
		text-shadow: 2px 2px #000;
		font-stretch: expanded;
		font-weight: bold;
		color: yellow;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin: 0px;
	}

	.rwt .header .subtitle
	{
		font: 22px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color:#FFF;
		font-weight: bold;
		line-height: 1.6;
		text-shadow: 3px 3px #000;
		letter-spacing: 1px;
		text-align: center;
		/*font-variant: small-caps;*/
		padding-top: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		/* min-height: 130px; */
		max-width:500px;
		margin:auto;

		/*background-image:url(../images/rwt_subtitle_bg.jpg);*/
		background-position:50% 0%;
		background-repeat:no-repeat;
	}


	.rwt .quoteBubble
	{

		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;

		height: auto;

		position:relative;
		
		padding:20px 10px 20px 10px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:center;

		background-color:#1A1A1A;

	}
			
	.rwt .quoteBubble2
	{

		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;

		height: auto;

		position:relative;
		
		padding:10px 10px 10px 10px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:left;

		background-color:#1A1A1A;

	}
			
	.rwt .quoteBubble3
	{

		max-width: 500px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;

		height: auto;

		position:relative;
		
		padding:40px 30px 20px 20px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:left;

		background-color:#1A1A1A;

	}
			
	.rwt .quoteBubble4
	{		
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		height: auto;
		position: relative;
		padding: 5px 0px 5px 0px;
		border-bottom-color: #C90;
		border-bottom-width: medium;
		border-top-style: solid;
		border-top-color: #C90;
		border-bottom-style: solid;
		border-top-width: medium;
		overflow: hidden;
		text-align: center;
		background-color: #1A1A1A;
	}
			
	.rwt .quoteBubble h2,
	.rwt .quoteBubble2 h2,
	.rwt .quoteBubble3 h2,
	.rwt .quoteBubble4 h2{
		
		margin: 0px auto 30px auto;
	}		
			
	.rwt .quoteBubble p,
	.rwt .quoteBubble2 p,
	.rwt .quoteBubble3 p,
	.rwt .quoteBubble4 p{
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}
			
	.rwt .headshotContainer
	{
		
		text-align:center;
		width:auto;
		max-width:1000px;
		height:auto;
		margin: 0px auto 0px auto;
	
	}
			
	.rwt .headshotContainer .icon-left
	{
		text-align:left; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.rwt .headshotContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
	
	.rwt .headshotContainer .headshot
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto 30px auto 30px;
		padding: 10px;
		position:relative;
		width:300px;
	}
	
	.rwt .headshotContainer .headshot p
	{
		text-align:center; 
		margin:auto;
		padding:0px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.rwt .iconContainer
	{
		
		text-align:center;
		width:auto;
		max-width:1000px;
		height:auto;
		margin: 30px auto 30px auto;
	
	}
	
	.rwt .iconContainer .icon-left
	{
		text-align:left; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.rwt .iconContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.rwt .iconContainer .title,
	.rwt .iconContainer .title2
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 0px;
		position:relative;
		width:400px;
	}
	
	.rwt .iconContainer .title p
	{
		text-align:left; 
		margin:auto;
		padding:40px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.rwt .iconContainer .title2 p
	{
		text-align:left; 
		margin:auto;
		padding:10px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.rwt .imgContainer80 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:60%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.rwt .imgContainer80 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
		
	.rwt .imgContainer60 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:60%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.rwt .imgContainer60 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
			
	.rwt .imgContainer40 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:40%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.rwt .imgContainer40 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
			
	.rwt .youTubeContainer
	{
		margin-left:50px;
		margin-right:50px;

		position:relative;
		padding-top: 30px;
		padding-bottom:56.25%;
		width: auto;
		height: auto;
		overflow:hidden;

		border: 0px solid pink;

		text-align: center;
	}

	.rwt .youTubeContainer iframe
	{
		position: absolute;
		top: 0px; 
		left: 0px;
		width: 100%;
		height: 100%;
	}
			
	.rwt h1 {
		
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 55px;
		text-shadow: 2px 2px #000;
		font-stretch: expanded;
		font-weight: bold;
		color: yellow;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin: 0px;
		
	}

	.rwt h2
	{
		font: 24px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		line-height: 1.6;

		height: auto;
		position:relative;
		padding: 0px;
		margin: 60px auto 20px auto;
		border: 0px solid green;
		overflow: hidden;
		text-align:center;
		
		max-width: 700px;
	}
			
	.rwt h3
	{
		font: 16px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		margin-top: 0;
	}
			
	.rwt p
	{
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
		max-width: 800px;
		padding-left:10%;
		padding-right:10%;
		margin-left:auto;
		margin-right:auto;
	}
			
	.rwt .highlight {
		
		background-color:white; 
		color:black;
		font-weight:bold;
		padding:2px;
	}
			
	.rwt .red {
		
		background-color:red; 
		color:white;
		font-weight:bold;
		padding:2px;
	}
			
	.rwt .green {
		
		background-color:green; 
		color:white;
		font-weight:bold;
		padding:2px;
	}
			
	.rwt .blue {
		
		background-color:blue; 
		color:white;
		font-weight:bold;
		padding:2px;
	}

	.rwt ul 
	{
		list-style:disc;
		list-style-position:inside;
		max-width:800px;
		text-align: left;
		margin:auto;
	}
			
	.rwt ol
	{
		font: 18px Arial, Helvetica, sans-serif;
		color:#fff;
		font-weight: normal;
		line-height: 1.6;
		text-align: left;
		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		letter-spacing: 1px;
		
		list-style-position: outside; 
	}		
			
	.rwt ol li,
	.rwt ul li{
		margin-bottom: 30px;
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	.rwt .facebookPlugin
	{
		text-align:center;
		margin: 20px;
	}
			
	.rwt .facebookPageEmbed {

        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;

        font-size: 12px;
        font-family: monospace;
        font-weight: bold;

        max-width: 340px;
        background-color: #000;
    }
			
	.rwt .facebookPostEmbed
	{
		text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin: auto;
    	background-color: #fff;
    	max-width: 500px;
		overflow-x:hidden;        
	}

	.rwt .footer
	{
		width: 97%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		position:relative;
		padding: 10px;
		border: 0px solid green;
		overflow: hidden;

		text-align: center;

		background-image: url(../images/rwt_footer_background.jpg);
		background-color: #050e18;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:center;
		background-position: 50% 70%;

		font: 18px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: normal;
		line-height: 1.6;
	}
			
			
	.rwt .table
	{
	
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:70px;
		width:auto;
		max-width:550px;
		border:2px;
		border-color:#999;
		position:relative;
		padding: 20px 20px 10px 0px;
		background-color: #fff;
	
	}
	
	.rwt .table .headerRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
	}
	
	.rwt .table .middleRow
	{
		display:inline-block;
		position:relative;
		width:100%;
		border-color: #999999;
		
		padding: 0px;
		vertical-align: middle;
		text-align:left;
		background-color:#fff;
	}
	
	
	.rwt .table .bottomRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
		background-color:#fff;
	}
			
	.rwt .table .headerRow p{
		font: 18px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		letter-spacing: 1px;
		margin:0px;
	}			
	.rwt .table .middleRow p{
		font: 16px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}
			
	.rwt .table .bottomRow p{
		font: 18px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}


	/* Reference links */

	.rwt a:link 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: underline;
	}

	.rwt a:visited 
	{
		color: #FF0; 
		font-weight: bold;
	}

	.rwt a:link:hover, 
	.rwt a:visited:hover 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: none;
	}

	.rwt a:link:active, 
	.rwt a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}


	.rwt .footer a:link 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: underline;
	}

	.rwt .footer a:visited 
	{
		color: #FF0;
		font-weight: bold;
	}

	.rwt .footer a:link:hover, 
	.rwt .footer a:visited:hover 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: none;
	}

	.rwt .footer a:link:active, 
	.rwt .footer a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}
}