/* ////////////////////////////////////////////////
//
// CSS STYLES 
// Available for use in content globally
//
//////////////////////////////////////////////// */

blockquote:before {
    content: '\201C';
    font-family: 'Francois One', sans-serif;
    font-size: 4.75em;
    position: relative;
    color: #000000;
    top: 0.6em;
}


/* fuchsia */
.genesys-fuchsia-blockquote 		            { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }
/* darkblue */
.genesys-darkblue-blockquote                    { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }
/* deepgreen */
.genesys-deepgreen-blockquote                   { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }
/* burntorange */
.genesys-burntorange-blockquote                 { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }
/* teal */
.genesys-teal-blockquote                        { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }
/* purple */
.genesys-purple-blockquote                      { font-family: "Lato", sans-serif; margin-top: -1.7em !important; width: 80%; margin-left: 14%; text-indent: -2.3em; }


/* fuchsia */
.genesys-fuchsia-blockquote:lang(fr)            { margin-left: 17% !important; text-indent: -3.1em; }
/* darkblue */
.genesys-darkblue-blockquote:lang(fr)           { margin-left: 17% !important; text-indent: -3.1em; }
/* deepgreen */
.genesys-deepgreen-blockquote:lang(fr)          { margin-left: 17% !important; text-indent: -3.1em; }
/* burntorange */
.genesys-burntorange-blockquote:lang(fr)        { margin-left: 17% !important; text-indent: -3.1em; }
/* teal */
.genesys-teal-blockquote:lang(fr)               { margin-left: 17% !important; text-indent: -3.1em; }
/* purple */
.genesys-purple-blockquote:lang(fr)             { margin-left: 17% !important; text-indent: -3.1em; }


/* fuchsia */
.genesys-fuchsia-blockquote:lang(fr):before     { content:"«" !important; top:0.2em !important; }
/* darkblue */
.genesys-darkblue-blockquote:lang(fr):before    { content:"«" !important; top:0.2em !important; }
/* deepgreen */
.genesys-deepgreen-blockquote:lang(fr):before   { content:"«" !important; top:0.2em !important; }
/* burntorange */
.genesys-burntorange-blockquote:lang(fr):before { content:"«" !important; top:0.2em !important; }
/* teal */
.genesys-teal-blockquote:lang(fr):before        { content:"«" !important; top:0.2em !important; }
/* purple */
.genesys-purple-blockquote:lang(fr):before      { content:"«" !important; top:0.2em !important; }


/* fuchsia */
.genesys-fuchsia-blockquote:before              { color: var(--genesys-fuchsia); margin-right: 0.03em; top: 0.5em; }
/* darkblue */
.genesys-darkblue-blockquote:before             { color: var(--genesys-darkblue); margin-right: 0.03em; top: 0.5em; }
/* deepgreen */
.genesys-deepgreen-blockquote:before            { color: var(--genesys-deepgreen); margin-right: 0.03em; top: 0.5em; }
/* burntorange */
.genesys-burntorange-blockquote:before          { color: var(--genesys-burntorange); margin-right: 0.03em; top: 0.5em; }
/* teal */
.genesys-teal-blockquote:before                 { color: var(--genesys-teal); margin-right: 0.03em; top: 0.5em; }
/* purple */
.genesys-purple-blockquote:before               { color: var(--genesys-purple); margin-right: 0.03em; top: 0.5em; }