/*
* Theme: WL 4 - Express
* Version: 3.3 - 041113
*/

.content {
margin:0 auto;
height:auto;
}

.main-content {
    border-right: none;
    position: relative;
    left: 400px;
    width: 1000px;
    margin-right: 0;
    padding-right: 0;
}

.secondary-content {
    width: 300px;
    float: right;
    position: relative;
    right: 400px;
}

h3 {
display:block;
}

input[type=submit] {
color:#3C3C3C;
margin-bottom:30px;
}

input[type=submit]:hover{
color:#3C3C3C;
}

.two-equal-columns .main-content {
    width: 390px;
    position: relative;
    top: 70px;
}

.two-equal-columns .secondary-content {
    width: 390px;
    position: relative;
    top: 60px;
margin-bottom: 40px;
}

h2 {
    border: none;
    padding: 0px!important;
}

h2 span {
    color: #888;
    font-weight: 200;
padding: 0!important;
}

.email{
color:#bd3232!important;
}

@media only screen and (max-width: 767px){
.single-col, .two-col-first, .two-col-last, .three-col-first, .three-col, .three-col-last, .four-col-first, .four-col, .four-col-last, .one-third-left, .two-thirds-right, .two-thirds-left, .one-third-right, .two-equal-columns .main-content, .two-equal-columns .secondary-content, .main-content, .contentElement {
    margin-bottom: 30px!important;
    position: relative;
    right: 0px;
    left: 0;
    top: 50px;
bottom: 80px;
}

.signupBase{
position: relative;
bottom: 30px;
}

img, iframe {

    max-height:none!important ;
}
}

@media only screen 
  and (min-width: 960px) 
  and (max-width: 1199px){



}

@media only screen 
  and (min-width: 1200px) 
  and (max-width: 1600px) { 

.two-equal-columns .secondary-content {
    right: 200px;
}
.two-equal-columns .main-content {

    left: 200px;
}

}

@media only screen 
  and (min-width: 960px) 
  and (max-width: 1199px){

.two-equal-columns .main-content {
    left: 80px;
}

.two-equal-columns .secondary-content {
    right: 80px;
}

}