/* Projects page — make those final lines full-width below the image */
.project-foot { display:block; clear:both; margin:12px 0 0; text-align:left; }
.project-foot a { padding-left:0 !important; background:none !important; }


/* Projects page — moved purchase banner */
.post-info-body .banner2 {
  float: none;
  margin: 24px 0 12px !important; /* overrides .banner2's negative bottom margin */
}


.bg-blue {
  background-color: skyblue;
}

.notbold{
    font-weight:normal;
}

.button-long {
white-space: normal;    
    
}

.banner2 {
  border-radius: 8px;
  text-align: center;
  background-color: #a5d4e2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -30px;
  line-height: 24px;
}

.banner-title2 {	
	font-weight: 500;
	color: #1c4159;
	font-size: 22px;
	margin-bottom: 10px;
}

.headmargin {
  margin-bottom: 30px;
}

.calculatorbox {
  border: 2px solid; 
  border-color: #24a3d8; 
  border-radius: 8px; 
  padding:15px;
  margin-bottom:15px;
}

.calculatorboxbig {
  border: 2px solid; 
  border-color: #24a3d8; 
  border-radius: 8px; 
  padding:15px;
  margin-bottom:15px;
}

.calcbutton {
	margin: 0 auto; 
	/*width: 40%;*/
	text-align:center;
}

.disclaimer{
  color: #BBBBBB; /*Color of Disclaimer Text*/
  font-size:12px; /*Font Size of Disclaimer Text*/
  font-style:italic;
}

@media (min-width: 768px) {
/* .cell-sm-6 cell-md-12{
 	flex-basis: 100%;
 	width: 100%;
 	 min-width: 100%;*/
	 
	 
.range>.cell-sm-13 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
 .banner-title2 {	
	margin-bottom: 10px; 
}

}	

@media screen and (max-width: 767px) {
html.lt-ie-10 *+.range,
html.lt-ie-10 *+.row,
*+.range,
*+.row {
  margin-top: 20px;
}

@media (max-width: 480px) {
	
	.range-19 {
		margin-top:39px;
	}

  .banner-title2 {	
  margin-bottom: 10px;
  }

  .fiftytop {
  	margin-top: -50px;
  }

  .calculatorboxbig {
    border: 0px solid;

  }

  .fiftybottom {
  	margin-bottom: 50px;
  }

 .col-xs-6{
    width: 90%;
    margin-left: 10px;
  }
  [class*="cell-"] {
   padding-left: 15px;
    padding-right: 15px;
    margin-bottom:-20px;
  }
  
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
}