

* {box-sizing: border-box}
/*body {font-family: "Lato", sans-serif;}*/
body {font-family: "Verdana", sans-serif;}


/* Hide the link that should open and close the topnav on small screens */
.tablinksicon {
    display: none;
} 


 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 900px) {*/
@media  (max-width: 600px) {
		
	.answerbox
	{
		overflow-y:auto;
		 border-width: 1px;
		border-style: none;
	}
	.tabcontainer {
		width:100%;
		margin: 0px;
		padding: 4px;
		border: 1px solid #ccc;
		display:table;
	}
		.tabcontent {
		overflow-y:auto; 
		padding-left: 15px
	}
	  .topnav.responsive {position: relative;}
	  .topnav.responsive .tablinksicon {
		position: absolute;	
		right: 0;
		top: 0;
	  }
	  
	  .topnav.responsive .tablinks {
		float: none;
		display: block ;
		text-align: left;
	  }
	  
	  /*.tablinks:not(:first-child) {display: none;}*/
	  .tablinks:not(:active) {display: none;}
	  .tablinksicon {
		float: right;
		display: block;
	  }

	.tablinks {
		display:block;
		padding: 8px 8px;
		width: 120px;
		font-size: 17px;
		float: left;
	}
	.tablinksicon{
		display:block;
		padding: 6px 8px;
		width: 60px;
		font-size: 20px;
		float: right;
		
	}
	
	.small_banner {
		height: 5px;
		padding: 0;
		position: relative;
		width: 100%;
		color: $FFFFFF;
		z-index: 1;
		display: block;
		border: 0 none;
		font: inherit;
		margin: 0;
		vertical-align: baseline;
		text-rendering: optimizelegibility;
		background: radial-gradient(circle, #FE8A0B, #B33410) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.rentbutton {
		display:inline;
		padding: 14px;
		width: 140px;
		font-size: 12px;
		font-weight:bold;
		text-align:center;
		color:white;
		float: left;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 6px;
	}
	.confirmbutton {
		display:inline;
		padding-top: 14px;
		padding-right: 8px;
		padding-bottom: 14px;
		padding-left: 8px;
		width: 90px;
		font-size: 12px;
		font-weight:bold;
		text-align:center;
		color:white;
		float: right;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 6px;
	}
	.followupQuestion
{
	color: #000000;
    display:inline-block;
    padding: 5px;
    text-align:left;
    color:black;
    border: none;
    margin: 5px;
    vertical-align:top;
  }

	
}

@media (min-width: 601px) {
		
	.answerbox
	{
		overflow-y:auto;
		 border-width: 1px;
		border-style: none;
	}


	.tabcontainer {
		width:1000px;
		margin: 20px;
		padding: 10px;
		border: 1px solid #ccc;
		display:table;
	}
	.tabcontent {
		overflow-y:auto; 
		padding-left:30px
	}
	.tablinks  {
		display:block;
		padding: 22px 16px;
		width: 150px;
		font-size: 17px;
		float: left;
		}
	.tablinksicon{
		padding: 8px 8px;
		width: 60px;
		font-size: 20px;
		float: right;
		}
	
	.small_banner {
		height: 20px;
		padding: 0;
		position: relative;
		width: 100%;
		color: white;
		z-index: 1;
		display: block;
		border: 0 none;
		font: inherit;
		margin: 0;
		vertical-align: baseline;
		text-rendering: optimizelegibility;
		background: radial-gradient(circle, #FE8A0B, #B33410) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.rentbutton {
display:inline;
		padding: 14px;
		width: 200px;
		font-size: 17px;
		font-weight:bold;
		text-align:center;
		color:white;
		float: left;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 15px;
	}
	.confirmbutton {
display:inline;
		padding: 14px;
		width: 200px;
		font-size: 17px;
		font-weight:bold;
		text-align:center;
		color:white;
		float: left;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 15px;
	}
	.followupQuestion
{
	color: #000000;
    display:inline-block;
    padding: 5px;
    text-align:left;
    color:black;
    border: none;
    margin: 15px;
    vertical-align:top;
  }

}

.tablinks, .tablinksicon
{
	background:transparent;
	color: black;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: none;
	transition: 0.3s;
	font-weight: bold;
}
/* Create an active/current "tab button" class */
 .tablinks.active {
    background-color: #ccc;
    background-color: #e8934e;
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/*@media screen and (max-width: 600px) {*/
@media  (max-width: 900px) {

} 

 /* Add a black background color to the top navigation */
.topnav {
    /*background-color: #333;*/
	background: radial-gradient(circle, #FE8A0B, #B33410) repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}
/* Change the color of links on hover */
  .tablinks:hover {
    background-color: #ddd;
    color: black;
}


/* Style the links inside the navigation bar */


/* Micro reset */
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html, body { 
	height: 100%; 
	width: 100%; 
	vertical-align: baseline;
}


.footer {
	background: radial-gradient(circle, #FE8A0B, #B33410) repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: both;
    font-size: 13px;
    overflow: visible;
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
	 display: block;
	 border: 0 none;
    margin: 0;
    vertical-align: baseline;
	color: #636B75;
}
/*
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.center-wrap {
    margin: 0 auto;
    position: relative;
    /*width: 960px;*/
}
*/
.foot-copy {
    float: left;
	color: white;
	text-rendering: optimizelegibility;
	
}


.footer-nav {
    float: right;
    margin-left: 110px;
    list-style: none outside none;
    margin: 0;
    padding: 1px 0 0;
	color: white;
	font-size: 11px;
}
footer ul {
    list-style-image: url("http://www.rentalkharma.com/formsite2015/images/bullet-type-1-footer.png");
	font-color:white;
}


.footer-nav li {
    float: left;
    margin-bottom: 0;
	margin-left: 10px;
	color: white;
}

ul li, ol li {
    margin-bottom: 4px;
    font-size: 12px;
    padding: 0px;
    vertical-align:top;
    margin: 0px;
    line-height: 25px;
	padding-left:15px;
	/*color:white;*/
}

p {
    margin-bottom: 4px;
    font-size: 14px;
    padding: 0px;
    vertical-align:top;
    margin: 0px;
    line-height: 25px;
	padding-left:15px;
	/*color:white;*/
}
/*
.menu-item {
	font-size:16px;
	color:white;
	line-height:16.5px;
	font-weight:500;
	text-decoration: none;
	background: url("//www.rentalkharma.com/affiliates/images/bg-seperator.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);

    padding-right: 10px;
    outline: medium none;

	}
	*/
footer-copyright {
    background-image: url("//www.rentalkharma.com/affiliates/images/bg-footer-copyright.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    clear: both;
    padding: 15px 0;
    width: 100%;
	background: radial-gradient(circle, #FE8A0B, #B33410) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
   
}	
h1 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
	margin-bottom: 10px;
	
}
h2 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

    
h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    vertical-align:top;
    margin: 0px;
    line-height: 25px;
    
}



.spinner-double-section-far:after,
.spinner-double-section-far:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: tomato;
	top: -9px;
    left: -9px;
    width: 62.5px;
    height: 62.5px
}

.spinner-double-section-far:after {
    border-top-color: transparent;
    border-bottom-color: tomato
}


.spinner-double-section-far {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid #aaa;
    animation: spinner 1.2s linear infinite;
	position: relative
}



.spinner-section:after {
    display: none
}

.spinner-section-far:after {
    display: none
}

.spinner-text {
    margin: 10px
}

span:nth-child(4n+1) {
    clear: both
}

.spinner-container {
    display: none;
    position: fixed;
    z-index: 20;
    background: #303030;
    width: 360px;
    height: 220px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px
}


.spinner-text {
    color: #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
	margin: 10px
}


#waitSpinner {
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5)
}

.spinner-innerContainer {
    position: relative;
    display: block;
    height: 72px;
    width: 72px;
	margin:auto;
}



@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}



.spinner-section:after {
    display: none
}



.spinner-section-far:after {
    display: none
}

span:nth-child(4n+1) {
    clear: both
}





.blinking {
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}