﻿/* 649 - 767 - 1024 */


@media only screen and (max-width:1024px){   
	#footer-L ul li {
		margin: 5px 0 15px 0 !important;
		text-align: left !important;        		
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}

@media only screen and (max-width: 1024px) and (min-width: 997px) {
}

@media only screen and (max-width: 804px) and (min-width: 768px) {
}

@media only screen and (max-width: 649px) {
    div#logodiv {
        width: 150px !important;
    }
    div#share-print
    {
        display: none;
    }
}

.hero-home-feature-container .signup-btn-1 {
    margin-top: 0px !important;
}

.signup-btn-1, .orange-btn {
    padding: 5px 5px 5px 5px !important;
    font-family: 'SourceSansProRegular';
    text-transform:capitalize;
    font-size: 20px !important;
    word-spacing: 5px;
    font-weight: normal;
    color: #fff;
    line-height: 20px !important;
}

@media only screen and (min-width: 1025px) {
	.hero-home-left{
		float: left;
		width: 30% !important;
	}

	.hero-home-right {
		float: left;
		width: 70% !important;
	}}

.feature_jump.leftalign {
    margin-right: 5px;
    width: 175px;
}

#copyright {
	text-align: center;
    margin-top: 10px !important;
}

div.mw_release table 
{
    border-collapse: separate;
    border-spacing: 0;
}