/* Pull Quote Styling */


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



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


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



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




#stacks_in_496_page3 .floated_content {
  float: left;
}



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

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

    

  

  
  #stacks_in_496_page3 .floated_content {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  
}


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

    

  

  
  #stacks_in_496_page3 .floated_content {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  


  

}




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

  

  
  #stacks_in_496_page3 .floated_content {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  


  

}




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

    

  

  
  #stacks_in_496_page3 .floated_content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  


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

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

}

