 .columns-section {
	 position: relative;
	 top: -52px;
}
 @media only screen and (max-width: 767px) {
	 .columns-section {
		 position: relative;
		 top: 0px !important;
		 padding-bottom: 0px !important;
	}
}


.blue-buttons {
    position: relative;
    top: -40px;
}


 @media only screen and (max-width: 767px) {
    	 .blue-buttons {
        position: relative;
        top: 0px;
    }

}

    @media only screen and (max-width: 600px) {
    #ft-wrapper {
        position: relative;
        top: -60px;
    }
}





/* this is for the News section */
 .swappables {
	 position: relative;
	 top:-10px !important;
	 padding-bottom: 30px;
}



    @media only screen and (max-width: 600px) {
         .swappables {
        	 position: relative;
        	 top: -80px !important;
        	 padding-bottom: 0px;
        }
        
    }

 @media only screen and (max-width: 767px) {
	 .news_2, .news_3, .news_4 {
		 display: none;
	}
}
/**/
 a.news_link {
}
 a.news_link:hover, a.news_link:active {
	 color: #fdb813 !important;
}
 .news_link_container {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .news_link_container{
		 font-size: 30px;
		 padding-top: 20px;
		 text-align: center;
		 display: block !important;
	}
}
 .fa-angle-blinn {
	 color: #000;
	 font-size: 60px;
	 padding-left: 25px;
	 padding-right: 25px;
}
 .fa-angle-blinn:hover {
	 color: #fdb813;
}
/* this is for the News section */


.hr-div {
    
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    
}
 
