@charset "utf-8";
/* CSS Document */
h2.headline-brd{
	text-transform:none;
	color: #555 !important;
	font-size: 27px;
}
.partner-logos div{
	display: inline-block;   
    padding-right: 33px;
    width: auto;
}

.welcome-skymethods-box{
	width:565px;
	/*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;
	margin: 0 auto;
	margin-top: 50px;
}

input[type="text"] {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #555555;
    display: block;
    padding: 9px;
    width: 100%;
	font-size:15px;
	margin-bottom:10px;
	padding-left:15px;
}
textarea{
 background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #555555;
    display: block;
    padding: 20px;
    width: 100%;
	font-size:15px;
	margin-bottom:10px;
	height:125px;
}
label{
font-weight:normal;
float:left;
}

input[type="button"] {     
	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;
}
h1{
text-transform:none !important;
font-weight:800;
color: #141414 !important;
margin:0px;
}
h2{
/*color: #141414 !important;*/
margin:0px;
}
.breadcrumbs-v3:after {  
  background: rgba(0,0,0,0) !important;
}

.second-heading{
font-weight: 300 !important;
font-size: 32px;
}
.pdf-block{
text-align:center;
}
ul.learn_more {
    list-style: square inside url("https://skymethods.com/web_content/images/bullet_arrow.png") !important;
}

.breadcrumbs-v3 {
    z-index: 1;
    /*padding: 633px 0 !important;*/
    position: relative;
}

.styled-select select {
   background: transparent;
  	border: 1px solid #e2e2e2;
    color: #141414;
    display: block;
    padding: 9px;
    width: 100%;
	font-size:15px;  
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   background: none repeat scroll 0 0 #f5f5f5;
   padding:10px;
   height: 45px;
}
   
   select {

	/* styling */
	border: 1px solid #e2e2e2;
	width: 100%;
	font-size:15px;  
	border-radius: 0;
	background-color: #f5f5f5;	
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 15px;
	color:#9f9f9f;
	
	/* reset */
	
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #f5f5f5, #f5f5f5);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
 /* margin-left: -10px;*/
  margin-bottom:10px;
}
span{
color:#6C6C6C;
}
.seo{
font-size:40px;
font-weight:bold;
position: relative;
margin-bottom: 25px;
padding-bottom: 10px;
}
.seo::after {
    left: 1px;
    z-index: 1;
    width: 50px;
    height: 4px;
    content: " ";
    bottom: -20px;
    position: absolute;
	background: #3498db;
}
.seo-blog{
padding-top:70px;
}
.learn_more {
padding-top:20px;
}
.learn_more li{
font-size:21px;
}

@media only screen and (max-width: 767px) {
.welcome-skymethods-box{
		width:90%;
		padding:20px;
	}
	select.classic {
	margin-left:0px;
	}
	.seo-blog {
		padding-top: 0px;
	}
}
