@charset "utf-8";
/* CSS Document */
.headline-brd{
	text-transform:uppercase;
	color: #141414;
}
.partner-logos div{
	display: inline-block;   
    padding-right: 33px;
    width: auto;
}

.welcome-skymethods-box{
	width:96%;
	height:407px;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    text-align: center;
	background: #fff;
	padding:45px;
}

input[type="text"] {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #000;
    display: block;
    padding: 9px;
    width: 100%;
	font-size:15px;
	margin-bottom:10px;
}
input[type="button"],input[type="submit"] {     
	background-color:#3F9FDD;
	color:#FFFFFF;
    display: block;
	border:none;
    padding: 9px;
    width: 100%;
	font-size:15px;
	font-weight: bold;
}

h1.headline-brd{
text-transform:none;
}
.pdf-block{
text-align:center;
padding-top:50px;
}
ul.learn_more {
    list-style: square inside url("https://skymethods.com/web_content/images/tick_green.png") !important;
}

@media only screen and (max-width: 767px) {
.welcome-skymethods-box{		
		padding:20px;
	}
}


