@charset "UTF-8"; /* http://meyerweb.com/eric/tools/css/reset/ v2.0b1 | 201101 NOTE: WORK IN PROGRESS USE WITH CAUTION AND TEST WITH ABANDON */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define visible focus styles! :focus { outline: ?????; } */ /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } /** A11Y styles */ .focus--keyboard, a:focus, button:focus, input:focus, textarea:focus { text-decoration: none; outline: gray dotted 2px; outline-offset: 3px; } .focus--mouse, a.focus--mouse:focus, button.focus--mouse:focus, input.focus--mouse:focus, textarea.focus--mouse:focus { outline: none; text-decoration: none; } #skip-link { margin: 0 !important; padding: 0 !important; background: #fff; } /** Branding styles */ #print-header { display: none; } header.white { background: #fff; color: #111111; } header.white a:link, header.white a:visited, header.white a:hover { color: #111111; } header.light { background: #EEEEEE; color: #111111; } header.light a:link, header.light a:visited, header.light a:hover { color: #111111; } header.dark { background: #424242; color: #fff; } header.dark a:link, header.dark a:visited, header.dark a:hover { color: #fff; } header.black { background: #000; color: #fff; } header.black a:link, header.black a:visited, header.black a:hover { color: #fff; } header.ucb { position: relative; display: flex; align-items: center; font-size: 20px; padding: 15px 0; font-weight: 750; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.1; } header.ucb .site-name, header.ucb h1.site-name { font-size: 20px; font-weight: 750; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.1; } @media screen and (min-width: 768px) { header.ucb, header.ucb .site-name, header.ucb h1.site-name { font-size: 30px; } } header.ucb .site-name-wrapper { flex-grow: 1; padding-right: 40px; } .site-name { padding: 0; margin: 0; } .affiliation { text-transform: uppercase; font-size: 50%; padding-top: 5px; font-weight: bold; } .banner-black .header-wrapper .affiliation, .banner-black .header-wrapper .affiliation a:link, .banner-black .header-wrapper .affiliation a:visited, header.ucb.black .affiliation, header.ucb.black .affiliation a:link, header.ucb.black .affiliation a:visited { color: #aaa; } .banner-dark .header-wrapper .affiliation, .banner-dark .header-wrapper .affiliation a:link, .banner-dark .header-wrapper .affiliation a:visited, header.ucb.dark .affiliation, header.ucb.dark .affiliation a:link, header.ucb.dark .affiliation a:visited { color: #9b9b9b; } .banner-white .header-wrapper .affiliation, .banner-white .header-wrapper .affiliation a:link, .banner-white .header-wrapper .affiliation a:visited, header.ucb.white .affiliation, header.ucb.white .affiliation a:link, header.ucb.white .affiliation a:visited { color: #757575; } .banner-light .header-wrapper .affiliation, .banner-light .header-wrapper .affiliation a:link, .banner-light .header-wrapper .affiliation a:visited, header.ucb.light .affiliation, header.ucb.light .affiliation a:link, header.ucb.light .affiliation a:visited { color: #6e6e6e; } /** Button styles */ a.button, .button, a.button-ghost, .button-ghost { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; } a.button.button-full, a.button.button-block, .button.button-full, .button.button-block, a.button-ghost.button-full, a.button-ghost.button-block, .button-ghost.button-full, .button-ghost.button-block { display: block; text-align: center; } .button.button-blue, .buttons-color-blue a, .buttons-color-blue a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #0277BD; color: #fff !important; } .button.button-blue:hover, .button.button-blue:focus, .buttons-color-blue a:hover, .buttons-color-blue a:focus, .buttons-color-blue a.button:hover, .buttons-color-blue a.button:focus { background-color: #026dae; background-color: #026baa; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-blue:active, .buttons-color-blue a:active, .buttons-color-blue a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-white, .buttons-color-white a, .buttons-color-white a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #fff; color: #111111 !important; border: 1px solid #e0e0e0; } .button.button-white:hover, .button.button-white:focus, .buttons-color-white a:hover, .buttons-color-white a:focus, .buttons-color-white a.button:hover, .buttons-color-white a.button:focus { background-color: #f7f7f7; background-color: #e6e6e6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-white:active, .buttons-color-white a:active, .buttons-color-white a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-gray-dark, .buttons-color-gray-dark a, .buttons-color-gray-dark a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #424242; color: #fff !important; } .button.button-gray-dark:hover, .button.button-gray-dark:focus, .buttons-color-gray-dark a:hover, .buttons-color-gray-dark a:focus, .buttons-color-gray-dark a.button:hover, .buttons-color-gray-dark a.button:focus { background-color: #3a3a3a; background-color: #3b3b3b; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-gray-dark:active, .buttons-color-gray-dark a:active, .buttons-color-gray-dark a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-gray-light, .buttons-color-gray-light a, .buttons-color-gray-light a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #EEEEEE; color: #111111 !important; } .button.button-gray-light:hover, .button.button-gray-light:focus, .buttons-color-gray-light a:hover, .buttons-color-gray-light a:focus, .buttons-color-gray-light a.button:hover, .buttons-color-gray-light a.button:focus { background-color: #e6e6e6; background-color: #d6d6d6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-gray-light:active, .buttons-color-gray-light a:active, .buttons-color-gray-light a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-gray, .buttons-color-gray a, .buttons-color-gray a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #EEEEEE; color: #111111 !important; } .button.button-gray:hover, .button.button-gray:focus, .buttons-color-gray a:hover, .buttons-color-gray a:focus, .buttons-color-gray a.button:hover, .buttons-color-gray a.button:focus { background-color: #e6e6e6; background-color: #d6d6d6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-gray:active, .buttons-color-gray a:active, .buttons-color-gray a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-black, .buttons-color-black a, .buttons-color-black a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #000; color: #fff !important; } .button.button-black:hover, .button.button-black:focus, .buttons-color-black a:hover, .buttons-color-black a:focus, .buttons-color-black a.button:hover, .buttons-color-black a.button:focus { background-color: black; background-color: black; background-color: #333333; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-black:active, .buttons-color-black a:active, .buttons-color-black a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-gold, .buttons-color-gold a, .buttons-color-gold a.button { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #cfb87c; color: #111111 !important; } .button.button-gold:hover, .button.button-gold:focus, .buttons-color-gold a:hover, .buttons-color-gold a:focus, .buttons-color-gold a.button:hover, .buttons-color-gold a.button:focus { background-color: #cbb271; background-color: #c6ab64; background-color: #a6a6a6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .button.button-gold:active, .buttons-color-gold a:active, .buttons-color-gold a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button.button-large, .button-ghost.button-large { font-size: 125%; } .button.button-small, .button-ghost.button-small { font-size: 85%; padding: 1px 6px; } .buttongroup { display: block; position: relative; overflow: hidden; } .buttongroup a.button { display: block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-align: center; font-weight: bold; } @media screen and (min-width: 768px) { .buttongroup .button-group-content { display: flex; position: relative; } .buttongroup .button-group-content > br { display: none; } .buttongroup .button-group-content a.button { flex-grow: 1; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-align: center; vertical-align: middle; border-style: solid; position: relative; border: none; overflow: hidden; width: 100%; margin-bottom: 0; } .buttongroup .button-group-content a.button:after { bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 0; -webkit-box-shadow: 0px 0 1px 0 rgba(0, 0, 0, 0.25) inset; box-shadow: 0px 0 1px 0 rgba(0, 0, 0, 0.25) inset; } } .buttongroup-size-small { font-size: 85%; } .buttongroup-size-small a.button { padding: 2px 5px; } .buttongroup-size-large { font-size: 115%; } .buttongroup-size-large a.button { padding: 20px; font-weight: bold; } .buttongroup-color-blue { background-color: #01578b; } .buttongroup-color-blue a.button { background-color: #0277BD; color: #fff !important; } .buttongroup-color-blue a.button:hover, .buttongroup-color-blue a.button:focus { background-color: #026dae; background-color: #026baa; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-blue a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-white { background-color: #e6e6e6; } .buttongroup-color-white a.button { background-color: #fff; color: #111111 !important; border: 1px solid #e0e0e0; } .buttongroup-color-white a.button:hover, .buttongroup-color-white a.button:focus { background-color: #f7f7f7; background-color: #e6e6e6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-white a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-gray-dark { background-color: #292929; } .buttongroup-color-gray-dark a.button { background-color: #424242; color: #fff !important; } .buttongroup-color-gray-dark a.button:hover, .buttongroup-color-gray-dark a.button:focus { background-color: #3a3a3a; background-color: #3b3b3b; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-gray-dark a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-gray-light { background-color: #d5d5d5; } .buttongroup-color-gray-light a.button { background-color: #EEEEEE; color: #111111 !important; } .buttongroup-color-gray-light a.button:hover, .buttongroup-color-gray-light a.button:focus { background-color: #e6e6e6; background-color: #d6d6d6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-gray-light a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-gray { background-color: #d5d5d5; } .buttongroup-color-gray a.button { background-color: #EEEEEE; color: #111111 !important; } .buttongroup-color-gray a.button:hover, .buttongroup-color-gray a.button:focus { background-color: #e6e6e6; background-color: #d6d6d6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-gray a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-black { background-color: black; } .buttongroup-color-black a.button { background-color: #000; color: #fff !important; } .buttongroup-color-black a.button:hover, .buttongroup-color-black a.button:focus { background-color: black; background-color: black; background-color: #333333; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-black a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .buttongroup-color-gold { background-color: #c1a457; } .buttongroup-color-gold a.button { background-color: #cfb87c; color: #111111 !important; } .buttongroup-color-gold a.button:hover, .buttongroup-color-gold a.button:focus { background-color: #cbb271; background-color: #c6ab64; background-color: #a6a6a6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .buttongroup-color-gold a.button:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .cu-give-button-dark { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #424242; color: #fff !important; } .cu-give-button-dark:hover, .cu-give-button-dark:focus { background-color: #3a3a3a; background-color: #3b3b3b; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .cu-give-button-dark:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .cu-give-button-light { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #EEEEEE; color: #111111 !important; } .cu-give-button-light:hover, .cu-give-button-light:focus { background-color: #e6e6e6; background-color: #d6d6d6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .cu-give-button-light:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .cu-give-button-gold { background-color: #0277BD; color: #fff !important; display: inline-block; padding: 5px 10px; font-weight: bold; transition: background-color 0.5s ease; margin-bottom: 5px; text-decoration: none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; background-color: #cfb87c; color: #111111 !important; } .cu-give-button-gold:hover, .cu-give-button-gold:focus { background-color: #cbb271; background-color: #c6ab64; background-color: #a6a6a6; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .cu-give-button-gold:active { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); } .button-ghost, a.button-ghost { display: inline-block; padding: 5px 10px; font-weight: bold; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 5px; text-decoration: none; background-color: transparent; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #0277BD !important; border: 1px solid #0277BD; } .button-ghost:hover, a.button-ghost:hover { background: #0277BD; color: #fff !important; } .button-ghost.button-ghost-blue, *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue, a.button-ghost.button-ghost-blue, *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue, .buttons-color-outline-blue a, *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a, .buttons-color-outline-blue a.button, *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button { border: 1px solid #0277BD; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #0277BD !important; text-decoration: none; background: rgba(255, 255, 255, 0.15); } .button-ghost.button-ghost-blue:hover, .button-ghost.button-ghost-blue:active, .button-ghost.button-ghost-blue:focus, *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-blue:focus, a.button-ghost.button-ghost-blue:hover, a.button-ghost.button-ghost-blue:active, a.button-ghost.button-ghost-blue:focus, *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-blue:focus, .buttons-color-outline-blue a:hover, .buttons-color-outline-blue a:active, .buttons-color-outline-blue a:focus, *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a:focus, .buttons-color-outline-blue a.button:hover, .buttons-color-outline-blue a.button:active, .buttons-color-outline-blue a.button:focus, *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-blue a.button:focus { background: #0277BD; color: #fff !important; } .button-ghost.button-ghost-white, *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white, a.button-ghost.button-ghost-white, *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white, .buttons-color-outline-white a, *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a, .buttons-color-outline-white a.button, *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button { border: 1px solid #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff !important; text-decoration: none; background: rgba(0, 0, 0, 0.15); } .button-ghost.button-ghost-white:hover, .button-ghost.button-ghost-white:active, .button-ghost.button-ghost-white:focus, *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-white:focus, a.button-ghost.button-ghost-white:hover, a.button-ghost.button-ghost-white:active, a.button-ghost.button-ghost-white:focus, *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-white:focus, .buttons-color-outline-white a:hover, .buttons-color-outline-white a:active, .buttons-color-outline-white a:focus, *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a:focus, .buttons-color-outline-white a.button:hover, .buttons-color-outline-white a.button:active, .buttons-color-outline-white a.button:focus, *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-white a.button:focus { background: #fff; color: #111111 !important; } .button-ghost.button-ghost-gray-dark, *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark, a.button-ghost.button-ghost-gray-dark, *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark, .buttons-color-outline-gray-dark a, *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a, .buttons-color-outline-gray-dark a.button, *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button { border: 1px solid #424242; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #424242 !important; text-decoration: none; background: rgba(255, 255, 255, 0.15); } .button-ghost.button-ghost-gray-dark:hover, .button-ghost.button-ghost-gray-dark:active, .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-dark:focus, a.button-ghost.button-ghost-gray-dark:hover, a.button-ghost.button-ghost-gray-dark:active, a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-dark:focus, .buttons-color-outline-gray-dark a:hover, .buttons-color-outline-gray-dark a:active, .buttons-color-outline-gray-dark a:focus, *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a:focus, .buttons-color-outline-gray-dark a.button:hover, .buttons-color-outline-gray-dark a.button:active, .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-dark a.button:focus { background: #424242; color: #fff !important; } .button-ghost.button-ghost-gray-light, *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light, a.button-ghost.button-ghost-gray-light, *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light, .buttons-color-outline-gray-light a, *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a, .buttons-color-outline-gray-light a.button, *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button { border: 1px solid #EEEEEE; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #EEEEEE !important; text-decoration: none; background: rgba(0, 0, 0, 0.15); } .button-ghost.button-ghost-gray-light:hover, .button-ghost.button-ghost-gray-light:active, .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray-light:focus, a.button-ghost.button-ghost-gray-light:hover, a.button-ghost.button-ghost-gray-light:active, a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray-light:focus, .buttons-color-outline-gray-light a:hover, .buttons-color-outline-gray-light a:active, .buttons-color-outline-gray-light a:focus, *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a:focus, .buttons-color-outline-gray-light a.button:hover, .buttons-color-outline-gray-light a.button:active, .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray-light a.button:focus { background: #EEEEEE; color: #111111 !important; } .button-ghost.button-ghost-gray, *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray, a.button-ghost.button-ghost-gray, *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray, .buttons-color-outline-gray a, *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a, .buttons-color-outline-gray a.button, *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button { border: 1px solid #EEEEEE; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #EEEEEE !important; text-decoration: none; background: rgba(0, 0, 0, 0.15); } .button-ghost.button-ghost-gray:hover, .button-ghost.button-ghost-gray:active, .button-ghost.button-ghost-gray:focus, *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gray:focus, a.button-ghost.button-ghost-gray:hover, a.button-ghost.button-ghost-gray:active, a.button-ghost.button-ghost-gray:focus, *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gray:focus, .buttons-color-outline-gray a:hover, .buttons-color-outline-gray a:active, .buttons-color-outline-gray a:focus, *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a:focus, .buttons-color-outline-gray a.button:hover, .buttons-color-outline-gray a.button:active, .buttons-color-outline-gray a.button:focus, *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gray a.button:focus { background: #EEEEEE; color: #111111 !important; } .button-ghost.button-ghost-black, *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black, a.button-ghost.button-ghost-black, *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black, .buttons-color-outline-black a, *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a, .buttons-color-outline-black a.button, *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button { border: 1px solid #000; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #000 !important; text-decoration: none; background: rgba(255, 255, 255, 0.15); } .button-ghost.button-ghost-black:hover, .button-ghost.button-ghost-black:active, .button-ghost.button-ghost-black:focus, *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-black:focus, a.button-ghost.button-ghost-black:hover, a.button-ghost.button-ghost-black:active, a.button-ghost.button-ghost-black:focus, *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-black:focus, .buttons-color-outline-black a:hover, .buttons-color-outline-black a:active, .buttons-color-outline-black a:focus, *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a:focus, .buttons-color-outline-black a.button:hover, .buttons-color-outline-black a.button:active, .buttons-color-outline-black a.button:focus, *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-black a.button:focus { background: #000; color: #fff !important; } .button-ghost.button-ghost-gold, *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold, a.button-ghost.button-ghost-gold, *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold, .buttons-color-outline-gold a, *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a, .buttons-color-outline-gold a.button, *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button { border: 1px solid #cfb87c; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #cfb87c !important; text-decoration: none; background: rgba(0, 0, 0, 0.15); } .button-ghost.button-ghost-gold:hover, .button-ghost.button-ghost-gold:active, .button-ghost.button-ghost-gold:focus, *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .button-ghost.button-ghost-gold:focus, a.button-ghost.button-ghost-gold:hover, a.button-ghost.button-ghost-gold:active, a.button-ghost.button-ghost-gold:focus, *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] a.button-ghost.button-ghost-gold:focus, .buttons-color-outline-gold a:hover, .buttons-color-outline-gold a:active, .buttons-color-outline-gold a:focus, *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a:focus, .buttons-color-outline-gold a.button:hover, .buttons-color-outline-gold a.button:active, .buttons-color-outline-gold a.button:focus, *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .buttons-color-outline-gold a.button:focus { background: #cfb87c; color: #111111 !important; } .block-section-text-white a.button-ghost:link, .block-section-text-white a.button-ghost:visited { color: #fff !important; border-color: #fff; } .block-section-text-white a.button-ghost:link:hover, .block-section-text-white a.button-ghost:link:active, .block-section-text-white a.button-ghost:link:focus, .block-section-text-white a.button-ghost:visited:hover, .block-section-text-white a.button-ghost:visited:active, .block-section-text-white a.button-ghost:visited:focus { background-color: #fff; color: #000 !important; } .block-section-text-black a.button-ghost:link, .block-section-text-black a.button-ghost:visited { color: #000 !important; border-color: #000; } .block-section-text-black a.button-ghost:link:hover, .block-section-text-black a.button-ghost:link:active, .block-section-text-black a.button-ghost:link:focus, .block-section-text-black a.button-ghost:visited:hover, .block-section-text-black a.button-ghost:visited:active, .block-section-text-black a.button-ghost:visited:focus { background-color: #000; color: #fff !important; } /** Form styles */ textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { height: auto; } button, input[type="reset"], input[type="submit"], input[type="button"] { font-size: 100%; } input.form-text, textarea.form-textarea, input[type=text], input[type=email], input[type=tel], textarea { padding: 10px; border: 1px solid rgba(128, 128, 128, 0.333); background-color: #f2f2f2; color: #111111 !important; color: inherit; line-height: 150%; font-size: inherit; } textarea { display: block; width: 100%; } input.form-text, input[type=text], input[type=email], input[type=tel] { max-width: 100%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; } input.form-text:focus, textarea.form-textarea:focus, textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus { background-color: #e7e7e7; color: #111111 !important; outline: #0277BD solid 2px; } select:focus { outline: #0277BD solid 2px; } select[multiple=multiple] { padding: 5px; } input[type=submit], form button { color: #222; background: #EEEEEE; font-size: 85%; border: none; padding: 5px 10px; font-weight: bold; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; transition: background-color 0.5s ease; transition: -webkit-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: -moz-box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; transition: box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); border: 1px solid #ddd; } input[type=submit]:focus, form button:focus { outline: #2E7D32 solid 2px; } input[type=reset]:focus { outline: #B71C1C solid 2px; } fieldset { padding: 10px; border: 1px solid rgba(128, 128, 128, 0.333); min-width: auto; } fieldset legend { font-weight: bold; font-size: 120%; padding: 0 10px; } form label { font-weight: bold; display: block; } form input[type=checkbox] + label, form input[type=radio] + label { display: inline-block; } /** Icon styles */ .icon-color-black, .exbd-icon-color-black, a .icon-color-black, a .exbd-icon-color-black { color: #000; } .icon-color-black.icon-wrapper-square, .icon-color-black.icon-wrapper-rounded, .icon-color-black.icon-wrapper-circle { background-color: #000; color: #fff; } .icon-color-white, .exbd-icon-color-white, a .icon-color-white, a .exbd-icon-color-white { color: #fff; } .icon-color-white.icon-wrapper-square, .icon-color-white.icon-wrapper-rounded, .icon-color-white.icon-wrapper-circle { background-color: #fff; color: #111111; } .icon-color-gray, .exbd-icon-color-gray, a .icon-color-gray, a .exbd-icon-color-gray { color: gray; } .icon-color-gray.icon-wrapper-square, .icon-color-gray.icon-wrapper-rounded, .icon-color-gray.icon-wrapper-circle { background-color: gray; color: #111111; } .icon-color-light-gray, .exbd-icon-color-light-gray, a .icon-color-light-gray, a .exbd-icon-color-light-gray { color: #ccc; } .icon-color-light-gray.icon-wrapper-square, .icon-color-light-gray.icon-wrapper-rounded, .icon-color-light-gray.icon-wrapper-circle { background-color: #ccc; color: #111111; } .icon-color-dark-gray, .exbd-icon-color-dark-gray, a .icon-color-dark-gray, a .exbd-icon-color-dark-gray { color: #333; } .icon-color-dark-gray.icon-wrapper-square, .icon-color-dark-gray.icon-wrapper-rounded, .icon-color-dark-gray.icon-wrapper-circle { background-color: #333; color: #fff; } .icon-color-gold, .exbd-icon-color-gold, a .icon-color-gold, a .exbd-icon-color-gold { color: #cfb87c; } .icon-color-gold.icon-wrapper-square, .icon-color-gold.icon-wrapper-rounded, .icon-color-gold.icon-wrapper-circle { background-color: #cfb87c; color: #111111; } .icon-color-blue, .exbd-icon-color-blue, a .icon-color-blue, a .exbd-icon-color-blue { color: #4FC3F7; } .icon-color-blue.icon-wrapper-square, .icon-color-blue.icon-wrapper-rounded, .icon-color-blue.icon-wrapper-circle { background-color: #4FC3F7; color: #111111; } .icon-color-red, .exbd-icon-color-red, a .icon-color-red, a .exbd-icon-color-red { color: #B71C1C; } .icon-color-red.icon-wrapper-square, .icon-color-red.icon-wrapper-rounded, .icon-color-red.icon-wrapper-circle { background-color: #B71C1C; color: #fff; } .icon-color-yellow, .exbd-icon-color-yellow, a .icon-color-yellow, a .exbd-icon-color-yellow { color: #FFD740; } .icon-color-yellow.icon-wrapper-square, .icon-color-yellow.icon-wrapper-rounded, .icon-color-yellow.icon-wrapper-circle { background-color: #FFD740; color: #111111; } .icon-color-green, .exbd-icon-color-green, a .icon-color-green, a .exbd-icon-color-green { color: #2E7D32; } .icon-color-green.icon-wrapper-square, .icon-color-green.icon-wrapper-rounded, .icon-color-green.icon-wrapper-circle { background-color: #2E7D32; color: #fff; } .icon-color-purple, .exbd-icon-color-purple, a .icon-color-purple, a .exbd-icon-color-purple { color: #5E35B1; } .icon-color-purple.icon-wrapper-square, .icon-color-purple.icon-wrapper-rounded, .icon-color-purple.icon-wrapper-circle { background-color: #5E35B1; color: #fff; } .icon-color-orange, .exbd-icon-color-orange, a .icon-color-orange, a .exbd-icon-color-orange { color: #FF9800; } .icon-color-orange.icon-wrapper-square, .icon-color-orange.icon-wrapper-rounded, .icon-color-orange.icon-wrapper-circle { background-color: #FF9800; color: #111111; } .icon-color-brick, .exbd-icon-color-brick, a .icon-color-brick, a .exbd-icon-color-brick { color: #ae5a39; } .icon-color-brick.icon-wrapper-square, .icon-color-brick.icon-wrapper-rounded, .icon-color-brick.icon-wrapper-circle { background-color: #ae5a39; color: #fff; } /** Table styles */ /* TABLES */ table { border-collapse: collapse; border: none; border: 1px solid rgba(128, 128, 128, 0.333); } table tbody { border: none; } table tr.even td { background: #f9f9f9; } table td { padding: 8px; vertical-align: top; border: 1px solid rgba(128, 128, 128, 0.333); } table th { background: rgba(128, 128, 128, 0.333); border: 1px solid rgba(128, 128, 128, 0.333); border: none; padding: 8px; font-weight: bold; } table th a:link, table th a:visited { color: #0277BD; } table caption { text-align: left; font-size: 110%; font-weight: bold; padding: 4px 0; } table.table-zebra tr:nth-child(odd) td { background: #f3f3f3; } table.table-condensed td, table.table-condensed th, div.table-condensed table td, div.table-condensed table th { padding: 4px; } table.table-small, div.table-small table { font-size: 80%; } table.table-small td, table.table-small th, div.table-small table td, div.table-small table th { padding: 4px; } table.table-horizontal td, div.table-horizontal table td { border-left: none; border-right: none; } table.table-vertical td, div.table-vertical table td { border-top: none; border-bottom: none; } #footer table, #site-info table { border: none; } #footer table td, #site-info table td { background: none; border: none; } table.tablesorter { font-size: 90%; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #ccc; } table.noborder, table.noborder tr, table.noborder tr.odd, table.noborder tr.even, table.noborder td, table.noborder th, table.table-noborder, table.table-noborder tr, table.table-noborder tr.odd, table.table-noborder tr.even, table.table-noborder td, table.table-noborder th { border: none; } table td p:last-child { margin-bottom: 0; } /** List styles */ ol { list-style: decimal; } ul { list-style: disc; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } .item-list ul li { list-style: disc; margin-bottom: 10px; } .item-list ul ul li, .item-list ul ul ul ul li, .item-list ul ul ul ul ul ul li { list-style: circle; } .item-list ul ul ul li, .item-list ul ul ul ul ul li, .item-list ul ul ul ul ul ul ul li { list-style: disc; } .item-list ul ul, .item-list ol ol { margin: 10px 0 0 0; } .item-list ol li { margin: 0 0 10px 0; } ul, ol { padding-left: 1.5em; } ul.inline, ol.inline { padding-left: 0; } ul.list-style-none, ul.list-style-nobullet, ul.unstyled { list-style: none; list-style-image: none; padding-left: 0; } ul.list-style-none > li, ul.list-style-nobullet > li, ul.unstyled li { list-style: none; list-style-image: none; } ul.list-style-underline > li { list-style: none; } ul.list-style-underline { list-style: none; list-style-image: none; padding-left: 0; } ul.list-style-underline > li { list-style: none; border-bottom: 1px solid rgba(128, 128, 128, 0.333); padding-bottom: 10px; margin-bottom: 10px; } ul.list-style-border { list-style: none; list-style-image: none; padding-left: 0; border-top: 1px solid rgba(128, 128, 128, 0.333); } ul.list-style-border > li { list-style: none; border: 1px solid rgba(128, 128, 128, 0.333); border-top: none; padding: 10px; margin-bottom: 0; } ul.list-style-icon-1, ul.list-style-icon-2, ul.list-style-icon-3, ul.list-style-icon-4, ul.list-style-icon-5, ul.list-style-icon-6, ul.list-style-icon-check, ul.list-style-icon-checkbox, ul.list-style-icon-angle-double, ul.list-style-icon-circle-arrow, ul.list-style-icon-star, ul.list-style-icon-finger { list-style: none; list-style-image: none; overflow: hidden; } ul.list-style-icon-1 > li, ul.list-style-icon-2 > li, ul.list-style-icon-3 > li, ul.list-style-icon-4 > li, ul.list-style-icon-5 > li, ul.list-style-icon-6 > li, ul.list-style-icon-check > li, ul.list-style-icon-checkbox > li, ul.list-style-icon-angle-double > li, ul.list-style-icon-circle-arrow > li, ul.list-style-icon-star > li, ul.list-style-icon-finger > li { list-style: none !important; list-style-image: none !important; position: relative; } ul.list-style-icon-1 li:before, ul.list-style-icon-2 li:before, ul.list-style-icon-3 li:before, ul.list-style-icon-4 li:before, ul.list-style-icon-5 li:before, ul.list-style-icon-6 li:before, ul.list-style-icon-check li:before, ul.list-style-icon-checkbox li:before, ul.list-style-icon-angle-double li:before, ul.list-style-icon-circle-arrow li:before, ul.list-style-icon-star li:before, ul.list-style-icon-finger li:before { font-family: "Font Awesome 5 Free", "FontAwesome"; position: absolute; top: 0; left: -20px; color: #cfb87c; } ul.list-style-icon-1 > li:before, ul.list-style-icon-check > li:before { content: '\f00c'; font-weight: 900; } ul.list-style-icon-2 > li:before, ul.list-style-icon-checkbox > li:before { content: '\f14a'; font-weight: 900; } ul.list-style-icon-3 > li:before, ul.list-style-icon-angle-double > li:before { content: '\f101'; font-weight: 900; } ul.list-style-icon-4 > li:before, ul.list-style-icon-circle-arrow > li:before { content: '\f0a9'; font-weight: 900; } ul.list-style-icon-5 > li:before, ul.list-style-icon-star > li:before { content: '\f005'; font-weight: 900; } ul.list-style-icon-6 > li:before, ul.list-style-icon-finger > li:before { content: '\f0a4'; font-weight: 900; } /* ORDERED LIST STYLES */ ol.list-style-alpha-upper, ol.list-style-alpha-upper > li { list-style: upper-alpha; } ol.list-style-alpha-lower, ol.list-style-alpha-lower > li { list-style: lower-alpha; } ol.list-style-roman-upper, ol.list-style-roman-upper > li { list-style: upper-roman; } ol.list-style-roman-lower, ol.list-style-roman-lower > li { list-style: lower-roman; } ul.list-menu a { display: block; } ul.list-menu a.active { filter: grayscale(100%); font-weight: bold; } ul.list-menu ul { margin-bottom: 0; } ul.list-style-linear { margin: 0 0 20px 0; padding: 0; list-style: none; overflow: hidden; } ul.list-style-linear > li { list-style: none; float: left; padding-left: 20px; } ul.list-style-linear > li:first-child { padding-left: 0; } ul.list-style-linear-dots { margin: 0 0 20px 0; padding: 0; list-style: none; overflow: hidden; } ul.list-style-linear-dots > li { list-style: none; float: left; padding-left: 8px; } ul.list-style-linear-dots > li:first-child { padding-left: 0; } ul.list-style-linear-dots > li:before { content: "•"; padding-right: 8px; } ul.list-style-linear-dots > li:first-child:before { content: none; padding: 0; } /** Tab styles */ /** Content styles */ .teaser { border-bottom: 1px solid rgba(128, 128, 128, 0.333); margin-bottom: 20px; padding-bottom: 20px; } .teaser .teaser-content { overflow: hidden; } /** Image styles */ img { max-width: 100%; height: auto; } @media screen and (min-width: 0px) { img.image-xs-25 { max-width: 25%; } img.image-xs-33 { max-width: 33%; } img.image-xs-50 { max-width: 50%; } img.image-xs-66 { max-width: 66%; } img.image-xs-75 { max-width: 75%; } img.image-xs-100 { max-width: 100%; } } @media screen and (min-width: 576px) { img.image-sm-25 { max-width: 25%; } img.image-sm-33 { max-width: 33%; } img.image-sm-50 { max-width: 50%; } img.image-sm-66 { max-width: 66%; } img.image-sm-75 { max-width: 75%; } img.image-sm-100 { max-width: 100%; } } @media screen and (min-width: 768px) { img.image-md-25 { max-width: 25%; } img.image-md-33 { max-width: 33%; } img.image-md-50 { max-width: 50%; } img.image-md-66 { max-width: 66%; } img.image-md-75 { max-width: 75%; } img.image-md-100 { max-width: 100%; } } @media screen and (min-width: 992px) { img.image-lg-25 { max-width: 25%; } img.image-lg-33 { max-width: 33%; } img.image-lg-50 { max-width: 50%; } img.image-lg-66 { max-width: 66%; } img.image-lg-75 { max-width: 75%; } img.image-lg-100 { max-width: 100%; } } img.image-25 { max-width: 25%; } img.image-33 { max-width: 33%; } img.image-50 { max-width: 50%; } img.image-66 { max-width: 66%; } img.image-75 { max-width: 75%; } img.image-100 { max-width: 100%; } @media screen and (min-width: 0px) { img.image-xs-50px { width: 50px; } img.image-xs-75px { width: 75px; } img.image-xs-100px { width: 100px; } img.image-xs-150px { width: 150px; } img.image-xs-200px { width: 200px; } } @media screen and (min-width: 576px) { img.image-sm-50px { width: 50px; } img.image-sm-75px { width: 75px; } img.image-sm-100px { width: 100px; } img.image-sm-150px { width: 150px; } img.image-sm-200px { width: 200px; } } @media screen and (min-width: 768px) { img.image-md-50px { width: 50px; } img.image-md-75px { width: 75px; } img.image-md-100px { width: 100px; } img.image-md-150px { width: 150px; } img.image-md-200px { width: 200px; } } @media screen and (min-width: 992px) { img.image-lg-50px { width: 50px; } img.image-lg-75px { width: 75px; } img.image-lg-100px { width: 100px; } img.image-lg-150px { width: 150px; } img.image-lg-200px { width: 200px; } } img.image-50px { width: 50px; } img.image-75px { width: 75px; } img.image-100px { width: 100px; } img.image-150px { width: 150px; } img.image-200px { width: 200px; } img.image-full { width: 100% !important; max-width: none; display: block !important; } img.image-block { display: block; } img.image-inline { display: inline-block; } .image-align-left { float: left; margin: 0 20px 20px 0; } .image-align-right { float: right; margin: 0 0 20px 20px; } .image-align-left-small { float: left; margin: 0 10px 10px 0; } .image-align-right-small { float: right; margin: 0 0 10px 10px; } img.image-xs-align-left, img.image-xs-align-right, img.image-xs-align-left-small, img.image-xs-align-right-small { float: none; } img.image-sm-align-left, img.image-sm-align-right, img.image-sm-align-left-small, img.image-sm-align-right-small { float: none; } img.image-md-align-left, img.image-md-align-right, img.image-md-align-left-small, img.image-md-align-right-small { float: none; } img.image-lg-align-left, img.image-lg-align-right, img.image-lg-align-left-small, img.image-lg-align-right-small { float: none; } @media screen and (min-width: 0px) { img.image-xs-align-left { float: left; margin: 0 20px 20px 0; } img.image-xs-align-right { float: right; margin: 0 0 20px 20px; } img.image-xs-align-left-small { float: left; margin: 0 10px 10px 0; } img.image-xs-align-right-small { float: right; margin: 0 0 10px 10px; } img.image-xs-align-none { float: none; } } @media screen and (min-width: 576px) { img.image-sm-align-left { float: left; margin: 0 20px 20px 0; } img.image-sm-align-right { float: right; margin: 0 0 20px 20px; } img.image-sm-align-left-small { float: left; margin: 0 10px 10px 0; } img.image-sm-align-right-small { float: right; margin: 0 0 10px 10px; } img.image-sm-align-none { float: none; } } @media screen and (min-width: 768px) { img.image-md-align-left { float: left; margin: 0 20px 20px 0; } img.image-md-align-right { float: right; margin: 0 0 20px 20px; } img.image-md-align-left-small { float: left; margin: 0 10px 10px 0; } img.image-md-align-right-small { float: right; margin: 0 0 10px 10px; } img.image-md-align-none { float: none; } } @media screen and (min-width: 992px) { img.image-lg-align-left { float: left; margin: 0 20px 20px 0; } img.image-lg-align-right { float: right; margin: 0 0 20px 20px; } img.image-lg-align-left-small { float: left; margin: 0 10px 10px 0; } img.image-lg-align-right-small { float: right; margin: 0 0 10px 10px; } img.image-lg-align-none { float: none; } } img.circular { border-radius: 100%; } p[style*="text-align:center"] img { display: inline-block; } /** Typography styles */ body { font-size: 16px; line-height: 1.5; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111111; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; font-style: normal; font-variant: normal; -webkit-text-size-adjust: none; } /** Headings */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.3; margin: 0 0 10px 0; } .footer-section h1, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section h6, .footer-section .h1, .footer-section .h2, .footer-section .h3, .footer-section .h4, .footer-section .h5, .footer-section .h6 { margin: 0 0 10px 0; } h2, .h2 { font-size: 140%; } h3, .h3 { font-size: 130%; } h4, .h4 { font-size: 120%; } h5, .h5 { font-size: 110%; } h6, .h6 { font-size: 100%; } .sidebar h2, .sidebar .h2 { font-size: 140%; } .sidebar h3, .sidebar .h3 { font-size: 130%; } .sidebar h4, .sidebar .h4 { font-size: 120%; } .sidebar h5, .sidebar .h5 { font-size: 110%; } .sidebar h6, .sidebar .h6 { font-size: 100%; } @media screen and (min-width: 960px) { h2, .h2 { font-size: 160%; } h3, .h3 { font-size: 145%; } h4, .h4 { font-size: 130%; } h5, .h5 { font-size: 115%; } h6, .h6 { font-size: 100%; } .sidebar h2, .sidebar .h2 { font-size: 132%; } .sidebar h3, .sidebar .h3 { font-size: 124%; } .sidebar h4, .sidebar .h4 { font-size: 116%; } .sidebar h5, .sidebar .h5 { font-size: 108%; } .sidebar h6, .sidebar .h6 { font-size: 100%; } } h1, .h1 { font-size: 180%; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 i, h1 em, .h1 i, .h1 em { font-style: italic; } @media screen and (min-width: 768px) { h1, .h1 { font-size: 220%; } } h1, .h1, h1#page-title, #page-title-image-title, .page-title-section h1, h2, h3, h4, .h2, .h3, .h4, h5, h6, .h5, .h6 { font-weight: bold; } .type-size { font-size: 100% !important; } p, dl, hr, ol, ul, pre, table, address, fieldset { margin: 0 0 20px 0; } p:empty { margin: 0; } .content > *:last-child { margin-bottom: 0; } dt, .admin h3 { font-weight: 600; margin: 0; } dd { padding-left: 10px; font-style: italic; margin-bottom: 20px; } dd p { margin-bottom: 10px; } blockquote { font-size: 110%; margin: 0px 0px 40px 20px; padding-left: 20px; border-left: 4px solid rgba(128, 128, 128, 0.333); } small, .small-text { font-size: 80%; font-family: Arial, Helvetica, sans-serif !important; } sub, sup { /* Specified in % so that the sup/sup is the right size relative to the surrounding text */ font-size: 75%; /* Zero out the line-height so that it doesn't interfere with the positioning that follows */ line-height: 0; /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */ position: relative; /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */ vertical-align: baseline; } sup { /* Move the superscripted text up */ top: -0.5em; } sub { /* Move the subscripted text down, but only half as far down as the superscript moved up */ bottom: -0.25em; } /** Font weights 600 is a good bold, 700 is extra black, 900 is extra black condensed */ strong { font-weight: bold; } .lead { font-size: 130%; line-height: 1.4; } .lead strong { font-weight: bold; } .hero, h2.hero, h3.hero { font-size: 200%; line-height: 1.3; font-weight: bold; } .supersize, h2.supersize, h3.supersize { font-size: 320%; line-height: 1.3; font-weight: bold; } .breadcrumb { font-size: 85%; margin: 0; padding: 0; } @media screen and (max-width: 768px) { .breadcrumb { font-size: 75%; } } em { font-style: italic; } code { font-family: monospace; font-size: 85%; } pre { white-space: pre-wrap; } nav { position: relative; } /* Responsive Navigation Bar */ .ucb-navbar { background: #EEEEEE; display: flex; flex-direction: column; } .ucb-navbar ul { display: none; flex-direction: column; } .ucb-navbar ul { list-style: none; margin: 0; padding: 0; } .ucb-navbar ul li { margin: 0; padding: 0; } .ucb-navbar ul ul { display: none; } .ucb-navbar a:link, .ucb-navbar a:visited, .ucb-navbar label { display: block; padding: 10px; color: #424242 !important; text-decoration: none; } .ucb-navbar a:link.active, .ucb-navbar a:visited.active, .ucb-navbar label.active { color: #000 !important; font-weight: bold; } .ucb-navbar a:hover { color: #000 !important; background: rgba(128, 128, 128, 0.166); } .ucb-navbar input[type=checkbox] { display: none; } .ucb-navbar input[type=checkbox]:checked ~ ul { display: flex; } @media screen and (min-width: 992px) { .ucb-navbar > ul { display: flex; flex-direction: row; } .ucb-navbar > label { display: none; } } .ucb-navbar.ucb-navbar-dark { background: #424242; } .ucb-navbar.ucb-navbar-dark a:link, .ucb-navbar.ucb-navbar-dark a:visited, .ucb-navbar.ucb-navbar-dark label { color: #EEEEEE !important; } .ucb-navbar.ucb-navbar-dark a:link.active, .ucb-navbar.ucb-navbar-dark a:visited.active, .ucb-navbar.ucb-navbar-dark label.active { color: #fff !important; font-weight: bold; } .ucb-navbar.ucb-navbar-dark a:hover { color: #fff !important; background: rgba(128, 128, 128, 0.333); } /* Vertical Responsive Navigation */ .ucb-navbar-vertical { flex-direction: column; } .ucb-navbar-vertical > ul { display: none; flex-direction: column !important; } .ucb-navbar-vertical input[type=checkbox] { display: none; } .ucb-navbar-vertical input[type=checkbox]:checked ~ ul { display: flex; } .ucb-navbar-vertical label { display: block; } @media screen and (min-width: 768px) { .ucb-navbar-vertical > ul { display: flex; } .ucb-navbar-vertical > label { display: none; } } .ucb-navbar-vertical.ucb-navbar-vertical-dark label { background: #424242; padding: 10px; color: #fff; } /* UCB Flex Navigation */ ul.ucb-flexnav.ucb-flexnav-column { flex-direction: column !important; } ul.ucb-flexnav { list-style: none; margin: 0 0 20px 0; padding: 0; display: flex; flex-direction: column; flex-wrap: nowrap; width: 100%; } @media screen and (min-width: 768px) { ul.ucb-flexnav { flex-direction: row; } } ul.ucb-flexnav li { flex-grow: 1; display: flex; align-items: center; margin: 0; padding: 0; } ul.ucb-flexnav a:link, ul.ucb-flexnav a:visited { display: flex; padding: 5px 10px; background: #EEEEEE; color: #000; text-decoration: none; border: 1px solid #d5d5d5; margin-right: -1px; margin-bottom: -1px; text-align: center; flex-grow: 1; align-content: center; height: 100%; align-items: center; justify-content: center; } ul.ucb-flexnav a:link:hover, ul.ucb-flexnav a:visited:hover { background: #d5d5d5; } ul.ucb-flexnav a:link:focus, ul.ucb-flexnav a:visited:focus { position: relative; } ul.ucb-flexnav.ucb-flexnav-dark a:link, ul.ucb-flexnav.ucb-flexnav-dark a:visited { background: #424242; color: #fff; border: 1px solid #5c5c5c; } ul.ucb-flexnav.ucb-flexnav-dark a:hover { background: #5c5c5c; } /* UCB Vertical Navigation */ ul.ucb-vnav { list-style: none; margin: 0 0 20px 0; padding: 0; border-top: 1px solid rgba(128, 128, 128, 0.166); } ul.ucb-vnav ul, ul.ucb-vnav li { list-style: none; margin: 0; padding: 0; } ul.ucb-vnav a, ul.ucb-vnav label { display: block; padding: 10px; } ul.ucb-vnav a:link, ul.ucb-vnav a:visited, ul.ucb-vnav label { color: #000; } ul.ucb-vnav a:hover { background: rgba(128, 128, 128, 0.166); } ul.ucb-vnav > li { display: block; border-bottom: 1px solid rgba(128, 128, 128, 0.166); } ul.ucb-vnav ul a { font-size: 85%; } ul.ucb-vnav ul a { padding-left: 25px; } ul.ucb-vnav ul ul a { padding-left: 40px; } ul.ucb-vnav ul ul ul a { padding-left: 55px; } ul.ucb-vnav ul ul ul ul a { padding-left: 70px; } ul.ucb-vnav.ucb-vnav-dark { background: #424242; } ul.ucb-vnav.ucb-vnav-dark a:link, ul.ucb-vnav.ucb-vnav-dark a:visited, ul.ucb-vnav.ucb-vnav-dark label { color: #fff; } ul.ucb-vnav a.active { font-weight: bold; background: rgba(128, 128, 128, 0.166); } nav ol.breadcrumbs { list-style: none; margin: 0; padding: 0; } nav ol.breadcrumbs li { display: inline; margin: 0; padding: 0; } nav ol.breadcrumbs li:after { font-weight: 900; font-family: "Font Awesome 5 Free", "FontAwesome"; padding: 0 5px 0 8px; content: "\f105"; opacity: .6; } nav ol.breadcrumbs li:last-child:after { content: none; padding: 0; } /** Color styles */ .background-color-black { background-color: #000; } .background-color-black.color-border { border: 1px solid rgba(0, 0, 0, 0.4); } .background-black, *[class*="background-"] .cu-box.background-black, *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black { background-color: #000; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-black a:link, .background-black a:visited, *[class*="background-"] .cu-box.background-black a:link, *[class*="background-"] .cu-box.background-black a:visited, *[class*="background-"] .background-black a:link, *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:visited { color: #cfb87c; text-decoration: none; } .background-black a:hover, .background-black a:active, .background-black a:focus, *[class*="background-"] .cu-box.background-black a:hover, *[class*="background-"] .cu-box.background-black a:active, *[class*="background-"] .cu-box.background-black a:focus, *[class*="background-"] .background-black a:hover, *[class*="background-"] .background-black a:active, *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a:focus { color: #fff; } .background-black.color-border, *[class*="background-"] .cu-box.background-black.color-border, *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black.color-border { border: 1px solid rgba(0, 0, 0, 0.4); } .background-black a.button-ghost, *[class*="background-"] .cu-box.background-black a.button-ghost, *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-black a.button-ghost:hover, *[class*="background-"] .cu-box.background-black a.button-ghost:hover, *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-black a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-black { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-black { padding: 20px; } } .exbd-block.background-black > *:last-child { margin-bottom: 0; } .text-black { color: #000 !important; } .background-color-gray-dark { background-color: #424242; } .background-color-gray-dark.color-border { border: 1px solid rgba(15, 15, 15, 0.4); } .background-gray-dark, *[class*="background-"] .cu-box.background-gray-dark, *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark { background-color: #424242; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-gray-dark a:link, .background-gray-dark a:visited, *[class*="background-"] .cu-box.background-gray-dark a:link, *[class*="background-"] .cu-box.background-gray-dark a:visited, *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:visited { color: #cfb87c; text-decoration: none; } .background-gray-dark a:hover, .background-gray-dark a:active, .background-gray-dark a:focus, *[class*="background-"] .cu-box.background-gray-dark a:hover, *[class*="background-"] .cu-box.background-gray-dark a:active, *[class*="background-"] .cu-box.background-gray-dark a:focus, *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a:focus { color: #fff; } .background-gray-dark.color-border, *[class*="background-"] .cu-box.background-gray-dark.color-border, *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark.color-border { border: 1px solid rgba(15, 15, 15, 0.4); } .background-gray-dark a.button-ghost, *[class*="background-"] .cu-box.background-gray-dark a.button-ghost, *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-gray-dark a.button-ghost:hover, *[class*="background-"] .cu-box.background-gray-dark a.button-ghost:hover, *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-dark a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-gray-dark { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-gray-dark { padding: 20px; } } .exbd-block.background-gray-dark > *:last-child { margin-bottom: 0; } .text-gray-dark { color: #424242 !important; } .background-color-gray-light { background-color: #EEEEEE; } .background-color-gray-light.color-border { border: 1px solid rgba(187, 187, 187, 0.4); } .background-gray-light, *[class*="background-"] .cu-box.background-gray-light, *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light { background-color: #EEEEEE; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-gray-light a:link, .background-gray-light a:visited, *[class*="background-"] .cu-box.background-gray-light a:link, *[class*="background-"] .cu-box.background-gray-light a:visited, *[class*="background-"] .background-gray-light a:link, *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:visited { color: #01579B; text-decoration: none; } .background-gray-light a:hover, .background-gray-light a:active, .background-gray-light a:focus, *[class*="background-"] .cu-box.background-gray-light a:hover, *[class*="background-"] .cu-box.background-gray-light a:active, *[class*="background-"] .cu-box.background-gray-light a:focus, *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] .background-gray-light a:active, *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a:focus { color: #B71C1C; } .background-gray-light.color-border, *[class*="background-"] .cu-box.background-gray-light.color-border, *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light.color-border { border: 1px solid rgba(187, 187, 187, 0.4); } .background-gray-light a.button-ghost, *[class*="background-"] .cu-box.background-gray-light a.button-ghost, *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-gray-light a.button-ghost:hover, *[class*="background-"] .cu-box.background-gray-light a.button-ghost:hover, *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-light a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-gray-light { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-gray-light { padding: 20px; } } .exbd-block.background-gray-light > *:last-child { margin-bottom: 0; } .text-gray-light { color: #EEEEEE !important; } .background-color-gray { background-color: #EEEEEE; } .background-color-gray.color-border { border: 1px solid rgba(187, 187, 187, 0.4); } .background-gray, *[class*="background-"] .cu-box.background-gray, *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray { background-color: #EEEEEE; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-gray a:link, .background-gray a:visited, *[class*="background-"] .cu-box.background-gray a:link, *[class*="background-"] .cu-box.background-gray a:visited, *[class*="background-"] .background-gray a:link, *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:visited { color: #01579B; text-decoration: none; } .background-gray a:hover, .background-gray a:active, .background-gray a:focus, *[class*="background-"] .cu-box.background-gray a:hover, *[class*="background-"] .cu-box.background-gray a:active, *[class*="background-"] .cu-box.background-gray a:focus, *[class*="background-"] .background-gray a:hover, *[class*="background-"] .background-gray a:active, *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a:focus { color: #B71C1C; } .background-gray.color-border, *[class*="background-"] .cu-box.background-gray.color-border, *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray.color-border { border: 1px solid rgba(187, 187, 187, 0.4); } .background-gray a.button-ghost, *[class*="background-"] .cu-box.background-gray a.button-ghost, *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-gray a.button-ghost:hover, *[class*="background-"] .cu-box.background-gray a.button-ghost:hover, *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-gray { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-gray { padding: 20px; } } .exbd-block.background-gray > *:last-child { margin-bottom: 0; } .text-gray { color: #EEEEEE !important; } .background-color-white { background-color: #fff; } .background-color-white.color-border { border: 1px solid rgba(204, 204, 204, 0.4); } .background-white, *[class*="background-"] .cu-box.background-white, *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white { background-color: #fff; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-white a:link, .background-white a:visited, *[class*="background-"] .cu-box.background-white a:link, *[class*="background-"] .cu-box.background-white a:visited, *[class*="background-"] .background-white a:link, *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:visited { color: #0277BD; text-decoration: none; } .background-white a:hover, .background-white a:active, .background-white a:focus, *[class*="background-"] .cu-box.background-white a:hover, *[class*="background-"] .cu-box.background-white a:active, *[class*="background-"] .cu-box.background-white a:focus, *[class*="background-"] .background-white a:hover, *[class*="background-"] .background-white a:active, *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a:focus { color: #B71C1C; } .background-white.color-border, *[class*="background-"] .cu-box.background-white.color-border, *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white.color-border { border: 1px solid rgba(204, 204, 204, 0.4); } .background-white a.button-ghost, *[class*="background-"] .cu-box.background-white a.button-ghost, *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-white a.button-ghost:hover, *[class*="background-"] .cu-box.background-white a.button-ghost:hover, *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-white a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-white { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-white { padding: 20px; } } .exbd-block.background-white > *:last-child { margin-bottom: 0; } .text-white { color: #fff !important; } .background-color-blue-light { background-color: #E1F5FE; } .background-color-blue-light.color-border { border: 1px solid rgba(126, 212, 251, 0.4); } .background-blue-light, *[class*="background-"] .cu-box.background-blue-light, *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light { background-color: #E1F5FE; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-blue-light a:link, .background-blue-light a:visited, *[class*="background-"] .cu-box.background-blue-light a:link, *[class*="background-"] .cu-box.background-blue-light a:visited, *[class*="background-"] .background-blue-light a:link, *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:visited { color: #01579B; text-decoration: none; } .background-blue-light a:hover, .background-blue-light a:active, .background-blue-light a:focus, *[class*="background-"] .cu-box.background-blue-light a:hover, *[class*="background-"] .cu-box.background-blue-light a:active, *[class*="background-"] .cu-box.background-blue-light a:focus, *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] .background-blue-light a:active, *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a:focus { color: #B71C1C; } .background-blue-light.color-border, *[class*="background-"] .cu-box.background-blue-light.color-border, *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light.color-border { border: 1px solid rgba(126, 212, 251, 0.4); } .background-blue-light a.button-ghost, *[class*="background-"] .cu-box.background-blue-light a.button-ghost, *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-blue-light a.button-ghost:hover, *[class*="background-"] .cu-box.background-blue-light a.button-ghost:hover, *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-light a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-blue-light { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-blue-light { padding: 20px; } } .exbd-block.background-blue-light > *:last-child { margin-bottom: 0; } .text-blue-light { color: #E1F5FE !important; } .background-color-gold-light { background-color: #f1ebd9; } .background-color-gold-light.color-border { border: 1px solid rgba(214, 194, 143, 0.4); } .background-gold-light, *[class*="background-"] .cu-box.background-gold-light, *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light { background-color: #f1ebd9; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-gold-light a:link, .background-gold-light a:visited, *[class*="background-"] .cu-box.background-gold-light a:link, *[class*="background-"] .cu-box.background-gold-light a:visited, *[class*="background-"] .background-gold-light a:link, *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:visited { color: #01579B; text-decoration: none; } .background-gold-light a:hover, .background-gold-light a:active, .background-gold-light a:focus, *[class*="background-"] .cu-box.background-gold-light a:hover, *[class*="background-"] .cu-box.background-gold-light a:active, *[class*="background-"] .cu-box.background-gold-light a:focus, *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] .background-gold-light a:active, *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a:focus { color: #B71C1C; } .background-gold-light.color-border, *[class*="background-"] .cu-box.background-gold-light.color-border, *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light.color-border { border: 1px solid rgba(214, 194, 143, 0.4); } .background-gold-light a.button-ghost, *[class*="background-"] .cu-box.background-gold-light a.button-ghost, *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-gold-light a.button-ghost:hover, *[class*="background-"] .cu-box.background-gold-light a.button-ghost:hover, *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold-light a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-gold-light { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-gold-light { padding: 20px; } } .exbd-block.background-gold-light > *:last-child { margin-bottom: 0; } .text-gold-light { color: #f1ebd9 !important; } .background-color-tan { background-color: #f1ebd9; } .background-color-tan.color-border { border: 1px solid rgba(214, 194, 143, 0.4); } .background-tan, *[class*="background-"] .cu-box.background-tan, *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan { background-color: #f1ebd9; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-tan a:link, .background-tan a:visited, *[class*="background-"] .cu-box.background-tan a:link, *[class*="background-"] .cu-box.background-tan a:visited, *[class*="background-"] .background-tan a:link, *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:visited { color: #01579B; text-decoration: none; } .background-tan a:hover, .background-tan a:active, .background-tan a:focus, *[class*="background-"] .cu-box.background-tan a:hover, *[class*="background-"] .cu-box.background-tan a:active, *[class*="background-"] .cu-box.background-tan a:focus, *[class*="background-"] .background-tan a:hover, *[class*="background-"] .background-tan a:active, *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a:focus { color: #B71C1C; } .background-tan.color-border, *[class*="background-"] .cu-box.background-tan.color-border, *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan.color-border { border: 1px solid rgba(214, 194, 143, 0.4); } .background-tan a.button-ghost, *[class*="background-"] .cu-box.background-tan a.button-ghost, *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-tan a.button-ghost:hover, *[class*="background-"] .cu-box.background-tan a.button-ghost:hover, *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-tan a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-tan { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-tan { padding: 20px; } } .exbd-block.background-tan > *:last-child { margin-bottom: 0; } .text-tan { color: #f1ebd9 !important; } .background-color-green-light { background-color: #DCEDC8; } .background-color-green-light.color-border { border: 1px solid rgba(171, 212, 123, 0.4); } .background-green-light, *[class*="background-"] .cu-box.background-green-light, *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light { background-color: #DCEDC8; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-green-light a:link, .background-green-light a:visited, *[class*="background-"] .cu-box.background-green-light a:link, *[class*="background-"] .cu-box.background-green-light a:visited, *[class*="background-"] .background-green-light a:link, *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:visited { color: #01579B; text-decoration: none; } .background-green-light a:hover, .background-green-light a:active, .background-green-light a:focus, *[class*="background-"] .cu-box.background-green-light a:hover, *[class*="background-"] .cu-box.background-green-light a:active, *[class*="background-"] .cu-box.background-green-light a:focus, *[class*="background-"] .background-green-light a:hover, *[class*="background-"] .background-green-light a:active, *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a:focus { color: #B71C1C; } .background-green-light.color-border, *[class*="background-"] .cu-box.background-green-light.color-border, *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light.color-border { border: 1px solid rgba(171, 212, 123, 0.4); } .background-green-light a.button-ghost, *[class*="background-"] .cu-box.background-green-light a.button-ghost, *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-green-light a.button-ghost:hover, *[class*="background-"] .cu-box.background-green-light a.button-ghost:hover, *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green-light a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-green-light { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-green-light { padding: 20px; } } .exbd-block.background-green-light > *:last-child { margin-bottom: 0; } .text-green-light { color: #DCEDC8 !important; } .background-color-blue { background-color: #0277BD; } .background-color-blue.color-border { border: 1px solid rgba(1, 55, 88, 0.4); } .background-blue, *[class*="background-"] .cu-box.background-blue, *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue { background-color: #0277BD; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-blue a:link, .background-blue a:visited, *[class*="background-"] .cu-box.background-blue a:link, *[class*="background-"] .cu-box.background-blue a:visited, *[class*="background-"] .background-blue a:link, *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:visited { color: #fff; text-decoration: underline; text-decoration-color: rgba(221, 221, 221, 0.65); -webkit-text-decoration-color: rgba(221, 221, 221, 0.65); } .background-blue a:hover, .background-blue a:active, .background-blue a:focus, *[class*="background-"] .cu-box.background-blue a:hover, *[class*="background-"] .cu-box.background-blue a:active, *[class*="background-"] .cu-box.background-blue a:focus, *[class*="background-"] .background-blue a:hover, *[class*="background-"] .background-blue a:active, *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a:focus { color: #fff; text-decoration-color: #dddddd; -webkit-text-decoration-color: #dddddd; } .background-blue.color-border, *[class*="background-"] .cu-box.background-blue.color-border, *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue.color-border { border: 1px solid rgba(1, 55, 88, 0.4); } .background-blue a.button-ghost, *[class*="background-"] .cu-box.background-blue a.button-ghost, *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-blue a.button-ghost:hover, *[class*="background-"] .cu-box.background-blue a.button-ghost:hover, *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-blue { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-blue { padding: 20px; } } .exbd-block.background-blue > *:last-child { margin-bottom: 0; } .text-blue { color: #0277BD !important; } .background-color-blue-medium { background-color: #4FC3F7; } .background-color-blue-medium.color-border { border: 1px solid rgba(10, 151, 214, 0.4); } .background-blue-medium, *[class*="background-"] .cu-box.background-blue-medium, *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium { background-color: #4FC3F7; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-blue-medium a:link, .background-blue-medium a:visited, *[class*="background-"] .cu-box.background-blue-medium a:link, *[class*="background-"] .cu-box.background-blue-medium a:visited, *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:visited { color: #111111; text-decoration: underline; text-decoration-color: rgba(1, 71, 113, 0.65); -webkit-text-decoration-color: rgba(1, 71, 113, 0.65); } .background-blue-medium a:hover, .background-blue-medium a:active, .background-blue-medium a:focus, *[class*="background-"] .cu-box.background-blue-medium a:hover, *[class*="background-"] .cu-box.background-blue-medium a:active, *[class*="background-"] .cu-box.background-blue-medium a:focus, *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a:focus { color: #111111; text-decoration-color: #014771; -webkit-text-decoration-color: #014771; } .background-blue-medium.color-border, *[class*="background-"] .cu-box.background-blue-medium.color-border, *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium.color-border { border: 1px solid rgba(10, 151, 214, 0.4); } .background-blue-medium a.button-ghost, *[class*="background-"] .cu-box.background-blue-medium a.button-ghost, *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-blue-medium a.button-ghost:hover, *[class*="background-"] .cu-box.background-blue-medium a.button-ghost:hover, *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-medium a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-blue-medium { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-blue-medium { padding: 20px; } } .exbd-block.background-blue-medium > *:last-child { margin-bottom: 0; } .text-blue-medium { color: #4FC3F7 !important; } .background-color-blue-dark { background-color: #01579B; } .background-color-blue-dark.color-border { border: 1px solid rgba(0, 30, 54, 0.4); } .background-blue-dark, *[class*="background-"] .cu-box.background-blue-dark, *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark { background-color: #01579B; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-blue-dark a:link, .background-blue-dark a:visited, *[class*="background-"] .cu-box.background-blue-dark a:link, *[class*="background-"] .cu-box.background-blue-dark a:visited, *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:visited { color: #fff; text-decoration: underline; text-decoration-color: rgba(221, 221, 221, 0.65); -webkit-text-decoration-color: rgba(221, 221, 221, 0.65); } .background-blue-dark a:hover, .background-blue-dark a:active, .background-blue-dark a:focus, *[class*="background-"] .cu-box.background-blue-dark a:hover, *[class*="background-"] .cu-box.background-blue-dark a:active, *[class*="background-"] .cu-box.background-blue-dark a:focus, *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a:focus { color: #fff; text-decoration-color: #dddddd; -webkit-text-decoration-color: #dddddd; } .background-blue-dark.color-border, *[class*="background-"] .cu-box.background-blue-dark.color-border, *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark.color-border { border: 1px solid rgba(0, 30, 54, 0.4); } .background-blue-dark a.button-ghost, *[class*="background-"] .cu-box.background-blue-dark a.button-ghost, *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-blue-dark a.button-ghost:hover, *[class*="background-"] .cu-box.background-blue-dark a.button-ghost:hover, *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-blue-dark a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-blue-dark { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-blue-dark { padding: 20px; } } .exbd-block.background-blue-dark > *:last-child { margin-bottom: 0; } .text-blue-dark { color: #01579B !important; } .background-color-brick { background-color: #ae5a39; } .background-color-brick.color-border { border: 1px solid rgba(97, 50, 32, 0.4); } .background-brick, *[class*="background-"] .cu-box.background-brick, *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick { background-color: #ae5a39; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-brick a:link, .background-brick a:visited, *[class*="background-"] .cu-box.background-brick a:link, *[class*="background-"] .cu-box.background-brick a:visited, *[class*="background-"] .background-brick a:link, *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:visited { color: #fff; text-decoration: underline; text-decoration-color: rgba(221, 221, 221, 0.65); -webkit-text-decoration-color: rgba(221, 221, 221, 0.65); } .background-brick a:hover, .background-brick a:active, .background-brick a:focus, *[class*="background-"] .cu-box.background-brick a:hover, *[class*="background-"] .cu-box.background-brick a:active, *[class*="background-"] .cu-box.background-brick a:focus, *[class*="background-"] .background-brick a:hover, *[class*="background-"] .background-brick a:active, *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a:focus { color: #fff; text-decoration-color: #dddddd; -webkit-text-decoration-color: #dddddd; } .background-brick.color-border, *[class*="background-"] .cu-box.background-brick.color-border, *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick.color-border { border: 1px solid rgba(97, 50, 32, 0.4); } .background-brick a.button-ghost, *[class*="background-"] .cu-box.background-brick a.button-ghost, *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-brick a.button-ghost:hover, *[class*="background-"] .cu-box.background-brick a.button-ghost:hover, *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-brick a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-brick { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-brick { padding: 20px; } } .exbd-block.background-brick > *:last-child { margin-bottom: 0; } .text-brick { color: #ae5a39 !important; } .background-color-red { background-color: #B71C1C; } .background-color-red.color-border { border: 1px solid rgba(95, 14, 14, 0.4); } .background-red, *[class*="background-"] .cu-box.background-red, *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red { background-color: #B71C1C; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-red a:link, .background-red a:visited, *[class*="background-"] .cu-box.background-red a:link, *[class*="background-"] .cu-box.background-red a:visited, *[class*="background-"] .background-red a:link, *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:visited { color: #fff; text-decoration: underline; text-decoration-color: rgba(221, 221, 221, 0.65); -webkit-text-decoration-color: rgba(221, 221, 221, 0.65); } .background-red a:hover, .background-red a:active, .background-red a:focus, *[class*="background-"] .cu-box.background-red a:hover, *[class*="background-"] .cu-box.background-red a:active, *[class*="background-"] .cu-box.background-red a:focus, *[class*="background-"] .background-red a:hover, *[class*="background-"] .background-red a:active, *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a:focus { color: #fff; text-decoration-color: #dddddd; -webkit-text-decoration-color: #dddddd; } .background-red.color-border, *[class*="background-"] .cu-box.background-red.color-border, *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red.color-border { border: 1px solid rgba(95, 14, 14, 0.4); } .background-red a.button-ghost, *[class*="background-"] .cu-box.background-red a.button-ghost, *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-red a.button-ghost:hover, *[class*="background-"] .cu-box.background-red a.button-ghost:hover, *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-red { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-red { padding: 20px; } } .exbd-block.background-red > *:last-child { margin-bottom: 0; } .text-red { color: #B71C1C !important; } .background-color-green { background-color: #2E7D32; } .background-color-green.color-border { border: 1px solid rgba(19, 50, 20, 0.4); } .background-green, *[class*="background-"] .cu-box.background-green, *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green { background-color: #2E7D32; color: #fff; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-green a:link, .background-green a:visited, *[class*="background-"] .cu-box.background-green a:link, *[class*="background-"] .cu-box.background-green a:visited, *[class*="background-"] .background-green a:link, *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:visited { color: #fff; text-decoration: underline; text-decoration-color: rgba(221, 221, 221, 0.65); -webkit-text-decoration-color: rgba(221, 221, 221, 0.65); } .background-green a:hover, .background-green a:active, .background-green a:focus, *[class*="background-"] .cu-box.background-green a:hover, *[class*="background-"] .cu-box.background-green a:active, *[class*="background-"] .cu-box.background-green a:focus, *[class*="background-"] .background-green a:hover, *[class*="background-"] .background-green a:active, *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a:focus { color: #fff; text-decoration-color: #dddddd; -webkit-text-decoration-color: #dddddd; } .background-green.color-border, *[class*="background-"] .cu-box.background-green.color-border, *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green.color-border { border: 1px solid rgba(19, 50, 20, 0.4); } .background-green a.button-ghost, *[class*="background-"] .cu-box.background-green a.button-ghost, *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost { color: #fff !important; border: 1px solid #fff; background: rgba(0, 0, 0, 0.15); } .background-green a.button-ghost:hover, *[class*="background-"] .cu-box.background-green a.button-ghost:hover, *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-green a.button-ghost:hover { color: black !important; background: #fff; } .exbd-block.background-green { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-green { padding: 20px; } } .exbd-block.background-green > *:last-child { margin-bottom: 0; } .text-green { color: #2E7D32 !important; } .background-color-amber { background-color: #FFD740; } .background-color-amber.color-border { border: 1px solid rgba(217, 172, 0, 0.4); } .background-amber, *[class*="background-"] .cu-box.background-amber, *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber { background-color: #FFD740; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-amber a:link, .background-amber a:visited, *[class*="background-"] .cu-box.background-amber a:link, *[class*="background-"] .cu-box.background-amber a:visited, *[class*="background-"] .background-amber a:link, *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:visited { color: #111111; text-decoration: underline; text-decoration-color: rgba(1, 71, 113, 0.65); -webkit-text-decoration-color: rgba(1, 71, 113, 0.65); } .background-amber a:hover, .background-amber a:active, .background-amber a:focus, *[class*="background-"] .cu-box.background-amber a:hover, *[class*="background-"] .cu-box.background-amber a:active, *[class*="background-"] .cu-box.background-amber a:focus, *[class*="background-"] .background-amber a:hover, *[class*="background-"] .background-amber a:active, *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a:focus { color: #111111; text-decoration-color: #014771; -webkit-text-decoration-color: #014771; } .background-amber.color-border, *[class*="background-"] .cu-box.background-amber.color-border, *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber.color-border { border: 1px solid rgba(217, 172, 0, 0.4); } .background-amber a.button-ghost, *[class*="background-"] .cu-box.background-amber a.button-ghost, *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-amber a.button-ghost:hover, *[class*="background-"] .cu-box.background-amber a.button-ghost:hover, *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-amber a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-amber { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-amber { padding: 20px; } } .exbd-block.background-amber > *:last-child { margin-bottom: 0; } .text-amber { color: #FFD740 !important; } .background-color-yellow { background-color: #FFF9C4; } .background-color-yellow.color-border { border: 1px solid rgba(255, 239, 94, 0.4); } .background-yellow, *[class*="background-"] .cu-box.background-yellow, *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow { background-color: #FFF9C4; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-yellow a:link, .background-yellow a:visited, *[class*="background-"] .cu-box.background-yellow a:link, *[class*="background-"] .cu-box.background-yellow a:visited, *[class*="background-"] .background-yellow a:link, *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:visited { color: #01579B; text-decoration: none; } .background-yellow a:hover, .background-yellow a:active, .background-yellow a:focus, *[class*="background-"] .cu-box.background-yellow a:hover, *[class*="background-"] .cu-box.background-yellow a:active, *[class*="background-"] .cu-box.background-yellow a:focus, *[class*="background-"] .background-yellow a:hover, *[class*="background-"] .background-yellow a:active, *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a:focus { color: #B71C1C; } .background-yellow.color-border, *[class*="background-"] .cu-box.background-yellow.color-border, *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow.color-border { border: 1px solid rgba(255, 239, 94, 0.4); } .background-yellow a.button-ghost, *[class*="background-"] .cu-box.background-yellow a.button-ghost, *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-yellow a.button-ghost:hover, *[class*="background-"] .cu-box.background-yellow a.button-ghost:hover, *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-yellow a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-yellow { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-yellow { padding: 20px; } } .exbd-block.background-yellow > *:last-child { margin-bottom: 0; } .text-yellow { color: #FFF9C4 !important; } .background-color-red-light { background-color: #FFEBEE; } .background-color-red-light.color-border { border: 1px solid rgba(255, 133, 151, 0.4); } .background-red-light, *[class*="background-"] .cu-box.background-red-light, *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light { background-color: #FFEBEE; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-red-light a:link, .background-red-light a:visited, *[class*="background-"] .cu-box.background-red-light a:link, *[class*="background-"] .cu-box.background-red-light a:visited, *[class*="background-"] .background-red-light a:link, *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:visited { color: #01579B; text-decoration: none; } .background-red-light a:hover, .background-red-light a:active, .background-red-light a:focus, *[class*="background-"] .cu-box.background-red-light a:hover, *[class*="background-"] .cu-box.background-red-light a:active, *[class*="background-"] .cu-box.background-red-light a:focus, *[class*="background-"] .background-red-light a:hover, *[class*="background-"] .background-red-light a:active, *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a:focus { color: #B71C1C; } .background-red-light.color-border, *[class*="background-"] .cu-box.background-red-light.color-border, *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light.color-border { border: 1px solid rgba(255, 133, 151, 0.4); } .background-red-light a.button-ghost, *[class*="background-"] .cu-box.background-red-light a.button-ghost, *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-red-light a.button-ghost:hover, *[class*="background-"] .cu-box.background-red-light a.button-ghost:hover, *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-red-light a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-red-light { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-red-light { padding: 20px; } } .exbd-block.background-red-light > *:last-child { margin-bottom: 0; } .text-red-light { color: #FFEBEE !important; } .background-color-gold { background-color: #cfb87c; } .background-color-gold.color-border { border: 1px solid rgba(168, 138, 61, 0.4); } .background-gold, *[class*="background-"] .cu-box.background-gold, *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold { background-color: #cfb87c; color: #111111; /* a.link-text-color { &:link, &:visited { color: set-link-text-color($color); } &:hover, &:active, &:focus &.is-active:link, &.is-active:visited { color: set-text-color($color); } } */ /* &.background-transparent { background-color: rgba($color, .7); } a.text-color { &:link, &:visited, &:hover, &:active, &:focus { color: set-text-color($color); } &:hover, &:active, &:focus { text-decoration: underline; } } */ } .background-gold a:link, .background-gold a:visited, *[class*="background-"] .cu-box.background-gold a:link, *[class*="background-"] .cu-box.background-gold a:visited, *[class*="background-"] .background-gold a:link, *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:visited { color: #111111; text-decoration: underline; text-decoration-color: rgba(68, 68, 68, 0.65); -webkit-text-decoration-color: rgba(68, 68, 68, 0.65); } .background-gold a:hover, .background-gold a:active, .background-gold a:focus, *[class*="background-"] .cu-box.background-gold a:hover, *[class*="background-"] .cu-box.background-gold a:active, *[class*="background-"] .cu-box.background-gold a:focus, *[class*="background-"] .background-gold a:hover, *[class*="background-"] .background-gold a:active, *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a:focus { color: #111111; text-decoration-color: #444444; -webkit-text-decoration-color: #444444; } .background-gold.color-border, *[class*="background-"] .cu-box.background-gold.color-border, *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold.color-border, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold.color-border { border: 1px solid rgba(168, 138, 61, 0.4); } .background-gold a.button-ghost, *[class*="background-"] .cu-box.background-gold a.button-ghost, *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost { color: #111111 !important; border: 1px solid #111111; background: rgba(238, 238, 238, 0.15); } .background-gold a.button-ghost:hover, *[class*="background-"] .cu-box.background-gold a.button-ghost:hover, *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gold a.button-ghost:hover { color: #eeeeee !important; background: #111111; } .exbd-block.background-gold { padding: 10px; } @media screen and (min-width: 960px) { .exbd-block.background-gold { padding: 20px; } } .exbd-block.background-gold > *:last-child { margin-bottom: 0; } .text-gold { color: #cfb87c !important; } .background-gray-100, *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 { background: #e6e6e6; color: #111111; } .background-gray-100 a:link, .background-gray-100 a:visited, *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:visited { color: #01579B; } .background-gray-100 a:hover, .background-gray-100 a:active, .background-gray-100 a:focus, *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-100 a:focus { color: #B71C1C; } .background-color-gray-100 { background: #e6e6e6; } .background-gray-200, *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 { background: #cccccc; color: #111111; } .background-gray-200 a:link, .background-gray-200 a:visited, *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:visited { color: #014771; } .background-gray-200 a:hover, .background-gray-200 a:active, .background-gray-200 a:focus, *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-200 a:focus { color: #a11919; } .background-color-gray-200 { background: #cccccc; } .background-gray-300, *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 { background: #b3b3b3; color: #111111; } .background-gray-300 a:link, .background-gray-300 a:visited, *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:visited { color: #014771; } .background-gray-300 a:hover, .background-gray-300 a:active, .background-gray-300 a:focus, *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-300 a:focus { color: #a11919; } .background-color-gray-300 { background: #b3b3b3; } .background-gray-400, *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 { background: #999999; color: #111111; } .background-gray-400 a:link, .background-gray-400 a:visited, *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:visited { color: #014771; } .background-gray-400 a:hover, .background-gray-400 a:active, .background-gray-400 a:focus, *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-400 a:focus { color: #a11919; } .background-color-gray-400 { background: #999999; } .background-gray-500, *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 { background: gray; color: #111111; } .background-gray-500 a:link, .background-gray-500 a:visited, *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:visited { color: #014771; } .background-gray-500 a:hover, .background-gray-500 a:active, .background-gray-500 a:focus, *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-500 a:focus { color: #a11919; } .background-color-gray-500 { background: gray; } .background-gray-600, *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 { background: #666666; color: #fff; } .background-gray-600 a:link, .background-gray-600 a:visited, *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:visited { color: #cfb87c; } .background-gray-600 a:hover, .background-gray-600 a:active, .background-gray-600 a:focus, *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-600 a:focus { color: #fff; } .background-color-gray-600 { background: #666666; } .background-gray-700, *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 { background: #4d4d4d; color: #fff; } .background-gray-700 a:link, .background-gray-700 a:visited, *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:visited { color: #cfb87c; } .background-gray-700 a:hover, .background-gray-700 a:active, .background-gray-700 a:focus, *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-700 a:focus { color: #fff; } .background-color-gray-700 { background: #4d4d4d; } .background-gray-800, *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 { background: #333333; color: #fff; } .background-gray-800 a:link, .background-gray-800 a:visited, *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:visited { color: #cfb87c; } .background-gray-800 a:hover, .background-gray-800 a:active, .background-gray-800 a:focus, *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-800 a:focus { color: #fff; } .background-color-gray-800 { background: #333333; } .background-gray-900, *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 { background: #1a1a1a; color: #fff; } .background-gray-900 a:link, .background-gray-900 a:visited, *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:link, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:visited { color: #cfb87c; } .background-gray-900 a:hover, .background-gray-900 a:active, .background-gray-900 a:focus, *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:hover, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:active, *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] *[class*="background-"] .background-gray-900 a:focus { color: #fff; } .background-color-gray-900 { background: #1a1a1a; } .text-color-black { color: #111111; } .text-color-black a:link, .text-color-black a:visited { color: #0277BD; } .text-color-black a:hover, .text-color-black a:active, .text-color-black a:focus { color: #B71C1C; } .text-color-white { color: #fff; } .text-color-white a:link, .text-color-white a:visited { color: #cfb87c; } .text-color-white a:hover, .text-color-white a:active, .text-color-white a:focus { color: #fff; } a.text-color-black:link, a.text-color-black:visited, a.text-color-black:hover, a.text-color-black:active, a.text-color-black:focus { color: #111111 !important; } a.text-color-white:link, a.text-color-white:visited, a.text-color-white:hover, a.text-color-white:active, a.text-color-white:focus { color: #fff !important; } a.link-text-color:link, a.link-text-color:visited { color: #444444; } a.link-text-color:hover, a.link-text-color:active, a.link-text-color:focus, a.link-text-color.is-active:link, a.link-text-color.is-active:visited { color: #111111; } /** Helper classes. */ .shadow-small { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .shadow-medium { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .shadow-large { -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); } .no-underline a, a.no-underline { text-decoration: none !important; } .padding-none { padding: 0px !important; } .padding-none-vertical { padding-top: 0 !important; padding-bottom: 0 !important; } .padding-none-horizontal { padding-left: 0 !important; padding-right: 0 !important; } .padding, .padding-medium { padding: 20px; } .padding-small { padding: 10px; } .padding-large { padding: 40px; } .padding-top, .padding-medium-top, .padding-top-medium { padding-top: 20px; } .padding-small-top, .padding-top-small { padding-top: 10px; } .padding-large-top, .padding-top-large { padding-top: 40px; } .padding-bottom, .padding-medium-bottom, .padding-bottom-medium { padding-bottom: 20px; } .padding-small-bottom, .padding-bottom-small { padding-bottom: 10px; } .padding-large-bottom, .padding-bottom-large { padding-bottom: 40px; } .padding-left, .padding-medium-left, .padding-left-medium { padding-left: 20px; } .padding-small-left, .padding-left-small { padding-left: 10px; } .padding-large-left, .padding-left-large { padding-left: 40px; } .padding-right, .padding-medium-right, .padding-right-medium { padding-right: 20px; } .padding-small-right, .padding-right-small { padding-right: 10px; } .padding-large-right, .padding-right-large { padding-right: 40px; } .padding-horizontal, .padding-horizontal-medium { padding-left: 20px; padding-right: 20px; } .padding-horizontal-small { padding-left: 10px; padding-right: 10px; } .padding-horizontal-large { padding-left: 40px; padding-right: 40px; } .padding-vertical, .padding-vertical-medium { padding-top: 20px; padding-bottom: 20px; } .padding-vertical-small { padding-top: 10px; padding-bottom: 10px; } .padding-vertical-large { padding-top: 40px; padding-bottom: 40px; } .border { border: 1px solid rgba(128, 128, 128, 0.333); } .border-top { border-top: 1px solid rgba(128, 128, 128, 0.333); } .border-bottom { border-bottom: 1px solid rgba(128, 128, 128, 0.333); } .border-left { border-left: 1px solid rgba(128, 128, 128, 0.333); } .border-right { border-right: 1px solid rgba(128, 128, 128, 0.333); } .margin-top { margin-top: 20px; } .margin-bottom { margin-bottom: 20px; } .margin-left { margin-left: 20px; } .margin-right { margin-right: 20px; } .margin-top-large { margin-top: 40px; } .margin-bottom-large { margin-bottom: 40px; } .margin-left-large { margin-left: 40px; } .margin-right-large { margin-right: 40px; } .margin-none { margin: 0 !important; } .margin-none-vertical { margin-top: 0 !important; margin-bottom: 0 !important; } .margin-none-horizontal { margin-left: 0 !important; margin-right: 0 !important; } .margin-none-bottom { margin-bottom: 0 !important; } .last-margin-none > *:last-child { margin-bottom: 0; } .margin-bottom-negative, .margin-bottom-negative-medium { margin-bottom: -20px; } .margin-bottom-negative-small { margin-bottom: -10px; } .margin-bottom-negative-large { margin-bottom: -40px; } .margin-xs-top-none, .margin-sm-top-none, .margin-md-top-none, .margin-lg-top-none { margin-top: 0; } .margin-xs-top-small-none, .margin-sm-top-small-none, .margin-md-top-small-none, .margin-lg-top-small-none { margin-top: 0; } .margin-xs-top-large-none, .margin-sm-top-large-none, .margin-md-top-large-none, .margin-lg-top-large-none { margin-top: 0; } .margin-xs-bottom-none, .margin-sm-bottom-none, .margin-md-bottom-none, .margin-lg-bottom-none { margin-bottom: 0; } .margin-xs-bottom-small-none, .margin-sm-bottom-small-none, .margin-md-bottom-small-none, .margin-lg-bottom-small-none { margin-bottom: 0; } .margin-xs-bottom-large-none, .margin-sm-bottom-large-none, .margin-md-bottom-large-none, .margin-lg-bottom-large-none { margin-bottom: 0; } .margin-xs-left-none, .margin-sm-left-none, .margin-md-left-none, .margin-lg-left-none { margin-left: 0; } .margin-xs-left-small-none, .margin-sm-left-small-none, .margin-md-left-small-none, .margin-lg-left-small-none { margin-left: 0; } .margin-xs-left-large-none, .margin-sm-left-large-none, .margin-md-left-large-none, .margin-lg-left-large-none { margin-left: 0; } .margin-xs-right-none, .margin-sm-right-none, .margin-md-right-none, .margin-lg-right-none { margin-right: 0; } .margin-xs-right-small-none, .margin-sm-right-small-none, .margin-md-right-small-none, .margin-lg-right-small-none { margin-right: 0; } .margin-xs-right-large-none, .margin-sm-right-large-none, .margin-md-right-large-none, .margin-lg-right-large-none { margin-right: 0; } @media (max-width: 575px) { .margin-xs-top { margin-top: 20px; } .margin-xs-top-small { margin-top: 10px; } .margin-xs-top-large { margin-top: 40px; } .margin-xs-bottom { margin-bottom: 20px; } .margin-xs-bottom-small { margin-bottom: 10px; } .margin-xs-bottom-large { margin-bottom: 40px; } .margin-xs-left { margin-left: 20px; } .margin-xs-left-small { margin-left: 10px; } .margin-xs-left-large { margin-left: 40px; } .margin-xs-right { margin-right: 20px; } .margin-xs-right-small { margin-right: 10px; } .margin-xs-right-large { margin-right: 40px; } .padding-xs { padding: 20px; } .padding-xs-small { padding: 10px; } .padding-xs-large { padding: 40px; } .padding-xs-vertical { padding-top: 20px; padding-bottom: 20px; } .padding-xs-small-vertical { padding-top: 10px; padding-bottom: 10px; } .padding-xs-large-vertical { padding-top: 40px; padding-bottom: 40px; } } @media (min-width: 576px) and (max-width: 767px) { .margin-sm-top { margin-top: 20px; } .margin-sm-top-small { margin-top: 10px; } .margin-sm-top-large { margin-top: 40px; } .margin-sm-bottom { margin-bottom: 20px; } .margin-sm-bottom-small { margin-bottom: 10px; } .margin-sm-bottom-large { margin-bottom: 40px; } .margin-sm-left { margin-left: 20px; } .margin-sm-left-small { margin-left: 10px; } .margin-sm-left-large { margin-left: 40px; } .margin-sm-right { margin-right: 20px; } .margin-sm-right-small { margin-right: 10px; } .margin-sm-right-large { margin-right: 40px; } .padding-sm { padding: 20px; } .padding-sm-small { padding: 10px; } .padding-sm-large { padding: 40px; } .padding-sm-vertical { padding-top: 20px; padding-bottom: 20px; } .padding-sm-small-vertical { padding-top: 10px; padding-bottom: 10px; } .padding-sm-large-vertical { padding-top: 40px; padding-bottom: 40px; } } @media (min-width: 768px) and (max-width: 991px) { .margin-md-top { margin-top: 20px; } .margin-md-top-small { margin-top: 10px; } .margin-md-top-large { margin-top: 40px; } .margin-md-bottom { margin-bottom: 20px; } .margin-md-bottom-small { margin-bottom: 10px; } .margin-md-bottom-large { margin-bottom: 40px; } .margin-md-left { margin-left: 20px; } .margin-md-left-small { margin-left: 10px; } .margin-md-left-large { margin-left: 40px; } .margin-md-right { margin-right: 20px; } .margin-md-right-small { margin-right: 10px; } .margin-md-right-large { margin-right: 40px; } .padding-md { padding: 20px; } .padding-md-small { padding: 10px; } .padding-md-large { padding: 40px; } .padding-md-vertical { padding-top: 20px; padding-bottom: 20px; } .padding-md-small-vertical { padding-top: 10px; padding-bottom: 10px; } .padding-md-large-vertical { padding-top: 40px; padding-bottom: 40px; } } @media screen and (min-width: 992px) { .margin-lg-top { margin-top: 20px; } .margin-lg-top-small { margin-top: 10px; } .margin-lg-top-large { margin-top: 40px; } .margin-lg-bottom { margin-bottom: 20px; } .margin-lg-bottom-small { margin-bottom: 10px; } .margin-lg-bottom-large { margin-bottom: 40px; } .margin-lg-left { margin-left: 20px; } .margin-lg-left-small { margin-left: 10px; } .margin-lg-left-large { margin-left: 40px; } .margin-lg-right { margin-right: 20px; } .margin-lg-right-small { margin-right: 10px; } .margin-lg-right-large { margin-right: 40px; } .padding-lg { padding: 20px; } .padding-lg-small { padding: 10px; } .padding-lg-large { padding: 40px; } .padding-lg-vertical { padding-top: 20px; padding-bottom: 20px; } .padding-lg-small-vertical { padding-top: 10px; padding-bottom: 10px; } .padding-lg-large-vertical { padding-top: 40px; padding-bottom: 40px; } } .align-left { float: left; } .align-right { float: right; } .text-magnify { font-size: 115%; } .text-minify { font-size: 85%; } .element-invisible { border: 0; height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .clearfloats:after, .clear:after { content: ""; display: table; clear: both; } .display-inline { display: inline; } .nowrap { white-space: nowrap; } .text-capitalize { text-transform: capitalize; } .text-uppercase { text-transform: uppercase; } .text-align-right { text-align: right; } .text-align-left { text-align: left; } .text-align-center { text-align: center; } /* Visibility */ .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (max-width: 575px) { .visible-xs { display: block !important; } } @media (min-width: 576px) and (max-width: 767px) { .visible-sm { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-md { display: block !important; } } @media (min-width: 992px) { .visible-lg { display: block !important; } } .invisible-xs, .invisible-sm, .invisible-md, .invisible-lg { display: block; } .invisible-xs.display-inline-block, .invisible-sm.display-inline-block, .invisible-md.display-inline-block, .invisible-lg.display-inline-block { display: inline-block; } .invisible-xs.display-inline, .invisible-sm.display-inline, .invisible-md.display-inline, .invisible-lg.display-inline { display: inline; } @media screen and (max-width: 767px) { .invisible-xs { border: 0; height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } } @media screen and (min-width: 768px) and (max-width: 991px) { .invisible-sm { border: 0; height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } } @media screen and (min-width: 992px) and (max-width: 1139px) { .invisible-md { border: 0; height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } } @media screen and (min-width: 1140px) { .invisible-lg { border: 0; height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } } .background-image-cover { background-repeat: no-repeat; background-size: cover; background-position: center center; } .overflow-hidden { overflow: hidden; } .overflow-scroll { overflow: scroll; } .overflow-scroll-y { overflow-y: scroll; } .overflow-scroll-x { overflow-x: scroll; } .row.equal-height > * { align-items: stretch; display: flex; } .row.equal-height > * > * { display: flex; flex-grow: 1; flex-direction: column; } .row.center-vertical > * { align-items: stretch; display: flex; align-items: center; } .row.gutters-none { margin-left: 0; margin-right: 0; } .row.gutters-none > * { padding-left: 0; padding-right: 0; } .position-relative { position: relative; } .position-absolute { position: absolute; z-index: 1; } .position-absolute.position-top { top: 0; } .position-absolute.position-bottom { bottom: 0; } .position-absolute.position-left { left: 0; } .position-absolute.position-right { right: 0; } .overlay-black, .overlay-white { position: relative; } .overlay-black:before, .overlay-white:before { content: " "; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; } .overlay-black:before { background-color: rgba(0, 0, 0, 0.5); } .overlay-white:before { background-color: rgba(255, 255, 255, 0.65); } .overlay-black > *, .overlay-white > * { z-index: 1; position: relative; } /** Global styles */ html { box-sizing: border-box; } body { margin: 0; padding: 0; } .page { background: #fff; } *, *:before, *:after { box-sizing: inherit; } a:link, a:visited { color: #0277BD; transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease; text-decoration: none; text-decoration-color: rgba(2, 119, 189, 0.65); -webkit-text-decoration-color: rgba(2, 119, 189, 0.65); } a:hover { color: #B71C1C; text-decoration-color: rgba(183, 28, 28, 0.65); -webkit-text-decoration-color: rgba(183, 28, 28, 0.65); } a:active { color: #B71C1C; text-decoration-color: rgba(183, 28, 28, 0.65); -webkit-text-decoration-color: rgba(183, 28, 28, 0.65); }