/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.quotes-wrapper {
	position: relative;
	min-height: 206px;
	overflow: hidden;
}

.quotes-wrapper.long-text {
	min-height: 355px;	
}

.quotes-wrapper .custom-icon-quote {
	font-size: 5em;
	position: absolute;
	top: 25px;
	left: 0;
	color: #CCC;
}

.quotes-wrapper ul {
	margin-left: 90px;
	list-style: none;
	color: #777;
}

.quotes-wrapper ul li {
	position: absolute;
	top: 40px;
    left: 115px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
} 

.quotes-wrapper ul li.hidden {
	-ms-transform: translate(300px, 0); /* IE 9 */
    -webkit-transform: translate(300px, 0); /* Safari */
    transform: translate(300px, 0);
	opacity: 0;
}
 
 .quotes-wrapper .quotes-nav {
	 position: absolute;
	 bottom: 0;
	 right: 0;
 }
 
 .quotes-nav-btn {
	 cursor: pointer;
	 padding: 5px;
	 font-size: 1.2em;
	 color: #A9A9A9;
 }
 
 .quotes-nav-btn:hover {
	 background: #f7f7f7
 }
 
 .quotes-nav-btn:hover:before {
	 color: #000;
 }
 
 .quote-phrase {
	 font-family: 'Rambla';
	 font-style: italic;
	 font-size: 1.3em;
 }
 
 
 .quotes-wrapper .quote-phrase.long-text {
     font-size: 1.1em;
     line-height: 1.5em;
 }
 
 .quote-author {
	 font-size: 0.8em;
 }
/*
     FILE ARCHIVED ON 23:39:54 Jan 12, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:42:03 Apr 15, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 151.346
  exclusion.robots: 0.303
  exclusion.robots.policy: 0.289
  RedisCDXSource: 1.119
  esindex: 0.011
  LoadShardBlock: 117.153 (3)
  PetaboxLoader3.datanode: 155.692 (4)
  CDXLines.iter: 28.73 (3)
  load_resource: 69.358
  PetaboxLoader3.resolve: 24.965
*/