/* raul - 4025-2019 - adding overaly*/
 .columns-section {
     
     	position: relative;
		 top: -52px;
	 
}
 @media only screen and (max-width: 767px) {
	 .columns-section {
		 position: relative;
		 top: 0px !important;
		 padding-bottom: 0px !important;
	}
}




 @media only screen and (max-width: 767px) {
	 .requirements {
		 position: relative;
		 top: -50px !important;
		 
	}
}





	 .contact-us {
      position: relative;
      top: 30px;
	  padding-bottom: 50px !important;  
	}





  @media only screen and (max-width: 767px) {
	 .contact-us {
      position: relative;
	  top: -30px !important;  
	}

}





/* this is for the News section */
.swappables {
    position: relative; 
    top: 0px; 
    padding-bottom: 50px;
    display: none;
}



 .video-wrapper {
	 position: relative;
	 top: -40px;
}
 @media only screen and (max-width: 767px) {
	 .video-wrapper {
		 position: relative;
		 top: -30px;
	}
}
 .video-responsive{
	 overflow:hidden;
	 padding-bottom:56.25%;
	 position:relative;
	 height:0;
}
 .video-responsive iframe{
	 left:0;
	 top:0;
	 height:100%;
	 width:100%;
	 position:absolute;
}



.fa-blinn-black, .fa-blinn-black:before, .fa-blinn-black:hover, .fa-blinn-black:hover::before {
        color: #000000 !important;
        font-size: 20px !important;
        text-decoration: none !important;
    }



    @media only screen and (max-width: 600px) {
    #ft-wrapper {
        position: relative;
        top: -80px;
    }
}
