/*** START css pro lite ***/

/* apply the user HUD css to "stacks_in", but not in edit mode */

 
#stacks_in_101_page10 {
  ;
  ;
  ;
  ;
}


/* minimize "stacks_in" in edit mode if the user selects it in the HUD */



/*** END css pro lite ***/

#stacks_in_101_page10 {
	margin: 10px 5px 20px 0px;
}
/* Pull Quote Styling */


  #stacks_in_480048_page10 .pull_quote { 
    padding: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
  }



#stacks_in_480048_page10 .quote_text {
  line-height: 1.3;
  text-align: left;
  color: #ACACAC;
  
    font-family: Georgia, Times, serif;
  
}


#stacks_in_480048_page10 .quote_author {
  margin-top: 20px;
  font-style: italic;
  text-align: right;
  color: #ACACAC;
}



/* Handles making images responsive inside the stack */
#stacks_in_480048_page10 img {
  max-width: 100%;
  height: auto;
}




#stacks_in_480048_page10 .floated_content {
  float: left;
}



/* We use this media query to add styles to any device that supports media queries */

@media only screen {
  #stacks_in_480048_page10 .quote_text {
    font-size: 32px;
  }

    

  

  
  #stacks_in_480048_page10 .floated_content {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  
}


@media only screen and (max-width: 1024px) {
  #stacks_in_480048_page10 .quote_text {
    font-size: 24px;
  }

    

  

  
  #stacks_in_480048_page10 .floated_content {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  


  

}




@media only screen and (max-width: 768px) {
  #stacks_in_480048_page10 .quote_text {
    font-size: 24px;
  }

  

  
  #stacks_in_480048_page10 .floated_content {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  


  

}




@media only screen and (max-width: 480px) {
  #stacks_in_480048_page10 .quote_text {
    font-size: 18px;
  }

    

  

  
  #stacks_in_480048_page10 .floated_content {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  


  
    #stacks_in_480048_page10 .floated_content {
      float: none;
      margin-left: 0px;
      margin-right: 0px;
    }

    #stacks_in_480048_page10 .pull_quote { 
      max-width: 100%;
    }
  

}

