.quoteBox {text-align: center;position: relative; padding: 15px 0 5px 0; margin-bottom: 20px}
.quoteBox blockquote {text-align: center; margin-top: 0;color: #004a63;font-weight: bold;font-size: 21px}
.quoteBox blockquote .author {font-size: 14px; line-height: 1.6em; display: block; color: #6a7b93; font-weight: normal}


.quoteBox .LineBefore {position: absolute; top: 0; width: 100%; left: 10000px; height: 1px; background-color: #004a64;z-index: 1; 
    -webkit-transition: all .85s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .85s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .85s cubic-bezier(.23,1,.32,1);
    -o-transition: all .85s cubic-bezier(.23,1,.32,1);
    transition: all .85s cubic-bezier(.23,1,.32,1);}
.quoteBox .LineAfter {position: absolute; bottom: 0; width: 100%; left: -10000px; height: 1px; background-color: #004a64;z-index: 1;
    -webkit-transition: all .85s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .85s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .85s cubic-bezier(.23,1,.32,1);
    -o-transition: all .85s cubic-bezier(.23,1,.32,1);
    transition: all .85s cubic-bezier(.23,1,.32,1);}

.slin{left: 0 !important;
    -webkit-transition: all .85s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .85s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .85s cubic-bezier(.23,1,.32,1);
    -o-transition: all .85s cubic-bezier(.23,1,.32,1);
    transition: all .85s cubic-bezier(.23,1,.32,1);
}
.srin{left: 0 !important;
    -webkit-transition: all .85s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .85s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .85s cubic-bezier(.23,1,.32,1);
    -o-transition: all .85s cubic-bezier(.23,1,.32,1);
    transition: all .85s cubic-bezier(.23,1,.32,1);}

#awsz2 .quoteBox blockquote {color: #008ca0}
#awsz2 .quoteBox .LineBefore, #awsz2 .quoteBox .LineAfter {height: 4px;border-top: 3px dotted #008ca0;background-color: rgba(0,0,0,0)}
#awsz2 .quoteBox blockquote .author {color: #464646;}