/*old css - kept cause it may be needed*/
.newsletter-signup-container {position:relative; font-family:Helvetica, Arial, sans-serif;} 
.newsletter-signup-container .header img.ss {display:none;}     
.newsletter-signup-container .newsletters-items {border-bottom:1px solid #ccc; padding-bottom:3px; margin-bottom:5px; background-color:#f2f2f2;}    
.newsletter-signup-container .newsletters-items > span { float:left; margin:0 6px 0 0; width:auto; color:#cc0000; font-weight:bold;}  
.newsletter-signup-container #opt-in {display:none;}    
.newsletter-signup-container #think_email {color: #cc0000; font: 9px Arial, Helvetica, sans-serif; }    
.newsletter-signup-container #think_email ul {list-style-image:none;}

/*new css - kept because it is needed*/
.newsletters_wrapper{
  width:100%;
  margin-bottom:30px;
  height: 500px;
}

.scroller{
    width: 27%;
    max-width: 27%;
    margin:0px;
    float:left;
    /*padding-left:10px;*/
    padding-right:10px;
    padding-top:20px;
}

.listImg { display:none; }

.scroller img{
  width:100%;
  max-width:100%;
  /*display:none;*/
}

.newsletters_page{
    max-height: 450px;
    height: 450px;
    width:70%;
    max-width:70%;
    margin:0px;
    float:left;
    position: relative;
  /*overflow-y: auto;
  overflow-x: hidden;*/
}

.newsletter-signup-container .newsletters-items {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 15px;
}

span.mc_newsletter_span{
  padding-left:10px;
  padding-bottom:20px;
  position:relative;
  min-width:100%;
}

span.mc_newsletter_span > a.jqList,
span.mc_newsletter_span > span.jqList{
  color:black;
  font-size:1.5em;
}

span.mc_newsletter_span p a.preview-link { color:#4361AB; font-size:1.2em; }

span.mc_newsletter_span input{
  display:none;
}

span.mc_newsletter_span p{
  color:black;
  margin:0px;
  font-weight:100;
  clear:both;
}

span.mc_newsletter_span span.checkboxes{
  float:right;
  margin-left:20px;
  margin-bottom:0px;
}

span.checkbox_unchecked{
  display:block;
}

span.checkbox_checked{
  display:none;
}

span.checkbox_unchecked img{
  width:20px;
  height:20px;
  display:inline;
}

span.checkbox_checked img{
  width:20px;
  height:20px;
  display:none;
}

#think_email div p{
  font-size:2em;
  margin-top:0px;
  margin-bottom:5px;
}

#think_email div ul{
  margin-top:0px;
  padding-left:10px;
}

#think_email div ul li{
  list-style-type:none;
  color:#000;
  padding-bottom:5px;
  font-size:1.2em;
}


.newsletter-signup-container form input#list_email {
    border: 1px solid #000000; 
    font: 1.4em Arial, Helvetica, sans-serif; 
    color: #000; 
    padding: 3px; 
    height: 24px; 
    width: 290px; 
    float: left; 
}

.newsletter-signup-container form input#btn_subscribe {
    font: 1em Arial, Helvetica, sans-serif; 
    color: #ffffff; 
    text-transform: uppercase; 
    padding: 5px 89px; 
    display: inline-block; 
    margin: 0 0 0 4px; 
    float: left; 
    background-color: #000; 
    border-color: #000; 
    border-radius: 0px;
} 

@media only screen and ( min-width : 1042px ) and ( max-width : 1209px ){
    .newsletter-signup-container form input#list_email {
        width: 250px !important;
    }

    .newsletter-signup-container form input#btn_subscribe {
        padding: 6px 57px !important;
    }
}

@media only screen and ( min-width : 1024px ) and ( max-width : 1041px ){
    .scroller{
        width:27%;
        max-width: 30%;
        margin:0 auto;
    }
    .newsletters_page {
        width: 70%;
        max-width: 70%;
    }

    .newsletter-signup-container form input#list_email {
        width: 250px !important;
    }

    .newsletter-signup-container form input#btn_subscribe {
        padding: 6px 51px !important;
    }
}

@media only screen and ( min-width : 768px ) and ( max-width : 1023px ){
    .scroller {
        width: 100%;
        max-width: 100%;
        margin: auto;
        float: none;
        padding-right:0px;
        padding-top: 0px;
        padding-bottom: 20px;
		min-height:334px;
    }

    .scroller img {
        width: 40%;
        max-width: 100%;
        margin: auto;
        float: none;
        display: block;
    }

    .newsletters_page {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .newsletter-signup-container {
        border-left: 0px solid #ebebeb;
    }

    .newsletter-signup-container .newsletters-items {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and ( min-width : 768px ) and ( max-width : 953px ){
    .newsletter-signup-container form input#list_email {
        width: 300px !important;
    }

    .newsletter-signup-container form input#btn_subscribe {
        padding: 6px 112px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

@media only screen and ( max-width : 597px ){
    .newsletter-signup-container form input#list_email {
        width: 286px !important;
    }

    .newsletter-signup-container form input#btn_subscribe {
        padding: 6px 106px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

@media only screen and ( max-width : 767px ){
    .scroller {
        width: 100%;
        max-width: 100%;
        margin: auto;
        float: none;
        padding-right:0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .scroller img {
        width: 40%;
        max-width: 100%;
        margin: auto;
        float: none;
        display: block;
    }

    .newsletters_page {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        height:initial;
        max-height:inherit;
    }

    .newsletter-signup-container {
        border-left: 0px solid #ebebeb;
    }

    .newsletter-signup-container .newsletters-items {
        padding-left: 0px;
        padding-right: 5px;
        height: inherit;
        overflow-y: inherit;
        overflow-x: inherit;
        border-bottom: 0px solid #ccc !important;
    }
}

@media only screen and ( max-width : 425px ){
    .scroller img {
        width: 80%;
    }
	
	.scroller { min-height:580px; }
}