/* Default CSS */
#pm_featurebox {
    background: none repeat scroll 0 0 #4C5766;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-o-border-radius: 5px; 
    font-family: 'Open Sans';
    height: 120px;
    margin: 20px auto;
    position: relative;
    max-width: 960px;
    display:block;
}

#pm_featurebox h1{
    margin: 0px;
    padding:0px;
    line-height:0px;

}
.pm_clear{
    clear:both !important;
    line-height:0px !important;
}

#pm_featurebox_con {
    height: auto;
    margin: auto;
    width: 100%;
}

#pm_content {
    float: left;
    margin-left: 40px;
    width: 55%;
}

#pm_h1_div {
    margin: 15px 0 5px;
    word-break: break-word;
}

h1#pm_h1 {
    color: #FFFFFF;
    font-family: 'Roboto Slab';
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    text-shadow: 0 -1px #21262C;
}

.pm_description{
    color: #FFFFFF;
    font-weight: normal;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    word-wrap:break-word;
}

#form_div{
	float: left;
	margin: 15px auto auto;
    text-align: center;
	width: 40%;
}

#pm_form_submit{
    margin: 0px;
}

#pm_form {
     margin: auto;
     position: relative;
    }

#pm_input{
	background-color: #fff;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px #657386, 0 1px 1px #121519 inset;
    color: #333;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px 10px 10px 15px;
    width: 300px;
	height:auto;
}
 
#pm_button_div {
	margin: auto;
}
 
a.pm_default_btn	{
	padding: 7px 20px;
	border:0px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 
	-o-border-radius: 20px;
	background-color: #3897fd; 
	-webkit-box-shadow: 0 1px #444c57, inset 0 1px #a9d6fe; 
	-moz-box-shadow: 0 1px #444c57, inset 0 1px #a9d6fe; 
	box-shadow: 0 1px #444c57, inset 0 1px #a9d6fe; 
	-o-box-shadow: 0 1px #444c57, inset 0 1px #a9d6fe;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(224,224,224,.2)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(224,224,224,.2)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(224,224,224,.2)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.2), rgba(224,224,224,.2)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(224,224,224,.2)); 
	font-family: 'Roboto Slab', serif;
	font-size: 18px; 
	font-weight: bold; 
	color: #d3e5fe; 
	text-shadow: 0 -1px #21262c;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	width:auto;
	height:auto;
}

a.pm_default_btn:hover {
	background-color: #2786EC; 
}


@media only screen and (min-width : 768px) and (max-width : 1023px) { 

#pm_featurebox {
     max-width: 750px !important;    
}
#pm_content {
    margin-left: 30px !important;
    width: 60% !important;
}

h1#pm_h1{
    font-size: 18px !important;
    line-height: 26px !important;
}
#form_div {
    width: 35% !important;
}

.pm_description {
    font-size: 13px !important;
    line-height: 19px !important;
}
#pm_input {
    font-size: 13px !important;
    width: 230px !important; 
    padding: 10px !important;
}

a.pm_default_btn {
    font-size: 13px !important;
}


}

@media only screen and (min-width : 480px) and (max-width : 767px) { 


#pm_featurebox {
     max-width: 460px !important;
     height: 150px !important;
    
}
#pm_featurebox_con {
    padding: 1px !important;    
}

#pm_content {
    float:none !important; 
    margin: auto !important;
    width: 94% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 18px !important;
    line-height: 24px !important;
}

.pm_description {
    height: 35px !important;
    font-size: 13px !important;
    line-height: 17px !important;
}

#form_div {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 17px !important;
    padding: 1px !important;
    width: 94% !important;
}

#pm_form {
    float: left !important;
}

#pm_button_div {
	float: left !important;
}
.pm_cta_button a {
    text-decoration: none;
}

#pm_input {
    font-size: 12px !important;
    width: 200px !important;
    margin-top: 0px !important;
    margin-left: 20px !important;
    padding: 10px !important;
 
}

a.pm_default_btn {
    font-size: 12px !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
}

}

@media only screen and (min-width : 320px) and (max-width : 479px) { 

#pm_featurebox {
     max-width: 300px !important;
     height: 180px !important;
    
}
#pm_featurebox_con {
    padding: 1px !important;    
}

#pm_content {
    float:none !important; 
    margin: auto !important;
    width: 92% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 16px !important;
    line-height: 22px !important;
}

.pm_description {
    height: 35px !important;
    font-size: 12px !important;
    line-height: 15px !important;
    background: none !important;
}

#form_div {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 17px !important;
    padding: 1px !important;
    width: 90% !important;
}

#pm_input {
    font-size: 12px !important;
    width: 200px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
}

a.pm_default_btn {
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 5px 20px !important;
}

}

@media only screen and (min-width : 240px) and (max-width : 319px) { 


#pm_featurebox {
     max-width: 220px !important;
     height: 205px !important;    
}
#pm_featurebox_con {

    padding: 1px !important;    
}

#pm_content {
    float:none !important; 
    margin: auto !important;
    width: 92% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 16px !important;
    line-height: 22px !important;
}

.pm_description {
    height: 45px !important;
    font-size: 12px !important;
    line-height: 15px !important;
    background: none !important;
}

#form_div {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 10px !important;
    padding: 1px !important;
    width: 90% !important;
}

#pm_input {
    font-size: 12px !important;
    width: 180px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
}

a.pm_default_btn {
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 5px 20px !important;
}    

}