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

.visibility-container {
	background-color:#efefef;
}
.websitereview-container {
	background-color: #e6e6e6;
}
.title-block {

}
.title-block > h2 {
	font-size: 25px;
	color: #161616;
	margin-bottom: 0;
}
.title-block > h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0 0;
	color: #161616;
}
.c-content-block .media-heading {
	font-size: 17px;
	color: #3f9fdd;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.c-content-block .media-left, 
.c-content-block .media>.pull-left {
	padding-right: 24px;
}

.welcome-skymethods-box{
	width:555px;
	height:407px;	
	position:absolute;
	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"],input[type="password"] {
    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;
}

.top-content{
padding-bottom:250px;
}

.padding-top{
	padding-top:180px;
}
.img-right{
float:right;
}
.step2, .step3{
display:none;
}
@media all and (max-width: 550px) {
	.partner-logos div {
		padding: 5px;
		max-width: 48%;
	}
	.partner-logos img {
		max-width: 100%;
		height: auto;
	}
	.welcome-skymethods-box{
		padding:20px;
		width:91%;
	}
}