@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; }

.banner-white .header-wrapper, header.white { background: #fff; color: #111111; }
.banner-white .header-wrapper a:link, .banner-white .header-wrapper a:visited, .banner-white .header-wrapper a:hover, header.white a:link, header.white a:visited, header.white a:hover { color: #111111; }
.banner-white .header-wrapper .menu-toggle button, header.white .menu-toggle button { color: #111111; border-color: rgba(128, 128, 128, 0.5); }
.banner-white .header-wrapper a.search-toggle:link, .banner-white .header-wrapper a.search-toggle:visited, header.white a.search-toggle:link, header.white a.search-toggle:visited { color: #111111; }

.banner-light .header-wrapper, header.light { background: #EEEEEE; color: #111111; }
.banner-light .header-wrapper a:link, .banner-light .header-wrapper a:visited, .banner-light .header-wrapper a:hover, header.light a:link, header.light a:visited, header.light a:hover { color: #111111; }
.banner-light .header-wrapper .menu-toggle button, header.light .menu-toggle button { color: #111111; border-color: rgba(128, 128, 128, 0.5); }
.banner-light .header-wrapper a.search-toggle:link, .banner-light .header-wrapper a.search-toggle:visited, header.light a.search-toggle:link, header.light a.search-toggle:visited { color: #111111; }

.banner-dark .header-wrapper, header.dark { background: #424242; color: #fff; }
.banner-dark .header-wrapper a:link, .banner-dark .header-wrapper a:visited, .banner-dark .header-wrapper a:hover, header.dark a:link, header.dark a:visited, header.dark a:hover { color: #fff; }
.banner-dark .header-wrapper .menu-toggle button, header.dark .menu-toggle button { color: #fff; border-color: rgba(128, 128, 128, 0.5); }
.banner-dark .header-wrapper a.search-toggle:link, .banner-dark .header-wrapper a.search-toggle:visited, header.dark a.search-toggle:link, header.dark a.search-toggle:visited { color: #fff; }

.banner-black .header-wrapper, header.black { background: #000; color: #fff; }
.banner-black .header-wrapper a:link, .banner-black .header-wrapper a:visited, .banner-black .header-wrapper a:hover, header.black a:link, header.black a:visited, header.black a:hover { color: #fff; }
.banner-black .header-wrapper .menu-toggle button, header.black .menu-toggle button { color: #fff; border-color: rgba(128, 128, 128, 0.5); }
.banner-black .header-wrapper a.search-toggle:link, .banner-black .header-wrapper a.search-toggle:visited, header.black a.search-toggle:link, header.black a.search-toggle:visited { color: #fff; }

#branding { position: relative; }

/* NEW BRANDING */
.brand-bar { background: #000; color: #fff; padding: 10px 0px; }
.brand-bar a:link, .brand-bar a:visited { color: #fff; }
.brand-bar.brand-bar-color-white { background: #000; color: #fff; }
.brand-bar.brand-bar-color-white a:link, .brand-bar.brand-bar-color-white a:visited { color: #fff; }
.brand-bar.brand-bar-color-black { background: #fff; color: #000; }
.brand-bar.brand-bar-color-black a:link, .brand-bar.brand-bar-color-black a:visited { color: #000; }

.brand-bar-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; }
.brand-bar-container .brand-logo { max-width: 200px; min-width: 160px; width: 100%; }
@media screen and (min-width: 768px) { .brand-bar-container .brand-logo { max-width: 240px; } }
.brand-bar-container .brand-logo img { width: 100%; height: auto; display: block; }

.brand-color-white, .brand-bar-reverse, .brand-bar-dark, .brand-bar-black { color: #fff !important; }
.brand-color-white a:link, .brand-color-white a:visited, .brand-bar-reverse a:link, .brand-bar-reverse a:visited, .brand-bar-dark a:link, .brand-bar-dark a:visited, .brand-bar-black a:link, .brand-bar-black a:visited { color: #fff !important; }

.header-wrapper { background: #fff; color: #111111; }

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="reset"], input[type="submit"], input[type="button"], 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; }

/** 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%; }

/** Image styles */
img { display: inline-block; max-width: 100%; height: auto; }

p[style*="text-align:center"] img { display: inline-block; }

.region-intro img.image-large, .region-intro img.image-hero, .region-intro img.image-slider, .region-intro img[class=""], .region-wide-2 img.image-large, .region-wide-2 img.image-hero, .region-wide-2 img.image-slider, .region-wide-2 img[class=""], .region-post-title-wide img.image-large, .region-post-title-wide img.image-hero, .region-post-title-wide img.image-slider, .region-post-title-wide img[class=""] { width: 100%; height: auto; max-width: none; display: block; }
.region-intro img.image-medium, .region-intro img.image-small, .region-intro img.image-large_square_thumbnail, .region-intro img.image-large_wide_thumbnail, .region-intro img.image-square_thumbnail, .region-intro img.image-square, .region-intro img.image-small_square, .region-intro img.image-thumbnail, .region-wide-2 img.image-medium, .region-wide-2 img.image-small, .region-wide-2 img.image-large_square_thumbnail, .region-wide-2 img.image-large_wide_thumbnail, .region-wide-2 img.image-square_thumbnail, .region-wide-2 img.image-square, .region-wide-2 img.image-small_square, .region-wide-2 img.image-thumbnail, .region-post-title-wide img.image-medium, .region-post-title-wide img.image-small, .region-post-title-wide img.image-large_square_thumbnail, .region-post-title-wide img.image-large_wide_thumbnail, .region-post-title-wide img.image-square_thumbnail, .region-post-title-wide img.image-square, .region-post-title-wide img.image-small_square, .region-post-title-wide img.image-thumbnail { max-width: 100%; }

.field-type-text-with-summary img[style*="float:right"], .field-type-text-long img[style*="float:right"] { float: right !important; margin: 0 0 20px 20px; max-width: 100%; }

.field-type-text-with-summary img[style*="float:left"], .field-type-text-long img[style*="float:left"] { float: left !important; margin: 0 20px 20px 0; max-width: 100%; }

img.image-medium[style*="float:right"], img.image-medium[style*="float:left"] { max-width: 50%; }

img.image-small[style*="float:right"], img.image-small[style*="float:left"] { max-width: 50%; }

.image-square, .image-square_thumbnail { float: left; width: 50px; height: 50px; margin: 0 10px 10px 0; }

.sidebar .image-square, .sidebar .image-square_thumbnail { width: 50px; height: 50px; }

@media all and (min-width: 960px) { .image-square, .image-square_thumbnail { float: left; width: 100px; height: 100px; margin: 0 10px 10px 0; }
  .sidebar .image-square, .sidebar .image-square_thumbnail { width: 65px; height: 65px; } }
.node-view-mode-sidebar img.image-square, .node-view-mode-sidebar img.image-square_thumbnail, .node-view-mode-sidebar img.image-small_thumbnail, .node-view-mode-sidebar img.image-small { margin-bottom: 0; float: left; margin: 0 10px 0 0; width: 50px; height: auto; }
@media all and (min-width: 960px) { .node-view-mode-sidebar img.image-square, .node-view-mode-sidebar img.image-square_thumbnail, .node-view-mode-sidebar img.image-small_thumbnail, .node-view-mode-sidebar img.image-small { width: 75px; } }

.node-view-mode-embed img.image-large_square_thumbnail, .node-view-mode-embed img.image-small { margin: 0 0 20px 20px; display: block; width: 25%; height: auto; float: right; }

.image-small-square-thumbnail { float: left; width: 70px; height: 70px; margin: 0 10px 10px 0; }

.feature-layout-callout .image-square, .feature-layout-callout .image-small-thumbnail { width: 110px; }

.field-type-text-with-summary img, .field-type-text-long img, img.image-large, img.image-medium, img.image-small, img.image-large_square_thumbnail, img.image-large_wide_thumbnail, img.image-square_thumbnail, img.image-square, img.image-small_square, img.image-thumbnail, img.image-slider { height: auto; min-width: 50px; }

/** 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; }

/* Icons for file extensions */
/* Word/TXT/RTF */
a.file-doc, a.file-docx, a.file-rtf { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_doc.gif) no-repeat center right; }

/* TEXT */
a.file-txt { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_txt.gif) no-repeat center right; }

/* EXCEL */
a.file-xls { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_xls.gif) no-repeat center right; }

/* POWERPOINT */
a.file-pps { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_pps.gif) no-repeat center right; }

a.file-ppt, a.file-pptx { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_pps.gif) no-repeat center right; }

/* PDF */
a.file-pdf { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right; }

/* email */
a.mailto { padding: 5px 20px 5px 0; background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right; }

/** 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, .field-type-text-with-summary ul li, .field-type-text-long 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, .field-type-text-with-summary ul ul li, .field-type-text-with-summary ul ul ul ul li, .field-type-text-with-summary ul ul ul ul ul ul li, .field-type-text-long ul ul li, .field-type-text-long ul ul ul ul li, .field-type-text-long 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, .field-type-text-with-summary ul ul ul li, .field-type-text-with-summary ul ul ul ul ul li, .field-type-text-with-summary ul ul ul ul ul ul ul li, .field-type-text-long ul ul ul li, .field-type-text-long ul ul ul ul ul li, .field-type-text-long ul ul ul ul ul ul ul li { list-style: disc; }
.item-list ul ul, .item-list ol ol, .field-type-text-with-summary ul ul, .field-type-text-with-summary ol ol, .field-type-text-long ul ul, .field-type-text-long ol ol { margin: 10px 0 0 0; }
.item-list ol li, .field-type-text-with-summary ol li, .field-type-text-long ol li { margin: 0 0 10px 0; }

.node ol, .node ul, ul, ol { padding-left: 1.5em; }

.node ul.inline, .node ol.inline, 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 */
.tabs { font-size: 70%; padding: 0; }
.tabs ul.primary { border: 0; padding: 0; margin: 10px 0; text-transform: uppercase; font-weight: 600; display: block; border: 2px solid #0277BD; background-color: #0277BD; overflow: auto; }
.tabs ul.primary li { margin: 0; padding: 0; display: inline; }
.tabs ul.primary li a { margin: 0; padding: 10px 20px; color: #fff; background: #0277BD; display: block; float: left; border: none; }
.tabs ul.primary li a:hover { background: #fff; color: #0277BD; }
.tabs ul.primary li.active a { color: #0277BD; background: #fff; }
.tabs ul.clearfix:after { content: none; }

ul.primary li a:before { padding-right: 5px; font-family: FontAwesome; }

ul.primary li a.view:before { content: "\f06e"; }

ul.primary li a.edit:before { content: "\f044"; }

ul.primary li a.edit-blocks:before { content: "\f009"; }

ul.primary li a.edit-layout:before { content: "\f009"; }

ul.primary li a.edit-webform:before { content: "\f14a"; }

ul.primary li a.webform-results:before { content: "\f1fe"; }

ul.primary li a.devel:before { content: "\f002"; }

ul.primary li a.revisions:before { content: "\f0c5"; }

/** Element/other styles */
#alerts .block { margin: 0; }

/* Help, messages, etc */
.express-messages { background: #EEEEEE; position: relative; overflow: hidden; }
.express-messages a.close-msgs { position: absolute; top: 5px; right: 5px; color: #aaa; opacity: .5; }
.express-messages .express-message { padding: 10px 0; }
.express-messages .express-message + .express-message { padding-top: 1px; }

div.messages { border: none; }
div.messages.status { border: 1px solid #c4e0a2; background-color: #DCEDC8; color: #111111; }
div.messages.status a:link, div.messages.status a:visited { color: #01579B; }
div.messages.status a:hover, div.messages.status a:active, div.messages.status a:focus { color: #B71C1C; }
div.messages.warning { border: 1px solid #fff491; background-color: #FFF9C4; color: #111111; }
div.messages.warning a:link, div.messages.warning a:visited { color: #01579B; }
div.messages.warning a:hover, div.messages.warning a:active, div.messages.warning a:focus { color: #B71C1C; }
div.messages.error { border: 1px solid #ffb8c3; background-color: #FFEBEE; color: #111111; }
div.messages.error a:link, div.messages.error a:visited { color: #01579B; }
div.messages.error a:hover, div.messages.error a:active, div.messages.error a:focus { color: #B71C1C; }

.main-content-wrapper, .after-content-wrapper { background: #fff; }

hr { margin: 0 0 20px 0; padding: 0; border: none; height: 1px; background: rgba(128, 128, 128, 0.333); }

/* Pagers Positioning */
#pager-full { display: none; font-size: 90%; }

#pager-mobile { font-weight: 600; font-size: 75%; }

@media screen and (min-width: 768px) { #pager-mobile { display: none; }
  #pager-full { display: block; } }
.item-list .pager { overflow: visible; margin: 0; margin-bottom: 20px; padding: 0; }
.item-list .pager:after { content: ""; display: table; clear: both; }
.item-list .pager li { display: block; float: left; margin: 0; margin-right: -1px; padding: 0; text-align: center; border: 1px solid rgba(128, 128, 128, 0.333); white-space: nowrap; }
.item-list .pager li a { display: inline-block; text-align: center; padding: 4px 8px; color: #0277BD; text-decoration: none; }
.item-list .pager li a:hover, .item-list .pager li a:focus { background-color: #EEEEEE; color: #01579B; }
.item-list .pager li.pager-ellipsis, .item-list .pager li.pager-current { padding: 4px 8px; }
.item-list .pager li.pager-current { background-color: #0277BD; border: 1px solid #0277BD; color: #fff; }
.item-list .pager li.first { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }
.item-list .pager li.last { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }

.comment { border: 1px solid rgba(128, 128, 128, 0.333); padding: 20px; margin-bottom: 20px; }

.comment-links { margin-bottom: 0px; }

.node-links ul li, .comment-links ul li { margin: 0; padding: 0; }

.node-links ul li a, .comment-links ul li a { text-transform: lowercase; display: inline-block; background-color: #fff; color: #555; padding: 3px; line-height: 100%; font-size: 85%; margin: 0 5px 0 0; border: 1px solid rgba(128, 128, 128, 0.333); }

.tips, .description { font-size: 100%; }

/* ACCORDION & Expand shortcode*/
.ui-accordion h3.ui-accordion-header, .ui-accordion .ui-accordion-header, .expand-set { background-image: none; background-color: transparent; border-bottom: 1px solid rgba(128, 128, 128, 0.333); }

.expand-set { margin-bottom: 20px; overflow: auto; }

.ui-accordion h3.ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header.ui-state-active { border: none; }

.ui-accordion .ui-accordion-header .ui-icon { display: none; }

.ui-accordion .ui-accordion-header .ui-icon:before { content: "\f002 "; /* this is the Unicode for the icon */ font-family: FontAwesome; /* font family is included in Canvas Framework */ margin-right: .5em; }

.ui-accordion h3.ui-accordion-header a, .ui-accordion .ui-accordion-header a, .expand-set a.expand-title { display: flex; flex-direction: row; background-image: none; background-color: transparent; padding: 10px 10px 10px 0px; border: none; text-decoration: none; }
.ui-accordion h3.ui-accordion-header a:before, .ui-accordion .ui-accordion-header a:before, .expand-set a.expand-title:before { content: "\f0fe"; font-family: FontAwesome; margin-right: 5px; margin-left: 1px; font-weight: normal !important; }

.expand-set a.expand-title { font-size: 110%; }

.ui-accordion h3.ui-accordion-header.ui-state-active a:before, .ui-accordion .ui-accordion-header.ui-state-active a:before, .expand-set a.expand-active:before { content: "\f146"; }

.expand-set a.expand-active { font-weight: bold; }

.ui-accordion .ui-accordion-content, .expand-set .expand-content { border: 1px solid rgba(128, 128, 128, 0.333); padding: 10px; }

.expand-set .expand-content { border-bottom: none; }

.anchors { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #EEEEEE; }
.anchors:after { content: ""; display: table; clear: both; }
.anchors .anchors-label { font-weight: bold; background-color: #424242; color: #fff; padding: 10px; }
.anchors .anchors-links { padding: 0 10px 10px 10px; }

/* Hero Unit SASS for Color Variables */
.hero-background-gold { background-color: #cfb87c; }

.hero-background-white { background-color: #fff; border: 1px solid #e0e0e0; }

.hero-background-black { background-color: #000; }

.hero-background-gray { background-color: #EEEEEE; }

.hero-background-dark_gray { background-color: #424242; }

.more-link a { font-size: 85%; }

.zone-after-content-text-white, .zone-after-content-2-text-white { color: #fff; }
.zone-after-content-text-white a:link, .zone-after-content-text-white a:visited, .zone-after-content-2-text-white a:link, .zone-after-content-2-text-white a:visited { color: #fff; text-decoration: underline; }

#zone-after-content-wrapper.section-background, #zone-after-content-2-wrapper.section-background, .section-background { padding: 80px 0 40px; background-position: center center; background-repeat: no-repeat; background-size: cover; border: none; }

.zone-after-content-image-fixed, .zone-after-content-2-image-fixed { background-attachment: fixed; }
.zone-after-content-image-fixed:after, .zone-after-content-2-image-fixed:after { content: ""; display: table; clear: both; }

.block-icons-gray i.blockicon { color: #858585; }

.block-icons-gold i.blockicon { color: #cfb87c; }

.block-icons-blue i.blockicon { color: #0277BD; }

/* PAGE TITLE IMAGE */
.has-title-image h1#page-title { display: none; }

#page-title-image-section { background-color: #fff; }

.page-title-image-boxed { padding-top: 20px; }

#page-title-image-wrapper { background-position: center center; background-size: cover; background-color: #fff; }

#page-title-image-overlay { padding-left: 20px; padding-right: 20px; }

#page-title-image-wrapper { padding-top: 60px; background-color: #000; }

#page-title-image-wrapper h1 { max-width: 60%; font-size: 220%; display: inline-block; margin: 0; }

.page-title-image-background-white #page-title-image-wrapper #page-title-image-title { background: #fff; padding: 10px; color: #363636; }

.page-title-image-background-black #page-title-image-wrapper #page-title-image-title { background: #000; padding: 10px; color: #fff; }

.page-title-image-background-transparent #page-title-image-overlay { padding: 30px 20px 20px; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75))); background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75)); background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75)); background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75)); background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75)); background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75)); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', EndColorStr='#BF000000'); }
.page-title-image-background-transparent #page-title-image-wrapper #page-title-image-title { background: transparent; padding: 10px 0px; color: #fff; }
.page-title-image-background-transparent .page-title-image-width-full #page-title-image #page-title-image-title { padding: 10px 0; }

@media all and (min-width: 720px) and (max-width: 959px) { #page-title-image-wrapper { padding-top: 100px; } }
@media all and (min-width: 960px) and (max-width: 1199px) { #page-title-image-wrapper { padding-top: 140px; } }
@media all and (min-width: 1200px) and (max-width: 1499px) { #page-title-image-wrapper { padding-top: 200px; }
  .layout-boxed #page-title-image-wrapper { padding-top: 160px; } }
@media all and (min-width: 1500px) { #page-title-image-wrapper { padding-top: 240px; }
  .layout-boxed #page-title-image-wrapper { padding-top: 200px; } }
.layout-fixed.layout-boxed #page-title-image-wrapper { padding-top: 140px; }

.has-page-title-image h1#page-title { display: none; }

/* Borders */
.border-all { 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); }

/* Shadows */
.has-shadow { -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); }

.feature-layout-title-image-overlay { background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85))); background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85)); background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85)); background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85)); background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85)); background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.85)); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', EndColorStr='#D9000000'); }

/* Colorbox */
#cboxTitle { font-size: 11px; }

/* Layout Title Image */
.feature-layout-title-image { background-color: #000; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 240px; position: relative; padding: 0; }
.feature-layout-title-image:after { content: ""; display: table; clear: both; }

.feature-layout-title-image-overlay { color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; padding: 60px 20px 20px; }

.feature-layout-title-image-overlay h1 { font-size: 140%; font-weight: 200; }

.headings-bold .feature-layout-title-image-overlay h1 { font-weight: 700; }

@media screen and (min-width: 768px) { .feature-layout-title-image { height: 360px; }
  .feature-layout-title-image-overlay { padding: 100px 20px 30px; }
  .feature-layout-title-image-overlay h1 { font-size: 200%; } }
@media screen and (min-width: 960px) { .feature-layout-title-image { height: 480px; transition: height 1s ease-in-out; -webkit-transition: height 1s ease-in-out; -moz-transition: height 1s ease-in-out; }
  .feature-layout-title-image.layout-title-image-small { height: 320px; }
  .feature-layout-title-image-overlay { padding: 200px 20px 30px; }
  .feature-layout-title-image-overlay h1 { font-size: 240%; } }
@media screen and (min-width: 1200px) { .feature-layout-title-image { height: 600px; transition: height 1s ease-in-out; -webkit-transition: height 1s ease-in-out; -moz-transition: height 1s ease-in-out; }
  .feature-layout-title-image.layout-title-image-small { height: 320px; } }
.has-feature-title-image h1#page-title { display: none; }

@media screen and (min-width: 640px) { .title-image-byline { font-size: 125%; } }
.title-image-byline a:link, .title-image-byline a:visited { color: #fff; }

.byline-author-name { font-weight: 700; }

.front .breadcrumb-wrapper { display: none; }

.front .main-title-wrapper { 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); }

.title-image-breadcrumbs-wrapper { padding: 5px 0px; font-weight: 600; }
.title-image-breadcrumbs-wrapper a { color: #fff; }

.title-image-breadcrumbs-wrapper .breadcrumb { padding: 0; }
.title-image-breadcrumbs-wrapper .breadcrumb a { color: #fff; }

.has-feature-title-image .breadcrumb-wrapper { display: none; }

.feature-layout-title-image .author-meta { margin: 0; }

.feature-layout-title-image .author-meta a { color: #e6cc8a; }

.feature-layout-title-image .author-meta a:hover { color: #fff; }

.has-title-image .main-content-wrapper .breadcrumb-wrapper { margin-bottom: 20px; }

#search { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 300; background: rgba(0, 0, 0, 0.85); color: #fff; }
#search h2:before { content: '\f002'; font-family: FontAwesome; margin-right: 5px; }
#search #search-inner { height: 100%; display: flex; align-items: center; padding: 20px 0; }
#search .search-form { position: relative; }
#search #close-search { position: absolute; top: 0; right: 0; z-index: 11; font-size: 24px; background: none; border: none; color: #fff; }
#search .cu-search { border: 5px solid rgba(255, 255, 255, 0.333); }
#search .cu-search-box { background: none; }
#search .campus-links { padding: 20px 0; border-top: 3px solid rgba(128, 128, 128, 0.333); font-size: 85%; font-weight: bold; }
#search .campus-links h3 { font-size: 100%; }
#search a:link, #search a:visited { color: #cfb87c; }
#search a:link:hover, #search a:visited:hover { color: #fff; }
#search .block { margin-bottom: 0; }
#search .search-options { padding: 10px 0; }
#search input.form-text { font-size: 12px; }
#search .search-wrapper { padding: 20px; }
#search .culinks { display: none; }
#search .cu-search { display: flex; flex-direction: row; }
#search .cu-search .form-item-search-keys { flex-grow: 1; }
#search .cu-search .form-item, #search .cu-search .form-actions { margin: 0; }
#search .cu-search input.form-text { width: 100%; line-height: 40px; height: 40px; padding: 0 8px; background-color: #fff; color: #000; -webkit-appearance: none; border: none; }
@media screen and (max-width: 768px) { #search .cu-search input.form-text { font-size: 16px; } }
#search .cu-search .form-submit { line-height: 40px; height: 40px; background: #cfb87c; color: #000; padding: 0 8px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; -webkit-appearance: none; display: block; margin: 0; }

#mobile-search { display: block; display: none; padding: 20px 20px; }
#mobile-search .cu-search input.form-text { width: 100%; }

.search-toggle { display: inline-block; background: none; border: none; padding: 0; margin-left: 20px; float: right; font-size: 85%; color: #202020 !important; text-decoration: none; }
.brand-bar-color-white .search-toggle, .brand-bar-reverse .search-toggle, .brand-bar-dark .search-toggle, .brand-bar-black .search-toggle { color: #fff !important; }

@media screen and (min-width: 960px) { .search-toggle { display: inline-block; font-size: 110%; } }
/** Content styles */
.node-teaser, .view-mode-teaser, .node-view-mode-teaser { border-bottom: 1px solid rgba(128, 128, 128, 0.333); margin-bottom: 20px; padding-bottom: 20px; }

.node-teaser-content, .node-view-mode-teaser-content, .view-mode-teaser-content, .teaser-content { overflow: hidden; }

.more-link:after, .summary-more-link:after { display: none; }

/** Layout styles */
.layout-boxed .page { max-width: 1140px; margin: 0 auto; }

.element-max-width { max-width: 1500px; }

.element-max-width-padding { max-width: 1460px; }

.container { width: 100%; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }

@media (min-width: 768px) { .container.container-small { max-width: 540px; } }
@media (min-width: 992px) { .container { max-width: 960px; }
  .container.container-small { max-width: 720px; } }
@media (min-width: 1200px) { .container { max-width: 1160px; }
  .container.container-small { max-width: 960; } }
@media (min-width: 1500px) { .container { max-width: 1460px; }
  .container.container-small { max-width: 960; }
  .container-full { max-width: 1500px; } }
.layout-fixed .container { max-width: 1160px; }

.container-fluid { width: 100%; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }

.bleed { left: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; right: 50%; width: 100vw; }

.row { margin-left: -20px; margin-right: -20px; }

.row.direction-xs-column { flex-direction: column; }

.row.direction-xs-column-reverse { flex-direction: column-reverse; }

.row.direction-xs-row { flex-direction: row; }

.row.direction-xs-row-reverse { flex-direction: row-reverse; }

@media (min-width: 576px) { .row.direction-sm-column { flex-direction: column; }
  .row.direction-sm-column-reverse { flex-direction: column-reverse; }
  .row.direction-sm-row { flex-direction: row; }
  .row.direction-sm-row-reverse { flex-direction: row-reverse; } }
@media (min-width: 768px) { .row.direction-md-column { flex-direction: column; }
  .row.direction-md-column-reverse { flex-direction: column-reverse; }
  .row.direction-md-row { flex-direction: row; }
  .row.direction-md-row-reverse { flex-direction: row-reverse; } }
@media (min-width: 992px) { .row.direction-lg-column { flex-direction: column; }
  .row.direction-lg-column-reverse { flex-direction: column-reverse; }
  .row.direction-lg-row { flex-direction: row; }
  .row.direction-lg-row-reverse { flex-direction: row-reverse; } }
.element-spacing { padding: 0 20px; }

/* Max width classes for elements */
.layout-responsive .element-max-width { max-width: 1500px; margin-right: auto; margin-left: auto; clear: both; }
.layout-responsive .element-max-width:after { content: ""; display: table; clear: both; }

.layout-responsive .element-max-width-gutter, .layout-responsive .element-max-width-padding { max-width: 1460px; margin-right: auto; margin-left: auto; clear: both; }
.layout-responsive .element-max-width-gutter:after, .layout-responsive .element-max-width-padding:after { content: ""; display: table; clear: both; }

.layout-fixed .element-max-width { max-width: 1500px; margin-right: auto; margin-left: auto; clear: both; }
.layout-fixed .element-max-width:after { content: ""; display: table; clear: both; }

.layout-fixed .element-max-width-gutter, .layout-fixed .element-max-width-padding { max-width: 1460px; margin-right: auto; margin-left: auto; clear: both; }
.layout-fixed .element-max-width-gutter:after, .layout-fixed .element-max-width-padding:after { content: ""; display: table; clear: both; }

.layout-responsive .container-max { margin-right: auto; margin-left: auto; max-width: 1500px; }
.layout-responsive .container-max:after { content: ""; display: table; clear: both; }

.layout-fixed .container-max { margin-right: auto; margin-left: auto; width: 1500px; }
.layout-fixed .container-max:after { content: ""; display: table; clear: both; }

.layout-fixed { min-width: 1500px; }

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 20px; padding-left: 20px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }

.col-1, .col-xs-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2, .col-xs-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3, .col-xs-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4, .col-xs-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5, .col-xs-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6, .col-xs-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7, .col-xs-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8, .col-xs-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9, .col-xs-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10, .col-xs-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11, .col-xs-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12, .col-xs-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }

.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }

.order-1 { -ms-flex-order: 1; order: 1; }

.order-2 { -ms-flex-order: 2; order: 2; }

.order-3 { -ms-flex-order: 3; order: 3; }

.order-4 { -ms-flex-order: 4; order: 4; }

.order-5 { -ms-flex-order: 5; order: 5; }

.order-6 { -ms-flex-order: 6; order: 6; }

.order-7 { -ms-flex-order: 7; order: 7; }

.order-8 { -ms-flex-order: 8; order: 8; }

.order-9 { -ms-flex-order: 9; order: 9; }

.order-10 { -ms-flex-order: 10; order: 10; }

.order-11 { -ms-flex-order: 11; order: 11; }

.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }

.offset-2 { margin-left: 16.666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.333333%; }

.offset-5 { margin-left: 41.666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.333333%; }

.offset-8 { margin-left: 66.666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.333333%; }

.offset-11 { margin-left: 91.666667%; }

.col-5c, .col-xs-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; order: -1; }
  .order-sm-last { -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; }
  .col-sm-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; }
  .col-md-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; order: -1; }
  .order-lg-last { -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; }
  .col-lg-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 1140px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; order: -1; }
  .order-xl-last { -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; }
  .col-xl-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
.layout-fixed .col-xs, .layout-fixed .col-sm, .layout-fixed .col-md, .layout-fixed .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.layout-fixed .col-xs-auto, .layout-fixed .col-sm-auto, .layout-fixed .col-md-auto, .layout-fixed .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.layout-fixed .col-xs-1, .layout-fixed .col-sm-1, .layout-fixed .col-md-1, .layout-fixed .col-xs-2, .layout-fixed .col-sm-2, .layout-fixed .col-md-2, .layout-fixed .col-xs-3, .layout-fixed .col-sm-3, .layout-fixed .col-md-3, .layout-fixed .col-xs-4, .layout-fixed .col-sm-4, .layout-fixed .col-md-4, .layout-fixed .col-xs-5, .layout-fixed .col-sm-5, .layout-fixed .col-md-5, .layout-fixed .col-xs-6, .layout-fixed .col-sm-6, .layout-fixed .col-md-6, .layout-fixed .col-xs-7, .layout-fixed .col-sm-7, .layout-fixed .col-md-7, .layout-fixed .col-xs-8, .layout-fixed .col-sm-8, .layout-fixed .col-md-8, .layout-fixed .col-xs-9, .layout-fixed .col-sm-9, .layout-fixed .col-md-9, .layout-fixed .col-xs-10, .layout-fixed .col-sm-10, .layout-fixed .col-md-10, .layout-fixed .col-xs-11, .layout-fixed .col-sm-11, .layout-fixed .col-md-11, .layout-fixed .col-xs-12, .layout-fixed .col-sm-12, .layout-fixed .col-md-12, .layout-fixed .col-xs-5c, .layout-fixed .col-sm-5c, .layout-fixed .col-md-5c { -ms-flex: auto; flex: auto; max-width: none; }
.layout-fixed .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.layout-fixed .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.layout-fixed .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.layout-fixed .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.layout-fixed .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.layout-fixed .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.layout-fixed .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.layout-fixed .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.layout-fixed .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.layout-fixed .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.layout-fixed .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.layout-fixed .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.layout-fixed .col-lg-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.layout-fixed .order-xs-first, .layout-fixed .order-sm-first, .layout-fixed .order-md-first, .layout-fixed .order-lg-first { -ms-flex-order: -1; order: -1; }
.layout-fixed .order-xs-last, .layout-fixed .order-sm-last, .layout-fixed .order-md-last, .layout-fixed .order-lg-last { -ms-flex-order: 13; order: 13; }
.layout-fixed .order-xs-0, .layout-fixed .order-sm-0, .layout-fixed .order-md-0, .layout-fixed .order-lg-0 { -ms-flex-order: 0; order: 0; }
.layout-fixed .order-xs-2, .layout-fixed .order-sm-2, .layout-fixed .order-md-2, .layout-fixed .order-lg-1 { -ms-flex-order: 1; order: 1; }
.layout-fixed .order-xs-2, .layout-fixed .order-sm-2, .layout-fixed .order-md-2, .layout-fixed .order-lg-2 { -ms-flex-order: 2; order: 2; }
.layout-fixed .order-xs-3, .layout-fixed .order-sm-3, .layout-fixed .order-md-3, .layout-fixed .order-lg-3 { -ms-flex-order: 3; order: 3; }
.layout-fixed .order-xs-4, .layout-fixed .order-sm-4, .layout-fixed .order-md-4, .layout-fixed .order-lg-4 { -ms-flex-order: 4; order: 4; }
.layout-fixed .order-xs-5, .layout-fixed .order-sm-5, .layout-fixed .order-md-5, .layout-fixed .order-lg-5 { -ms-flex-order: 5; order: 5; }
.layout-fixed .order-xs-6, .layout-fixed .order-sm-6, .layout-fixed .order-md-6, .layout-fixed .order-lg-6 { -ms-flex-order: 6; order: 6; }
.layout-fixed .order-xs-7, .layout-fixed .order-sm-7, .layout-fixed .order-md-7, .layout-fixed .order-lg-7 { -ms-flex-order: 7; order: 7; }
.layout-fixed .order-xs-8, .layout-fixed .order-sm-8, .layout-fixed .order-md-8, .layout-fixed .order-lg-8 { -ms-flex-order: 8; order: 8; }
.layout-fixed .order-xs-9, .layout-fixed .order-sm-9, .layout-fixed .order-md-9, .layout-fixed .order-lg-9 { -ms-flex-order: 9; order: 9; }
.layout-fixed .order-xs-10, .layout-fixed .order-sm-10, .layout-fixed .order-md-10, .layout-fixed .order-lg-10 { -ms-flex-order: 10; order: 10; }
.layout-fixed .order-xs-11, .layout-fixed .order-sm-11, .layout-fixed .order-md-11, .layout-fixed .order-lg-11 { -ms-flex-order: 11; order: 11; }
.layout-fixed .order-xs-12, .layout-fixed .order-sm-12, .layout-fixed .order-md-12, .layout-fixed .order-lg-12 { -ms-flex-order: 12; order: 12; }
.layout-fixed .offset-xs-0, .layout-fixed .offset-sm-0, .layout-fixed .offset-md-0, .layout-fixed .offset-lg-0 { margin-left: 0; }
.layout-fixed .offset-xs-1, .layout-fixed .offset-sm-1, .layout-fixed .offset-md-1, .layout-fixed .offset-lg-1 { margin-left: 8.333333%; }
.layout-fixed .offset-xs-2, .layout-fixed .offset-sm-2, .layout-fixed .offset-md-2, .layout-fixed .offset-lg-2 { margin-left: 16.666667%; }
.layout-fixed .offset-xs-3, .layout-fixed .offset-sm-3, .layout-fixed .offset-md-3, .layout-fixed .offset-lg-3 { margin-left: 25%; }
.layout-fixed .offset-xs-4, .layout-fixed .offset-sm-4, .layout-fixed .offset-md-4, .layout-fixed .offset-lg-4 { margin-left: 33.333333%; }
.layout-fixed .offset-xs-5, .layout-fixed .offset-sm-5, .layout-fixed .offset-md-5, .layout-fixed .offset-lg-5 { margin-left: 41.666667%; }
.layout-fixed .offset-xs-6, .layout-fixed .offset-sm-6, .layout-fixed .offset-md-6, .layout-fixed .offset-lg-6 { margin-left: 50%; }
.layout-fixed .offset-xs-7, .layout-fixed .offset-sm-7, .layout-fixed .offset-md-7, .layout-fixed .offset-lg-7 { margin-left: 58.333333%; }
.layout-fixed .offset-xs-8, .layout-fixed .offset-sm-8, .layout-fixed .offset-md-8, .layout-fixed .offset-lg-8 { margin-left: 66.666667%; }
.layout-fixed .offset-xs-9, .layout-fixed .offset-sm-9, .layout-fixed .offset-md-9, .layout-fixed .offset-lg-9 { margin-left: 75%; }
.layout-fixed .offset-xs-10, .layout-fixed .offset-sm-10, .layout-fixed .offset-md-10, .layout-fixed .offset-lg-10 { margin-left: 83.333333%; }
.layout-fixed .offset-xs-11, .layout-fixed .offset-sm-11, .layout-fixed .offset-md-11, .layout-fixed .offset-lg-11 { margin-left: 91.666667%; }
.layout-fixed .col-5c, .layout-fixed .col-xs-5c, .layout-fixed .col-sm-5c, .layout-fixed .col-md-5c, .layout-fixed .col-lg-5c, .layout-fixed .col-xl-5c { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

/** Block styles */
.block { margin-bottom: 20px; }

.region-post-title .block:last-child { margin-bottom: 0; }
.region-post-title .block-express-layout .block:last-child { margin-bottom: 0; }

.intro-wide-wrapper .block, .post-title-wide-wrapper .block, .post-wide-wrapper .block { margin-bottom: 0; }

#block-system-main, .block-express-layout { margin-bottom: 0; }

/** menu styles */
.layout-responsive .menu-toggle button { background: none; border: none; padding: 0; }

.layout-responsive .mobile-menu-toggle { display: block; position: absolute; right: 0; text-transform: uppercase; font-size: 24px; font-family: Arial, Helvetica; }
@media screen and (min-width: 576px) { .layout-responsive .mobile-menu-toggle { font-size: 14px; }
  .layout-responsive .mobile-menu-toggle button { padding: 2px 5px; display: inline-block; border-width: 1px; border-style: solid; white-space: nowrap; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } }
@media screen and (min-width: 992px) { .layout-responsive .mobile-menu-toggle { display: none; } }

@media screen and (max-width: 575px) { .mobile-menu-toggle span.mobile-menu-text { 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); } }
/* Menu visibility */
.layout-responsive #secondary-menu-wrapper, .layout-responsive #main-menu-wrapper, .layout-responsive #footer-menu-wrapper { display: none; }
@media (min-width: 992px) { .layout-responsive #secondary-menu-wrapper, .layout-responsive #main-menu-wrapper, .layout-responsive #footer-menu-wrapper { display: block; } }

/* Primary Navigation */
#navigation-wrapper { position: relative; z-index: 1; }
#navigation-wrapper ul { padding: 0; margin: 0; display: block; }

/* Secondary Navigation */
#secondary-navigation { font-size: 85%; }
#secondary-navigation:after { content: ""; display: table; clear: both; }
#secondary-navigation nav { float: right; align-items: center; overflow: hidden; }
#secondary-navigation nav > * { float: left; line-height: 20px; }
#secondary-navigation nav ul li { display: inline; list-style: none; list-style-image: none; margin: 0; padding: 0; }
#secondary-navigation nav ul li a { padding: 0 10px; }
#secondary-navigation h2.secondary-menu-label { display: inline; font-size: 100%; font-weight: 600; margin: 0; }

/* Action menu, or inline secondary menu */
#navigation .action-menu-wrapper { flex-shrink: 0; }

#navigation ul.action-menu { margin: 0; font-size: 85%; }
#navigation ul.action-menu li { padding: 0; }
#navigation ul.action-menu a { line-height: 24px; margin: 8px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0 5px; border: none; white-space: nowrap; font-family: Arial, Helvetica, sans-serif; display: inline-block; }

.action-blue ul#action-menu a { background-color: #0277BD; color: #fff !important; 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 0px 3px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); }
.action-blue ul#action-menu a:hover, .action-blue ul#action-menu a:focus { background-color: #026dae; -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); color: #fff; }
.action-blue ul#action-menu a: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); }

.action-gray ul#action-menu a { background-color: #444; color: #fff !important; 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 0px 3px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); }
.action-gray ul#action-menu a:hover, .action-gray ul#action-menu a:focus { background-color: #5e5e5e; -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); color: #fff; }
.action-gray ul#action-menu a: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); }

.action-gold ul#action-menu a { background-color: #cfb87c; color: #000 !important; 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 0px 3px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); box-shadow: 0 0px 3px rgba(0, 0, 0, 0.24); }
.action-gold ul#action-menu a:hover, .action-gold ul#action-menu a:focus { background-color: #d3be87; -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); color: #000; }
.action-gold ul#action-menu a: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); }

.action-blue ul#action-menu a.active, .action-gray ul#action-menu a.active, .action-gold ul#action-menu a.active { background-color: #000 !important; color: #fff !important; }

/* Block Menu - default blocks provided by core for each menu */
.block-menu ul.menu, .block-menu ul.menu li { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.block-menu ul.menu a { display: block; padding: 5px 0; }
.block-menu ul.menu ul.menu a { padding-left: 10px; }
.block-menu ul.menu ul.menu ul.menu a { padding-left: 20px; }
.block-menu ul.menu ul.menu ul.menu ul.menu a { padding-left: 30px; }
.block-menu ul.menu ul.menu ul.menu ul.menu ul.menu a { padding-left: 40px; }
.block-menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a { padding-left: 50px; }

.block-menu ul.menu a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(128, 128, 128, 0.333); margin-bottom: -1px; }
.block-menu ul.menu a i.fa { color: gray; float: left; }
.block-menu ul.menu a span { overflow: hidden; }

/* Footer Menu */
#footer-menu { /* Main menu and secondary menu links and menu block links. */ }
#footer-menu .links, #footer-menu .menu { margin: 0; padding-top: 10px; padding-bottom: 10px; padding: 10px 0; text-align: left; /* LTR */ }
#footer-menu .links li, #footer-menu .menu li { /* A simple method to get navigation links to appear in one line. */ float: left; /* LTR */ padding: 0 5px 0 0; /* LTR */ list-style-type: none; list-style-image: none; }

#footer-menu-wrapper { font-size: 90%; padding: 0; font-weight: bold; }

.footer-menu-gray { background-color: #272727; }

.footer-menu-gray ul#footer-menu-links a, .footer-menu-gray ul#footer-menu-links a.active, .footer-menu-gray ul#footer-menu-links a.active-trail { color: #fff; margin-right: 20px; }
.footer-menu-gray ul#footer-menu-links a:hover, .footer-menu-gray ul#footer-menu-links a:focus, .footer-menu-gray ul#footer-menu-links a.active:hover, .footer-menu-gray ul#footer-menu-links a.active:focus, .footer-menu-gray ul#footer-menu-links a.active-trail:hover, .footer-menu-gray ul#footer-menu-links a.active-trail:focus { color: #cfb87c; }

.footer-menu-gold { background-color: #cfb87c; }

.footer-menu-gold ul#footer-menu-links a, .footer-menu-gold ul#footer-menu-links a.active, .footer-menu-gold ul#footer-menu-links a.active-trail { color: #333; margin-right: 20px; }
.footer-menu-gold ul#footer-menu-links a:hover, .footer-menu-gold ul#footer-menu-links a:focus, .footer-menu-gold ul#footer-menu-links a.active:hover, .footer-menu-gold ul#footer-menu-links a.active:focus, .footer-menu-gold ul#footer-menu-links a.active-trail:hover, .footer-menu-gold ul#footer-menu-links a.active-trail:focus { color: #000; }

/* Menu Blocks - menus provided by menu block module */
#block-menu-block-site-navigation-menus-1 ul.menu, #block-menu-block-site-navigation-menus-1 ul.menu li, #block-menu-block-site-navigation-menus-2 ul.menu, #block-menu-block-site-navigation-menus-2 ul.menu li, #block-menu-block-site-navigation-menus-3 ul.menu, #block-menu-block-site-navigation-menus-3 ul.menu li, #section-navigation #subnavigation ul.menu, #section-navigation #subnavigation ul.menu li, .block-menu-block ul.menu, .block-menu-block ul.menu li { list-style: none; list-style-image: none; margin: 0; padding: 0; }
#block-menu-block-site-navigation-menus-1 ul.menu a, #block-menu-block-site-navigation-menus-1 ul.menu li a, #block-menu-block-site-navigation-menus-2 ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu li a, #block-menu-block-site-navigation-menus-3 ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu li a, #section-navigation #subnavigation ul.menu a, #section-navigation #subnavigation ul.menu li a, .block-menu-block ul.menu a, .block-menu-block ul.menu li a { display: block; text-decoration: none; }
#block-menu-block-site-navigation-menus-1 ul.menu ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu ul.menu a, #section-navigation #subnavigation ul.menu ul.menu a, .block-menu-block ul.menu ul.menu a { padding-left: 15px; }
#block-menu-block-site-navigation-menus-1 ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu ul.menu ul.menu a, #section-navigation #subnavigation ul.menu ul.menu ul.menu a, .block-menu-block ul.menu ul.menu ul.menu a { padding-left: 30px; }
#block-menu-block-site-navigation-menus-1 ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu ul.menu ul.menu ul.menu a, #section-navigation #subnavigation ul.menu ul.menu ul.menu ul.menu a, .block-menu-block ul.menu ul.menu ul.menu ul.menu a { padding-left: 45px; }
#block-menu-block-site-navigation-menus-1 ul.menu ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu ul.menu ul.menu ul.menu ul.menu a, #section-navigation #subnavigation ul.menu ul.menu ul.menu ul.menu ul.menu a, .block-menu-block ul.menu ul.menu ul.menu ul.menu ul.menu a { padding-left: 60px; }
#block-menu-block-site-navigation-menus-1 ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-2 ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a, #block-menu-block-site-navigation-menus-3 ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a, #section-navigation #subnavigation ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a, .block-menu-block ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu a { padding-left: 75px; }

/* Mobile navigation */
#mobile-navigation-wrapper { display: none; }

#mobile-navigation { margin: 0 0px; }
#mobile-navigation .culinks { display: none; }

#mobile-menu > ul, #mobile-menu > ul > li { list-style: none; list-style-image: none; margin: 0; padding: 0; }
#mobile-menu > ul > li > a { display: block; padding: 10px 20px; }

#navigation #main-menu > li { margin: 0; padding: 0; }
#navigation #main-menu > li > a { display: block; float: left; padding: 0 12px; line-height: 40px; }

/* Menu Icons - for block menus, not main, secondary, footer menus */
.menu-icon-text { display: block; }
.menu-icon-text:after { content: ""; display: table; clear: both; }

.hide-text { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }

a.menu__link { display: block; }
a.menu__link:after { content: ""; display: table; clear: both; }
a.menu__link i.fa { float: left; margin-right: 5px; margin-top: 3px; font-size: 120%; }

/* Mobile subnavigation */
.layout-responsive #block-menu-block-site-navigation-menus-4 { display: block; }
@media (min-width: 768px) { .layout-responsive #block-menu-block-site-navigation-menus-4 { display: none; } }

ul.inline.inline-menu { overflow: hidden; flex-direction: row; flex-wrap: wrap; }
ul.inline.inline-menu li { margin: 0; padding: 0; }
ul.inline.inline-menu li a { margin-right: 15px; }

/** 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%; } }
#after-content h2, #after-content .h2, #after-content-2 h2, #after-content-2 .h2 { font-size: 140%; }
#after-content h3, #after-content .h3, #after-content-2 h3, #after-content-2 .h3 { font-size: 130%; }
#after-content h4, #after-content .h4, #after-content-2 h4, #after-content-2 .h4 { font-size: 120%; }
#after-content h5, #after-content .h5, #after-content-2 h5, #after-content-2 .h5 { font-size: 110%; }
#after-content h6, #after-content .h6, #after-content-2 h6, #after-content-2 .h6 { font-size: 100%; }

.footer-section { font-size: 90%; line-height: 1.5; }
.footer-section h2, .footer-section .h2 { font-size: 140%; }
.footer-section h3, .footer-section .h3 { font-size: 130%; }
.footer-section h4, .footer-section .h4 { font-size: 120%; }
.footer-section h5, .footer-section .h5 { font-size: 110%; }
.footer-section h6, .footer-section .h6 { font-size: 100%; }

.node-view-mode-teaser h2, .node-view-mode-teaser h3 { font-size: 120%; }

h1, h1#page-title, #page-title-image-title, .page-title-section h1, .h1 { font-size: 180%; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1 i, h1 em, h1#page-title i, h1#page-title em, #page-title-image-title i, #page-title-image-title em, .page-title-section h1 i, .page-title-section h1 em, .h1 i, .h1 em { font-style: italic; }

@media screen and (min-width: 768px) { h1, h1#page-title, #page-title-image-title, .page-title-section h1, .h1 { font-size: 220%; } }
h1, .h1, h1#page-title, #page-title-image-title, .page-title-section h1, h2, h3, h4, .h2, .h3, .h4 { font-weight: bold; }
h1 strong, h1 b, .h1 strong, .h1 b, h1#page-title strong, h1#page-title b, #page-title-image-title strong, #page-title-image-title b, .page-title-section h1 strong, .page-title-section h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, .h2 strong, .h2 b, .h3 strong, .h3 b, .h4 strong, .h4 b { font-weight: bold; }

h5, h6, .h5, .h6 { font-weight: bold; }

h2.block-title, h2.node-title { font-weight: bold; }

.headings-light h1, .headings-light .h1, .headings-light h1#page-title, .headings-light #page-title-image-title, .headings-light .page-title-section h1, .headings-light h2, .headings-light h2.block-title, .headings-light h2.node-title, .headings-light h3, .headings-light h4, .headings-light h5, .headings-light h6 .h2, .headings-light .h3, .headings-light .h4, .headings-light .h5, .headings-light .h6 { font-weight: normal; }
.headings-light h1 strong, .headings-light h1 b, .headings-light .h1 strong, .headings-light .h1 b, .headings-light h1#page-title strong, .headings-light h1#page-title b, .headings-light #page-title-image-title strong, .headings-light #page-title-image-title b, .headings-light .page-title-section h1 strong, .headings-light .page-title-section h1 b, .headings-light h2 strong, .headings-light h2 b, .headings-light h2.block-title strong, .headings-light h2.block-title b, .headings-light h2.node-title strong, .headings-light h2.node-title b, .headings-light h3 strong, .headings-light h3 b, .headings-light h4 strong, .headings-light h4 b, .headings-light h5 strong, .headings-light h5 b, .headings-light h6 .h2 strong, .headings-light h6 .h2 b, .headings-light .h3 strong, .headings-light .h3 b, .headings-light .h4 strong, .headings-light .h4 b, .headings-light .h5 strong, .headings-light .h5 b, .headings-light .h6 strong, .headings-light .h6 b { 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 400 is regular, 700 is bold. */
strong { font-weight: bold; }

.lead { font-size: 130%; line-height: 1.4; }
.lead strong { font-weight: bold; }

.hero, h2.hero, h3.hero, .exbd-heading-style-hero > .block-inner > .exbd-block-title > .block-title, .exbd-heading-style-hero-bold > .block-inner > .exbd-block-title > .block-title { font-size: 200%; line-height: 1.3; font-weight: normal; }
.hero strong, h2.hero strong, h3.hero strong, .exbd-heading-style-hero > .block-inner > .exbd-block-title > .block-title strong, .exbd-heading-style-hero-bold > .block-inner > .exbd-block-title > .block-title strong { font-weight: 700; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.exbd-heading-style-hero-bold > .block-inner > .exbd-block-title > .block-title { font-weight: 700; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.supersize, h2.supersize, h3.supersize, .exbd-heading-style-supersize > .block-inner > .exbd-block-title > .block-title, .exbd-heading-style-supersize-bold > .block-inner > .exbd-block-title > .block-title { font-size: 320%; line-height: 1.3; font-weight: normal; }
.supersize strong, h2.supersize strong, h3.supersize strong, .exbd-heading-style-supersize > .block-inner > .exbd-block-title > .block-title strong, .exbd-heading-style-supersize-bold > .block-inner > .exbd-block-title > .block-title strong { font-weight: 700; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.exbd-heading-style-supersize-bold > .block-inner > .exbd-block-title > .block-title { font-weight: 700; font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.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; }

h1 + pre, h2 + pre, h3 + pre, h4 + pre, h5 + pre, h6 + pre { margin-top: -30px; }

.messages .element-invisible + pre { margin-top: 0; margin-bottom: 0; }

.field-type-text-with-summary > *:last-child, .field-type-text-long > *:last-child { margin-bottom: 0; }

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; }

.ui-datepicker-next:before { font-family: FontAwesome; content: "\f0a9"; display: block; text-align: center; }

.ui-datepicker-prev:before { font-family: FontAwesome; content: "\f0a8"; display: block; text-align: center; }

/** 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); }

/** Print Only */
#print-site-name { display: none; }

/** Contextual Links */
ul.contextual-links li a:link, ul.contextual-links li a:visited { text-decoration: none !important; }

/** Express/Drupal specific styles */
#navigation-wrapper { display: flex; flex-direction: column-reverse; z-index: 100; }

.section { position: relative; z-index: inherit; }

.layout-responsive .menu-toggle button { background: none; border: none; padding: 0; }

/* Custom Logo */
img.custom-logo, img.cu-custom-logo { width: 100%; height: auto; display: block; }

.banner-white .custom-logo-black, .banner-light .custom-logo-black { display: block; }
.banner-white .custom-logo-white, .banner-light .custom-logo-white { display: none; }

.banner-black .custom-logo-white, .banner-dark .custom-logo-white { display: block; }
.banner-black .custom-logo-black, .banner-dark .custom-logo-black { display: none; }

.main-content-wrapper { padding: 20px 0 !important; }

html.js input.form-autocomplete { background-image: url(../images/autocomplete.gif); background-position: 98% 45%; background-repeat: no-repeat; }

html.js input.throbbing { background-image: url(../images/throbber.gif); background-position: 98% 45%; background-repeat: no-repeat; }

#block-cu-site-info-site-info h2.block-title a { color: #cfb87c; text-decoration: none; }
#block-cu-site-info-site-info h2.block-title a:hover { color: #fff; }

#cu-footer { font-size: 90%; }
#cu-footer img { max-width: 240px; width: 100%; height: auto; display: block; }
#cu-footer a.cu-boulder-homepage-link { color: #cfb87c; text-decoration: none; }
#cu-footer a.cu-boulder-homepage-link:hover { color: #fff; }

.express-site-type-sport_club .site-name-wrapper { background-image: url(../images/cu-buffs-logo.png); background-repeat: no-repeat; background-position: left center; background-size: 30px 22px; padding-left: 40px; min-height: 22px; }
@media screen and (min-width: 768px) { .express-site-type-sport_club .site-name-wrapper { background-size: 45px 33px; padding-left: 55px; min-height: 33px; } }

#navigation { position: relative; }
#navigation nav { display: flex; flex-direction: row; justify-content: space-between; }

.navigation-wrapper li.mega-menu-link .mega-menu-wrapper { position: absolute; top: 100%; z-index: 100; width: 100%; }
li.mega-menu-link .mega-menu-wrapper { display: none; }
li.mega-menu-link .mega-menu-wrapper ul, li.mega-menu-link .mega-menu-wrapper li { display: block; padding: 0; }
li.mega-menu-link .mega-menu-wrapper ul a, li.mega-menu-link .mega-menu-wrapper li a { display: block; }
li.mega-menu-link .mega-menu-wrapper ul { margin: 0; }
li.mega-menu-link .mega-menu-wrapper li { margin: 0 0 10px 0; }
li.mega-menu-link .mega-menu-wrapper li:last-child { margin: 0; }
li.mega-menu-link .mega-menu-wrapper .field-name-field-mega-menu-link-desc { font-size: 75%; }

a.mega-menu-link:after { content: '\f107'; font-family: "Font Awesome 5 Free", "FontAwesome"; margin-left: 5px; opacity: .5; font-size: 75%; line-height: 1; }

@media screen and (min-width: 768px) { .region-content-sidebar-right { width: 50%; float: right; padding-left: 20px; }
  .region-content-sidebar-left { width: 50%; float: left; padding-right: 20px; } }
/* generic view modes */
.node-view-mode-teaser { margin-bottom: 20px; border-bottom: 1px solid rgba(128, 128, 128, 0.333); padding-bottom: 20px; }

.node-view-mode-teaser-content { overflow: hidden; }

.node-view-mode-title a { display: block; padding: 5px 0; }

.node-summary { padding: 5px 0 20px; }

.node-summary .more-link { white-space: nowrap; }

.node-summary .more-link:before { content: " "; }

.node-view-mode-sidebar { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(128, 128, 128, 0.333); }

.list-node-list li:last-child .node-view-mode-sidebar { border: none; margin-bottom: 0; padding-bottom: 0; }

.node-view-mode-sidebar-content { overflow: hidden; }
.node-view-mode-sidebar-content:after { content: ""; display: table; clear: both; }

.node-view-mode-embed { margin-bottom: 20px; border-bottom: 1px solid rgba(128, 128, 128, 0.333); padding-bottom: 20px; }

.cu-box { overflow: hidden; }

.layout-fixed .mobile-menu-toggle { display: none !important; }

/* Responsive Preview */
.responsive-notice { display: none; }

.responsive-preview-frame .tabs, .responsive-preview-frame .express-messages { display: none; }

.responsive-preview-frame .responsive-notice { padding: 20px; display: block; background: #f2f2f2; color: #333 !important; border-bottom: 1px solid #222; font-size: 85%; }
.responsive-preview-frame .responsive-notice p { margin-bottom: 10px; }
.responsive-preview-frame .responsive-notice a { display: inline-block; padding: 5px 10px; color: #fff; background-color: #0277BD; }

.node-unpublished #main-content-wrapper { background: #FFEBEE; }

/*# sourceMappingURL=ucb.css.map */
