@charset "UTF-8";
/* ORDER IS IMPORTANT HERE - THIS ALLOW STYLES TO BE OVERWRITTEN IN SOME CASES */
@font-face { font-family: open-sans; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-Regular.ttf); font-weight: 400; }

@font-face { font-family: open-sans-bold; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-Bold.ttf); font-weight: 400; }

@font-face { font-family: open-sans-bold-italic; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-BoldItalic.ttf); font-weight: 400; }

@font-face { font-family: open-sans-extra-bold; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-ExtraBold.ttf); font-weight: 400; }

@font-face { font-family: open-sans-extra-bold-italic; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-ExtraBoldItalic.ttf); font-weight: 400; }

@font-face { font-family: open-sans-italic; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-Italic.ttf); font-weight: 400; }

@font-face { font-family: open-sans-light; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-Light.ttf); font-weight: 400; }

@font-face { font-family: open-sans-light-italic; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-LightItalic.ttf); font-weight: 400; }

@font-face { font-family: open-sans-semi-bold; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-SemiBold.ttf); font-weight: 400; }

@font-face { font-family: open-sans-semi-bold-italic; src: url(https://www.caferioaptos.com/wp-content/themes/gravity-zero/fonts/OpenSans-SemiBoldItalic.ttf); font-weight: 400; }

/** Foundation for Sites Version 6.6.3 https://get.foundation Licensed under MIT Open Source */
/* Themes */
/* Light Theme */
/* Dark Theme */
/*
$gz-base: #454545;
$gz-opposing-base: #f9f9f9;
$gz-green: #25c151;
$gz-blue: #4d7ea0;
$gz-drk-gray: #343434;
$gz-space-gray: #454545;
$gz-med-gray: #CCCCCC;
$gz-lt-gray: #f4f4f4;
*/
/* color variable definitions to align with foundation _color mixin  */
/* Media Queries */
/* Needs to go right after foundation, before main and other dependant imports */
/* COLORS */
.xlt-gray { color: #f4f4f4; }

/*ERROR MESSAGES */
div.wpcf7-validation-errors { border-color: #e7931c; }

/* PADDING and MARGINS */
.sect-padding { padding: 50px 0; }

.sect-padding-top { padding-top: 50px; }

.sect-padding-bottom { padding-bottom: 50px; }

.ta-center { text-align: center; }

.ta-left { text-align: left; }

.ta-right { text-align: right; }

.float-left { float: left; }

.float-right { float: right; }

.divider { width: 80%; border-bottom: 1px solid #CCC; display: block; }

.divider.ta-center { margin: auto; }

/* MIXINS */
/* Global Styles */
/* Foundation Extended Classes */
.row.full-width { width: 100% !important; }

/* Global Style Definitions */
.base-color { color: #F9F9F9; }

.opposing-base-color { color: #343434; }

.gz-green { color: #25c151; }

.gz-blue { color: #0c5c94; }

.gz-drk-gray { color: #343434; }

.gz-space-gray { color: #454545; }

.gz-med-gray { color: #666666; }

.gz-lt-gray { color: #CCCCCC; }

.gz-xlt-gray { color: #f4f4f4; }

.gz-white { color: #FFFFFF; }

.gz-black { color: #000000; }

.base-color.bkgd-fill { background-color: #F9F9F9; color: #343434; }

.primary.bkgd-fill { background-color: #0c5c94; }

.secondary.bkgd-fill { background-color: #3b6b90; color: #FFFFFF; }

.success.bkgd-fill { background-color: #3adb76; }

.warning.bkgd-fill { background-color: #ffae00; }

.alert.bkgd-fill { background-color: #cc4b37; }

.gz-green.bkgd-fill { background-color: #25c151; color: #FFFFFF; }

.gz-blue.bkgd-fill { background-color: #0c5c94; color: #FFFFFF; }

.gz-drk-gray.bkgd-fill { background-color: #343434; color: #FFFFFF; }

.gz-space-gray.bkgd-fill { background-color: #454545; color: #FFFFFF; }

.gz-med-gray.bkgd-fill { background-color: #666666; color: #FFFFFF; }

.gz-lt-gray.bkgd-fill { background-color: #CCCCCC; color: #666666; }

.gz-xlt-gray.bkgd-fill { background-color: #f4f4f4; color: #666666; }

/* Buttons */
.button { text-transform: uppercase; font-family: 'colfax-medium'; }

button:focus { outline: 0; }

.button.gz-green { color: #FFFFFF !important; }

.button.gz-green-outline { color: #25c151 !important; border: 2px solid #25c151; background: none !important; box-sizing: border-box; }

.button.gz-green-outline:hover { color: #FFFFFF !important; border: 2px solid #25c151; background-color: #25c151 !important; }

.button.gz-blue { color: #FFFFFF !important; }

.button.gz-blue-outline { color: #0c5c94 !important; border: 2px solid #0c5c94; background: none !important; box-sizing: border-box; }

.button.gz-blue-outline:hover { color: #FFFFFF !important; border: 2px solid #0c5c94; background-color: #0c5c94 !important; }

.button.gz-drk-gray { color: #FFFFFF !important; }

.button.gz-drk-gray-outline { color: #343434 !important; border: 2px solid #343434; background: none !important; box-sizing: border-box; }

.button.gz-drk-gray-outline:hover { color: #FFFFFF !important; border: 2px solid #343434; background-color: #343434 !important; }

.button.gz-white { color: #666666 !important; border: 2px solid #FFFFFF; background: #FFFFFF !important; box-sizing: border-box; }

.button.gz-white:hover { color: #666666 !important; border: 2px solid #fafafa; background-color: #fafafa !important; }

.button.gz-white-outline { color: #FFFFFF !important; border: 2px solid #FFFFFF; background: none !important; box-sizing: border-box; }

.button.gz-white-outline:hover { color: #666666 !important; border: 2px solid #FFFFFF; background-color: #FFFFFF !important; }

/*Code blocks <pre><xmp>

These should be wrapped in <pre class="prettyprint"></pre> tags. Be very causios when using tabs in here as prettyprint will honor them in the HTML
*/
pre.prettyprint:before { font-family: 'FontAwesome'; content: "\f121"; /*content: "{}";*/ display: block; font-size: 2.2em; color: #FFFFFF; width: 60px; height: 60px; float: left; border: 1px #ccc solid; margin: -45px 0px 0 -65px; background: #343434; border-radius: 50%; padding-left: 10px; padding-top: 2px; position: absolute; }

pre.prettyprint { border: none !important; border-left: 2px solid #cccccc !important; padding-left: 35px !important; padding-top: 21px !important; padding-bottom: 20px !important; margin-top: 40px !important; margin-left: 30px !important; overflow-x: scroll; background: #343434 !important; margin-bottom: 15px; }

pre xmp { font-size: 1.3rem !important; margin: 0 !important; }

/* Sliders Nav*/
/*.btn-orbit  { background: red; background: url(../assets/img/playhead.png) no-repeat; border: 2px solid $gz-med-gray-color !important; width: 64px !important; height: 64px !important; } .btn-orbit.is-active  { background-color: $gz-med-gray-color !important; background-image: url(../assets/img/playhead.png) no-repeat; }*/
/* Forms */
/*[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important; } [type='text']:hover { box-shadow: 0 7px 24px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.24); } */
/* Shadows */
.mat-shadow-1 { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.mat-shadow-ani-sml-1 { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; }

.mat-shadow-ani-sml-1:hover { box-shadow: 0 7px 24px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.24); }

.mat-shadow-ani-1 { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; }

.mat-shadow-ani-1:hover { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.24); }

.mat-shadow-ani-2 { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.mat-shadow-ani-2:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.mat-shadow-2 { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.mat-shadow-3 { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/* header */
#nav-wrapper { transition: all 225ms ease-in; background: rgba(22, 22, 22, 0.7); width: 100%; z-index: 5000; }

#nav-wrapper .logo-wrapper { margin-top: 5px; width: 90px; float: left; }

#nav-wrapper ul { list-style-type: none; margin: 0; float: right; }

#nav-wrapper ul li { float: left; }

#nav-wrapper ul a { float: left; padding: 0px 40px; line-height: 80px; text-transform: uppercase; letter-spacing: 1px; }

#nav-wrapper .main-nav.light a { color: #f4f4f4; }

#nav-wrapper .main-nav.dark a { color: #343434; }

#nav-wrapper .hamburger { float: right; padding: 0px 20px; line-height: 80px; font-size: 2rem; display: none; }

#nav-wrapper .hamburger.light { color: #f4f4f4; }

#nav-wrapper .hamburger.dark { color: #343434; }

#nav-wrapper.fixed, #nav-wrapper.absolute { z-index: 5000; }

#nav-wrapper.fixed { position: fixed; }

#nav-wrapper.absolute { position: absolute; }

@media only screen and (max-width: 1024px) { #nav-wrapper { background: rgba(22, 22, 22, 0.9); }
  #nav-wrapper #menu-main-menu { display: none; }
  #nav-wrapper ul#menu-main-menu { list-style-type: none; margin: 0; width: 100%; position: absolute; top: 80px; left: 0; background: rgba(22, 22, 22, 0.9); float: none; }
  #nav-wrapper ul#menu-main-menu li { float: none; }
  #nav-wrapper ul#menu-main-menu a { float: none; width: 100%; padding: 0px 40px; line-height: 80px; text-transform: uppercase; letter-spacing: 1px; }
  #nav-wrapper .hamburger { display: block; } }

/* Footer */
#footer { width: 100%; background-color: #343434; min-height: 300px; }

#footer .footer-hours { color: #CCCCCC; }

#footer .footer-hours h2, #footer .footer-hours p { color: #CCCCCC; }

#footer .footer-nav ul { margin-left: 0; }

#footer .footer-nav li { float: left; padding: 10px 20px; }

#footer .footer-nav li a { color: #CCCCCC; transition: color 100ms ease-in-out; }

#footer .footer-nav li:first-child { padding: 10px 20px 10px 0; }

#footer .footer-nav li:hover a { color: #0c5c94; }

#footer .social-icons i { color: #CCCCCC; border: 2px solid #CCCCCC; transition: color 100ms ease-in-out; margin: 20px; }

#footer .social-icons i:hover { color: #0c5c94; border-color: #0c5c94; }

#footer .social-icons:first-child i { margin-left: 0; }

#post-footer { width: 100%; background: #252525; display: block; text-align: center; }

#post-footer p { color: #666666; padding: 20px 0; font-size: .825em; }

/* Page Default Styles */
#hero { width: 100%; min-height: 600px; background-size: cover; position: relative; background-position: center center; }

#hero .hero-copy { width: 90%; max-width: 550px; position: absolute; top: 50%; left: 50%; text-align: center; color: #FFFFFF; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#hero .hero-copy img.hero-logo { max-width: 300px; width: 90%; margin-left: 5%; }

.grecaptcha-badge { visibility: hidden; }

/* video-half-stack */
.pd-video-half-stack { background-color: #343434; position: relative; min-height: 400px; /* Foundation Breakpoint */ }

.pd-video-half-stack .vid-bkgd { position: absolute; bottom: 0; left: 0; height: 100%; width: 50%; background-color: #454545; background-size: cover; background-position: center center; float: left; }

.pd-video-half-stack .vid-bkgd .lrg-playhead { transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out; box-sizing: initial; -webkit-backface-visibility: hidden; opacity: 0.6; position: absolute; width: 100px; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.pd-video-half-stack .vid-bkgd .lrg-playhead:hover { opacity: .8; }

.pd-video-half-stack .copy-wrapper { padding-top: 150px; padding-bottom: 20px; }

@media only screen and (max-width: 640px) { .pd-video-half-stack .vid-bkgd { position: relative; bottom: 0; left: 0; height: 250px; width: 100%; background-color: #454545; background-size: cover; background-position: center center; float: none; }
  .pd-video-half-stack .copy-wrapper { padding-top: 50px; padding-bottom: 20px; } }

.pd-video-half-stack-modal { max-width: 815px; max-height: 458px; width: 90%; height: 90%; position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.pd-video-half-stack-modal .btn-close-modal { position: absolute; top: -60px; right: 20px; height: 50px; width: 50px; text-align: center; display: block; }

.pd-video-half-stack-modal .btn-close-modal .fa-close { line-height: 50px; font-size: 3.4em; color: #FFF; }

.pd-video-half-stack-modal .btn-close-modal .fa-close:hover { color: #EEE; cursor: default; }

/* pd-video-repeater */
.pd-video-repeater { width: 100%; position: relative; overflow: hidden; }

.pd-video-repeater .vid-bkgd { position: relative; height: 150px; background-size: cover; background-position: center center; }

.pd-video-repeater .vid-bkgd .logo { width: 50%; max-width: 180px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.pd-video-repeater .vid-bkgd .overlay { opacity: 0; position: absolute; height: 100%; width: 100%; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); }

.pd-video-repeater .vid-bkgd .overlay .lrg-playhead { width: 50px; opacity: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.pd-video-repeater .vid-bkgd .overlay:hover { opacity: 1; }

.pd-video-repeater .copy-wrapper { height: 135px; overflow: visible; }

.pd-video-repeater .copy-wrapper img { margin-top: 10px; width: 40%; }

.pd-video-repeater .copy-wrapper h2 { font-size: 1em; margin-top: 0px; padding: 5px; }

/* video-collection */
.pd-video-collection { width: 100%; position: relative; height: 650px; background: #454545; /*margin-top: 100px;*/ overflow: hidden; }

.bkgd-video-single { display: none; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; }

.video-holder { display: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; /*.fluidvids { top: 100%; transform: translateY(-100%); margin: auto; }*/ }

.video-holder iframe { width: 100%; /*max-width: 1100px; height: 650px; left:50%; transform: translateX(-50%);*/ }

.video-holder .close-video { position: absolute; padding-top: 8px; top: 40px; right: 10px; font-size: 2.5em; width: 50px; height: 50px; background: url(https://www.caferioaptos.com/assets/img/bkgd-blk-70-percent.png) repeat; display: inline-block; text-align: center; color: #FFF; z-index: 9999999; cursor: pointer; }

.video-copy-wrapper { display: table; height: 100%; }

.video-copy { vertical-align: middle; display: table-cell; text-align: center; max-width: 750px; margin: auto; }

.video-copy p { color: #FFF; font-weight: bold; }

.video-copy p.vid-quotee { text-transform: uppercase; color: #FFF; }

.video-copy img.lrg-playhead { width: 75px; opacity: .7; padding: 20px 0; }

.video-copy img.lrg-playhead:hover { opacity: 1; }

.video-buttons { z-index: 99999; text-align: center; margin-top: -40px; position: relative; }

.video-buttons .video-icon-wrapper { display: inline-block; width: 100px; height: 120px; }

.video-buttons .video-icon-wrapper .video-icon { display: inline-block; background-size: 75px, 75px; background-position: center, center; width: 75px; height: 75px; border-radius: 50%; border: 2px solid #FFF; }

.video-buttons .video-icon-wrapper .video-icon img.video-button { width: 71px; height: 71px; border-radius: 50%; opacity: .4; }

.video-buttons .video-icon-wrapper .video-icon img.video-button:hover { opacity: .2; }

.video-buttons .video-icon-wrapper .video-icon img.video-button.is-active { opacity: 0; }

.video-buttons .video-icon-wrapper img.video-logo { width: 90px; height: 30px; margin-top: 10px; }

.bkgd-video-single.is-active { display: block; }

/* Foundation Breakpoint */
@media only screen and (max-width: 640px) { .pd-video-collection { height: 350px; }
  .video-buttons .video-icon-wrapper { display: inline-block; width: 80px; }
  .video-copy img.lrg-playhead { width: 50px; padding: 10px 0; } }

/* Menu */
#menu #hero { min-height: 450px; position: relative; }

#menu ul.items { list-style-type: none; -webkit-columns: 2; -moz-columns: 2; columns: 2; }

#menu .item h3.label { margin-left: -15px; margin-bottom: 10px; }

#menu .item h4 { margin-bottom: 0; }

#menu .item-copy-wrapper { width: 80%; display: inline-block; vertical-align: top; }

#menu .item-price-wrapper { width: 10%; display: inline-block; text-align: right; vertical-align: top; }

#menu .bottom-copy { margin-top: 50px; }

@media only screen and (max-width: 640px) { #menu #menu-items h3 { font-size: 1.6rem; }
  #menu #menu-items h4 { font-size: 1.3rem; } }

@media only screen and (max-width: 480px) { #menu ul.items { -webkit-columns: 1; -moz-columns: 1; columns: 1; } }

#menu .menu-menu { display: inline-block; position: relative; width: 100%; text-align: center; margin-bottom: 20px; }

#menu .menu-menu ul { list-style-type: none; padding: 0; text-align: center; margin: 15px 0 0 0; line-height: 1em; width: 100%; }

#menu .menu-menu ul li { display: block; float: left; cursor: pointer; padding: 0px 20px; margin: 0; /*a:before { font-family: 'FontAwesome'; content: "\f121"; }*/ }

#menu .menu-menu ul li a { display: inline-block; width: 100%; height: 100%; padding: 20px 35px; cursor: pointer; color: #666666; border-bottom: 3px solid #f4f4f4; transition: all 225ms ease-in; }

#menu .menu-menu ul li a:hover { color: #454545; border-bottom: 3px solid #454545; }

@media only screen and (max-width: 768px) { #menu .menu-menu ul li { width: 100%; }
  #menu .menu-menu ul li a { display: block; } }

/* Elements */
#page-elements .wrapper-color-palette h4 { display: block; border-top: #f4f4f4 solid 1px; margin-top: 15px; padding-top: 5px; }

#page-elements .wrapper-color-palette .base-color { border: 1px solid #CCCCCC; }

#page-elements .palette-box { height: 100px; }

#page-elements h2 { margin-top: 55px; }

/* Home Page */
#home-page #hero { min-height: 650px; }

#home-page #hero .hero-copy h1, #home-page #hero .hero-copy h2 { text-transform: uppercase; margin-bottom: 0; line-height: 1em; font-family: open-sans-semi-bold, 'helvetica'; }

#home-page #hero .hero-copy h1 small, #home-page #hero .hero-copy h2 small { color: #FFFFFF; }

#home-page #hero .hero-copy img { margin-bottom: 15px; }

#home-page #hours { padding: 50px 0; }

/* Bar */
.page-bar #hero { background-position: top center; }

/* Contact */
.contact-hours { padding: 20px 30px !important; }

.social-icons { color: #e7931c; display: inherit; margin: auto; }

.social-icons i { width: 30px; height: 30px; padding: 5px; margin: 10px; border: 2px solid #e7931c; text-align: center; border-radius: 50%; }

.gift-card { border-radius: 8px; }

a.button { line-height: 40px; padding: 0 20px; text-align: center; }

/* Contact Form 7 Butttons */
.wpcf7-form-control.wpcf7-submit { color: #FFFFFF; border: 2px solid #0c5c94; background: #0c5c94; box-sizing: border-box; line-height: 40px; padding: 0 30px; text-align: center; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

.foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html { box-sizing: border-box; font-size: 100%; }

*, *::before, *::after { box-sizing: inherit; }

body { margin: 0; padding: 0; background: #F9F9F9; font-family: open-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #343434; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 4px; }

select { box-sizing: border-box; width: 100%; border-radius: 4px; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 4px; background: transparent; line-height: 1; cursor: auto; }

[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 75rem; margin-right: auto; margin-left: auto; }

.row::before, .row::after { display: table; content: ' '; }

.row::after { clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }

.row .row { margin-right: -0.625rem; margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }

.row .row.collapse { margin-right: 0; margin-left: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-right: auto; margin-left: auto; }

.row:not(.expanded) .row { max-width: none; }

.row.gutter-small > .column, .row.gutter-small > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }

.row.gutter-medium > .column, .row.gutter-medium > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }

.column, .columns { width: 100%; float: left; padding-right: 0.625rem; padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: left; clear: none; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child { float: left; }

.column.row.row, .row.row.columns { float: none; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { width: 8.33333%; }

.small-push-1 { position: relative; left: 8.33333%; }

.small-pull-1 { position: relative; left: -8.33333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { width: 16.66667%; }

.small-push-2 { position: relative; left: 16.66667%; }

.small-pull-2 { position: relative; left: -16.66667%; }

.small-offset-1 { margin-left: 8.33333%; }

.small-3 { width: 25%; }

.small-push-3 { position: relative; left: 25%; }

.small-pull-3 { position: relative; left: -25%; }

.small-offset-2 { margin-left: 16.66667%; }

.small-4 { width: 33.33333%; }

.small-push-4 { position: relative; left: 33.33333%; }

.small-pull-4 { position: relative; left: -33.33333%; }

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

.small-5 { width: 41.66667%; }

.small-push-5 { position: relative; left: 41.66667%; }

.small-pull-5 { position: relative; left: -41.66667%; }

.small-offset-4 { margin-left: 33.33333%; }

.small-6 { width: 50%; }

.small-push-6 { position: relative; left: 50%; }

.small-pull-6 { position: relative; left: -50%; }

.small-offset-5 { margin-left: 41.66667%; }

.small-7 { width: 58.33333%; }

.small-push-7 { position: relative; left: 58.33333%; }

.small-pull-7 { position: relative; left: -58.33333%; }

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

.small-8 { width: 66.66667%; }

.small-push-8 { position: relative; left: 66.66667%; }

.small-pull-8 { position: relative; left: -66.66667%; }

.small-offset-7 { margin-left: 58.33333%; }

.small-9 { width: 75%; }

.small-push-9 { position: relative; left: 75%; }

.small-pull-9 { position: relative; left: -75%; }

.small-offset-8 { margin-left: 66.66667%; }

.small-10 { width: 83.33333%; }

.small-push-10 { position: relative; left: 83.33333%; }

.small-pull-10 { position: relative; left: -83.33333%; }

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

.small-11 { width: 91.66667%; }

.small-push-11 { position: relative; left: 91.66667%; }

.small-pull-11 { position: relative; left: -91.66667%; }

.small-offset-10 { margin-left: 83.33333%; }

.small-12 { width: 100%; }

.small-offset-11 { margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns { float: left; width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }

.small-up-2 > .column, .small-up-2 > .columns { float: left; width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }

.small-up-3 > .column, .small-up-3 > .columns { float: left; width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }

.small-up-4 > .column, .small-up-4 > .columns { float: left; width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns { float: left; width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }

.small-up-6 > .column, .small-up-6 > .columns { float: left; width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }

.small-up-7 > .column, .small-up-7 > .columns { float: left; width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }

.small-up-8 > .column, .small-up-8 > .columns { float: left; width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-collapse .row { margin-right: 0; margin-left: 0; }

.expanded.row .small-collapse.row { margin-right: 0; margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }

.small-centered { margin-right: auto; margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) { float: none; clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 { position: static; margin-right: 0; margin-left: 0; }

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) { float: left; clear: none; }

.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) { float: right; }

@media print, screen and (min-width: 40em) { .medium-1 { width: 8.33333%; }
  .medium-push-1 { position: relative; left: 8.33333%; }
  .medium-pull-1 { position: relative; left: -8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { width: 16.66667%; }
  .medium-push-2 { position: relative; left: 16.66667%; }
  .medium-pull-2 { position: relative; left: -16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { width: 25%; }
  .medium-push-3 { position: relative; left: 25%; }
  .medium-pull-3 { position: relative; left: -25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { width: 33.33333%; }
  .medium-push-4 { position: relative; left: 33.33333%; }
  .medium-pull-4 { position: relative; left: -33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { width: 41.66667%; }
  .medium-push-5 { position: relative; left: 41.66667%; }
  .medium-pull-5 { position: relative; left: -41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { width: 50%; }
  .medium-push-6 { position: relative; left: 50%; }
  .medium-pull-6 { position: relative; left: -50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { width: 58.33333%; }
  .medium-push-7 { position: relative; left: 58.33333%; }
  .medium-pull-7 { position: relative; left: -58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { width: 66.66667%; }
  .medium-push-8 { position: relative; left: 66.66667%; }
  .medium-pull-8 { position: relative; left: -66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { width: 75%; }
  .medium-push-9 { position: relative; left: 75%; }
  .medium-pull-9 { position: relative; left: -75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { width: 83.33333%; }
  .medium-push-10 { position: relative; left: 83.33333%; }
  .medium-pull-10 { position: relative; left: -83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { width: 91.66667%; }
  .medium-push-11 { position: relative; left: 91.66667%; }
  .medium-pull-11 { position: relative; left: -91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns { float: left; width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns { float: left; width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns { float: left; width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns { float: left; width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns { float: left; width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns { float: left; width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns { float: left; width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns { float: left; width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .medium-collapse.row { margin-right: 0; margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }
  .medium-centered { margin-right: auto; margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) { float: none; clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; margin-right: 0; margin-left: 0; }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) { float: left; clear: none; }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) { float: right; } }

@media print, screen and (min-width: 64em) { .large-1 { width: 8.33333%; }
  .large-push-1 { position: relative; left: 8.33333%; }
  .large-pull-1 { position: relative; left: -8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { width: 16.66667%; }
  .large-push-2 { position: relative; left: 16.66667%; }
  .large-pull-2 { position: relative; left: -16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { width: 25%; }
  .large-push-3 { position: relative; left: 25%; }
  .large-pull-3 { position: relative; left: -25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { width: 33.33333%; }
  .large-push-4 { position: relative; left: 33.33333%; }
  .large-pull-4 { position: relative; left: -33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { width: 41.66667%; }
  .large-push-5 { position: relative; left: 41.66667%; }
  .large-pull-5 { position: relative; left: -41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { width: 50%; }
  .large-push-6 { position: relative; left: 50%; }
  .large-pull-6 { position: relative; left: -50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { width: 58.33333%; }
  .large-push-7 { position: relative; left: 58.33333%; }
  .large-pull-7 { position: relative; left: -58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { width: 66.66667%; }
  .large-push-8 { position: relative; left: 66.66667%; }
  .large-pull-8 { position: relative; left: -66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { width: 75%; }
  .large-push-9 { position: relative; left: 75%; }
  .large-pull-9 { position: relative; left: -75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { width: 83.33333%; }
  .large-push-10 { position: relative; left: 83.33333%; }
  .large-pull-10 { position: relative; left: -83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { width: 91.66667%; }
  .large-push-11 { position: relative; left: 91.66667%; }
  .large-pull-11 { position: relative; left: -91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns { float: left; width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  .large-up-2 > .column, .large-up-2 > .columns { float: left; width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  .large-up-3 > .column, .large-up-3 > .columns { float: left; width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  .large-up-4 > .column, .large-up-4 > .columns { float: left; width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  .large-up-5 > .column, .large-up-5 > .columns { float: left; width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  .large-up-6 > .column, .large-up-6 > .columns { float: left; width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  .large-up-7 > .column, .large-up-7 > .columns { float: left; width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  .large-up-8 > .column, .large-up-8 > .columns { float: left; width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .large-collapse.row { margin-right: 0; margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }
  .large-centered { margin-right: auto; margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) { float: none; clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; margin-right: 0; margin-left: 0; }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) { float: left; clear: none; }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) { float: right; } }

.column-block { margin-bottom: 1.25rem; }

.column-block > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; }
  .column-block > :last-child { margin-bottom: 0; } }

.row { max-width: 75rem; margin-right: auto; margin-left: auto; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.row .row { margin-right: -0.625rem; margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }

.row .row.collapse { margin-right: 0; margin-left: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-right: auto; margin-left: auto; }

.row:not(.expanded) .row { max-width: none; }

.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-right: 0; margin-left: 0; }

.column, .columns { -ms-flex: 1 1 0px; flex: 1 1 0px; padding-right: 0.625rem; padding-left: 0.625rem; min-width: 0; }

@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns { float: none; display: block; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-offset-1 { margin-left: 8.33333%; }

.small-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-offset-2 { margin-left: 16.66667%; }

.small-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

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

.small-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.small-offset-4 { margin-left: 33.33333%; }

.small-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-offset-5 { margin-left: 41.66667%; }

.small-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

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

.small-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.small-offset-7 { margin-left: 58.33333%; }

.small-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.small-offset-8 { margin-left: 66.66667%; }

.small-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

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

.small-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.small-offset-10 { margin-left: 83.33333%; }

.small-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-offset-11 { margin-left: 91.66667%; }

.small-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.small-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns { -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }

.small-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns { -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) { .medium-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .medium-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns { -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .medium-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns { -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-expand { -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns { -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 40em) { .row.medium-unstack > .column, .row.medium-unstack > .columns { -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) { .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) { .large-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .large-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns { -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .large-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns { -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-expand { -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns { -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 64em) { .row.large-unstack > .column, .row.large-unstack > .columns { -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.shrink { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; }

.column-block { margin-bottom: 1.25rem; }

.column-block > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; }
  .column-block > :last-child { margin-bottom: 0; } }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { margin-bottom: 1rem; font-size: inherit; line-height: 1.6; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: open-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-rendering: optimizeLegibility; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small { line-height: 0; color: #cacaca; }

h1, .h1 { font-size: 1.5rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

h2, .h2 { font-size: 1.25rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

h3, .h3 { font-size: 1.1875rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

h4, .h4 { font-size: 1.125rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

h5, .h5 { font-size: 1.0625rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

h6, .h6 { font-size: 1rem; line-height: 1.4; margin-top: 0; margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) { h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2.5rem; }
  h3, .h3 { font-size: 1.9375rem; }
  h4, .h4 { font-size: 1.5625rem; }
  h5, .h5 { font-size: 1.25rem; }
  h6, .h6 { font-size: 1rem; } }

a { line-height: inherit; color: #0c5c94; text-decoration: none; cursor: pointer; }

a:hover, a:focus { color: #0a4f7f; }

a img { border: 0; }

hr { clear: both; max-width: 75rem; height: 0; margin: 1.25rem auto; border-top: 0; border-right: 0; border-bottom: 1px solid #cacaca; border-left: 0; }

ul, ol, dl { margin-bottom: 1rem; list-style-position: outside; line-height: 1.6; }

li { font-size: inherit; }

ul { margin-left: 1.25rem; list-style-type: disc; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #cacaca; }

blockquote, blockquote p { line-height: 1.6; color: #343434; }

abbr, abbr[title] { border-bottom: 1px dotted #000000; cursor: help; text-decoration: none; }

figure { margin: 0; }

kbd { margin: 0; padding: 0.125rem 0.25rem 0; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; color: #000000; border-radius: 4px; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.4; color: #343434; }

.lead { font-size: 125%; line-height: 1.6; }

.stat { font-size: 2.5rem; line-height: 1; }

p + .stat { margin-top: -1rem; }

ul.no-bullet, ol.no-bullet { margin-left: 0; list-style: none; }

.cite-block, cite { display: block; color: #343434; font-size: 0.8125rem; }

.cite-block:before, cite:before { content: "— "; }

.code-inline, code { border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #000000; display: inline; max-width: 100%; word-wrap: break-word; padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block { border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #000000; display: block; overflow: auto; white-space: pre; padding: 1rem; margin-bottom: 1.5rem; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media print, screen and (min-width: 40em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }

@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }

.show-for-print { display: none !important; }

@media print { * { background: transparent !important; color: black !important; -webkit-print-color-adjust: economy; color-adjust: economy; box-shadow: none !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #343434; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .print-break-inside { page-break-inside: auto; } }

.button { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; padding: 0.85em 1em; border: 1px solid transparent; border-radius: 4px; transition: background-color 0.05s ease-out, color 0.05s ease-out; font-family: inherit; font-size: 0.9rem; font-weight: bold; -webkit-appearance: none; line-height: 1; text-align: center; cursor: pointer; }

[data-whatinput='mouse'] .button { outline: 0; }

.button.tiny { font-size: 0.6rem; }

.button.small { font-size: 0.75rem; }

.button.large { font-size: 1.25rem; }

.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus { background-color: #0c5c94; color: #FFFFFF; }

.button:hover, .button:focus { background-color: #0a4e7e; color: #FFFFFF; }

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus { background-color: #0c5c94; color: #FFFFFF; }

.button.primary:hover, .button.primary:focus { background-color: #0a4a76; color: #FFFFFF; }

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus { background-color: #3b6b90; color: #FFFFFF; }

.button.secondary:hover, .button.secondary:focus { background-color: #2f5673; color: #FFFFFF; }

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus { background-color: #3adb76; color: #000000; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #000000; }

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus { background-color: #ffae00; color: #000000; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #000000; }

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus { background-color: #cc4b37; color: #000000; }

.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #000000; }

.button.gz-base-color, .button.gz-base-color.disabled, .button.gz-base-color[disabled], .button.gz-base-color.disabled:hover, .button.gz-base-color[disabled]:hover, .button.gz-base-color.disabled:focus, .button.gz-base-color[disabled]:focus { background-color: #F9F9F9; color: #000000; }

.button.gz-base-color:hover, .button.gz-base-color:focus { background-color: #c7c7c7; color: #000000; }

.button.gz-opposing-base-color, .button.gz-opposing-base-color.disabled, .button.gz-opposing-base-color[disabled], .button.gz-opposing-base-color.disabled:hover, .button.gz-opposing-base-color[disabled]:hover, .button.gz-opposing-base-color.disabled:focus, .button.gz-opposing-base-color[disabled]:focus { background-color: #343434; color: #FFFFFF; }

.button.gz-opposing-base-color:hover, .button.gz-opposing-base-color:focus { background-color: #2a2a2a; color: #FFFFFF; }

.button.gz-green, .button.gz-green.disabled, .button.gz-green[disabled], .button.gz-green.disabled:hover, .button.gz-green[disabled]:hover, .button.gz-green.disabled:focus, .button.gz-green[disabled]:focus { background-color: #25c151; color: #000000; }

.button.gz-green:hover, .button.gz-green:focus { background-color: #1e9a41; color: #000000; }

.button.gz-orange, .button.gz-orange.disabled, .button.gz-orange[disabled], .button.gz-orange.disabled:hover, .button.gz-orange[disabled]:hover, .button.gz-orange.disabled:focus, .button.gz-orange[disabled]:focus { background-color: #e7931c; color: #000000; }

.button.gz-orange:hover, .button.gz-orange:focus { background-color: #bb7614; color: #000000; }

.button.gz-blue, .button.gz-blue.disabled, .button.gz-blue[disabled], .button.gz-blue.disabled:hover, .button.gz-blue[disabled]:hover, .button.gz-blue.disabled:focus, .button.gz-blue[disabled]:focus { background-color: #0c5c94; color: #FFFFFF; }

.button.gz-blue:hover, .button.gz-blue:focus { background-color: #0a4a76; color: #FFFFFF; }

.button.gz-drk-gray, .button.gz-drk-gray.disabled, .button.gz-drk-gray[disabled], .button.gz-drk-gray.disabled:hover, .button.gz-drk-gray[disabled]:hover, .button.gz-drk-gray.disabled:focus, .button.gz-drk-gray[disabled]:focus { background-color: #343434; color: #FFFFFF; }

.button.gz-drk-gray:hover, .button.gz-drk-gray:focus { background-color: #2a2a2a; color: #FFFFFF; }

.button.gz-space-gray, .button.gz-space-gray.disabled, .button.gz-space-gray[disabled], .button.gz-space-gray.disabled:hover, .button.gz-space-gray[disabled]:hover, .button.gz-space-gray.disabled:focus, .button.gz-space-gray[disabled]:focus { background-color: #454545; color: #FFFFFF; }

.button.gz-space-gray:hover, .button.gz-space-gray:focus { background-color: #373737; color: #FFFFFF; }

.button.gz-med-gray, .button.gz-med-gray.disabled, .button.gz-med-gray[disabled], .button.gz-med-gray.disabled:hover, .button.gz-med-gray[disabled]:hover, .button.gz-med-gray.disabled:focus, .button.gz-med-gray[disabled]:focus { background-color: #666666; color: #FFFFFF; }

.button.gz-med-gray:hover, .button.gz-med-gray:focus { background-color: #525252; color: #FFFFFF; }

.button.gz-lt-gray, .button.gz-lt-gray.disabled, .button.gz-lt-gray[disabled], .button.gz-lt-gray.disabled:hover, .button.gz-lt-gray[disabled]:hover, .button.gz-lt-gray.disabled:focus, .button.gz-lt-gray[disabled]:focus { background-color: #CCCCCC; color: #000000; }

.button.gz-lt-gray:hover, .button.gz-lt-gray:focus { background-color: #a3a3a3; color: #000000; }

.button.gz-xlt-gray, .button.gz-xlt-gray.disabled, .button.gz-xlt-gray[disabled], .button.gz-xlt-gray.disabled:hover, .button.gz-xlt-gray[disabled]:hover, .button.gz-xlt-gray.disabled:focus, .button.gz-xlt-gray[disabled]:focus { background-color: #f4f4f4; color: #000000; }

.button.gz-xlt-gray:hover, .button.gz-xlt-gray:focus { background-color: #c3c3c3; color: #000000; }

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus { border: 1px solid #0c5c94; color: #0c5c94; }

.button.hollow:hover, .button.hollow:focus { border-color: #062e4a; color: #062e4a; }

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus { border: 1px solid #0c5c94; color: #0c5c94; }

.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #062e4a; color: #062e4a; }

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus { border: 1px solid #3b6b90; color: #3b6b90; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #1e3648; color: #1e3648; }

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }

.button.hollow.gz-base-color, .button.hollow.gz-base-color.disabled, .button.hollow.gz-base-color[disabled], .button.hollow.gz-base-color.disabled:hover, .button.hollow.gz-base-color[disabled]:hover, .button.hollow.gz-base-color.disabled:focus, .button.hollow.gz-base-color[disabled]:focus { border: 1px solid #F9F9F9; color: #F9F9F9; }

.button.hollow.gz-base-color:hover, .button.hollow.gz-base-color:focus { border-color: #7d7d7d; color: #7d7d7d; }

.button.hollow.gz-opposing-base-color, .button.hollow.gz-opposing-base-color.disabled, .button.hollow.gz-opposing-base-color[disabled], .button.hollow.gz-opposing-base-color.disabled:hover, .button.hollow.gz-opposing-base-color[disabled]:hover, .button.hollow.gz-opposing-base-color.disabled:focus, .button.hollow.gz-opposing-base-color[disabled]:focus { border: 1px solid #343434; color: #343434; }

.button.hollow.gz-opposing-base-color:hover, .button.hollow.gz-opposing-base-color:focus { border-color: #1a1a1a; color: #1a1a1a; }

.button.hollow.gz-green, .button.hollow.gz-green.disabled, .button.hollow.gz-green[disabled], .button.hollow.gz-green.disabled:hover, .button.hollow.gz-green[disabled]:hover, .button.hollow.gz-green.disabled:focus, .button.hollow.gz-green[disabled]:focus { border: 1px solid #25c151; color: #25c151; }

.button.hollow.gz-green:hover, .button.hollow.gz-green:focus { border-color: #136129; color: #136129; }

.button.hollow.gz-orange, .button.hollow.gz-orange.disabled, .button.hollow.gz-orange[disabled], .button.hollow.gz-orange.disabled:hover, .button.hollow.gz-orange[disabled]:hover, .button.hollow.gz-orange.disabled:focus, .button.hollow.gz-orange[disabled]:focus { border: 1px solid #e7931c; color: #e7931c; }

.button.hollow.gz-orange:hover, .button.hollow.gz-orange:focus { border-color: #754a0c; color: #754a0c; }

.button.hollow.gz-blue, .button.hollow.gz-blue.disabled, .button.hollow.gz-blue[disabled], .button.hollow.gz-blue.disabled:hover, .button.hollow.gz-blue[disabled]:hover, .button.hollow.gz-blue.disabled:focus, .button.hollow.gz-blue[disabled]:focus { border: 1px solid #0c5c94; color: #0c5c94; }

.button.hollow.gz-blue:hover, .button.hollow.gz-blue:focus { border-color: #062e4a; color: #062e4a; }

.button.hollow.gz-drk-gray, .button.hollow.gz-drk-gray.disabled, .button.hollow.gz-drk-gray[disabled], .button.hollow.gz-drk-gray.disabled:hover, .button.hollow.gz-drk-gray[disabled]:hover, .button.hollow.gz-drk-gray.disabled:focus, .button.hollow.gz-drk-gray[disabled]:focus { border: 1px solid #343434; color: #343434; }

.button.hollow.gz-drk-gray:hover, .button.hollow.gz-drk-gray:focus { border-color: #1a1a1a; color: #1a1a1a; }

.button.hollow.gz-space-gray, .button.hollow.gz-space-gray.disabled, .button.hollow.gz-space-gray[disabled], .button.hollow.gz-space-gray.disabled:hover, .button.hollow.gz-space-gray[disabled]:hover, .button.hollow.gz-space-gray.disabled:focus, .button.hollow.gz-space-gray[disabled]:focus { border: 1px solid #454545; color: #454545; }

.button.hollow.gz-space-gray:hover, .button.hollow.gz-space-gray:focus { border-color: #232323; color: #232323; }

.button.hollow.gz-med-gray, .button.hollow.gz-med-gray.disabled, .button.hollow.gz-med-gray[disabled], .button.hollow.gz-med-gray.disabled:hover, .button.hollow.gz-med-gray[disabled]:hover, .button.hollow.gz-med-gray.disabled:focus, .button.hollow.gz-med-gray[disabled]:focus { border: 1px solid #666666; color: #666666; }

.button.hollow.gz-med-gray:hover, .button.hollow.gz-med-gray:focus { border-color: #333333; color: #333333; }

.button.hollow.gz-lt-gray, .button.hollow.gz-lt-gray.disabled, .button.hollow.gz-lt-gray[disabled], .button.hollow.gz-lt-gray.disabled:hover, .button.hollow.gz-lt-gray[disabled]:hover, .button.hollow.gz-lt-gray.disabled:focus, .button.hollow.gz-lt-gray[disabled]:focus { border: 1px solid #CCCCCC; color: #CCCCCC; }

.button.hollow.gz-lt-gray:hover, .button.hollow.gz-lt-gray:focus { border-color: #666666; color: #666666; }

.button.hollow.gz-xlt-gray, .button.hollow.gz-xlt-gray.disabled, .button.hollow.gz-xlt-gray[disabled], .button.hollow.gz-xlt-gray.disabled:hover, .button.hollow.gz-xlt-gray[disabled]:hover, .button.hollow.gz-xlt-gray.disabled:focus, .button.hollow.gz-xlt-gray[disabled]:focus { border: 1px solid #f4f4f4; color: #f4f4f4; }

.button.hollow.gz-xlt-gray:hover, .button.hollow.gz-xlt-gray:focus { border-color: #7a7a7a; color: #7a7a7a; }

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { border-color: transparent; background-color: transparent; }

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus { color: #0c5c94; }

.button.clear:hover, .button.clear:focus { color: #062e4a; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus { color: #0c5c94; }

.button.clear.primary:hover, .button.clear.primary:focus { color: #062e4a; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus { color: #3b6b90; }

.button.clear.secondary:hover, .button.clear.secondary:focus { color: #1e3648; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus { color: #3adb76; }

.button.clear.success:hover, .button.clear.success:focus { color: #157539; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus { color: #ffae00; }

.button.clear.warning:hover, .button.clear.warning:focus { color: #805700; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus { color: #cc4b37; }

.button.clear.alert:hover, .button.clear.alert:focus { color: #67251a; }

.button.clear.gz-base-color, .button.clear.gz-base-color.disabled, .button.clear.gz-base-color[disabled], .button.clear.gz-base-color.disabled:hover, .button.clear.gz-base-color[disabled]:hover, .button.clear.gz-base-color.disabled:focus, .button.clear.gz-base-color[disabled]:focus { color: #F9F9F9; }

.button.clear.gz-base-color:hover, .button.clear.gz-base-color:focus { color: #7d7d7d; }

.button.clear.gz-opposing-base-color, .button.clear.gz-opposing-base-color.disabled, .button.clear.gz-opposing-base-color[disabled], .button.clear.gz-opposing-base-color.disabled:hover, .button.clear.gz-opposing-base-color[disabled]:hover, .button.clear.gz-opposing-base-color.disabled:focus, .button.clear.gz-opposing-base-color[disabled]:focus { color: #343434; }

.button.clear.gz-opposing-base-color:hover, .button.clear.gz-opposing-base-color:focus { color: #1a1a1a; }

.button.clear.gz-green, .button.clear.gz-green.disabled, .button.clear.gz-green[disabled], .button.clear.gz-green.disabled:hover, .button.clear.gz-green[disabled]:hover, .button.clear.gz-green.disabled:focus, .button.clear.gz-green[disabled]:focus { color: #25c151; }

.button.clear.gz-green:hover, .button.clear.gz-green:focus { color: #136129; }

.button.clear.gz-orange, .button.clear.gz-orange.disabled, .button.clear.gz-orange[disabled], .button.clear.gz-orange.disabled:hover, .button.clear.gz-orange[disabled]:hover, .button.clear.gz-orange.disabled:focus, .button.clear.gz-orange[disabled]:focus { color: #e7931c; }

.button.clear.gz-orange:hover, .button.clear.gz-orange:focus { color: #754a0c; }

.button.clear.gz-blue, .button.clear.gz-blue.disabled, .button.clear.gz-blue[disabled], .button.clear.gz-blue.disabled:hover, .button.clear.gz-blue[disabled]:hover, .button.clear.gz-blue.disabled:focus, .button.clear.gz-blue[disabled]:focus { color: #0c5c94; }

.button.clear.gz-blue:hover, .button.clear.gz-blue:focus { color: #062e4a; }

.button.clear.gz-drk-gray, .button.clear.gz-drk-gray.disabled, .button.clear.gz-drk-gray[disabled], .button.clear.gz-drk-gray.disabled:hover, .button.clear.gz-drk-gray[disabled]:hover, .button.clear.gz-drk-gray.disabled:focus, .button.clear.gz-drk-gray[disabled]:focus { color: #343434; }

.button.clear.gz-drk-gray:hover, .button.clear.gz-drk-gray:focus { color: #1a1a1a; }

.button.clear.gz-space-gray, .button.clear.gz-space-gray.disabled, .button.clear.gz-space-gray[disabled], .button.clear.gz-space-gray.disabled:hover, .button.clear.gz-space-gray[disabled]:hover, .button.clear.gz-space-gray.disabled:focus, .button.clear.gz-space-gray[disabled]:focus { color: #454545; }

.button.clear.gz-space-gray:hover, .button.clear.gz-space-gray:focus { color: #232323; }

.button.clear.gz-med-gray, .button.clear.gz-med-gray.disabled, .button.clear.gz-med-gray[disabled], .button.clear.gz-med-gray.disabled:hover, .button.clear.gz-med-gray[disabled]:hover, .button.clear.gz-med-gray.disabled:focus, .button.clear.gz-med-gray[disabled]:focus { color: #666666; }

.button.clear.gz-med-gray:hover, .button.clear.gz-med-gray:focus { color: #333333; }

.button.clear.gz-lt-gray, .button.clear.gz-lt-gray.disabled, .button.clear.gz-lt-gray[disabled], .button.clear.gz-lt-gray.disabled:hover, .button.clear.gz-lt-gray[disabled]:hover, .button.clear.gz-lt-gray.disabled:focus, .button.clear.gz-lt-gray[disabled]:focus { color: #CCCCCC; }

.button.clear.gz-lt-gray:hover, .button.clear.gz-lt-gray:focus { color: #666666; }

.button.clear.gz-xlt-gray, .button.clear.gz-xlt-gray.disabled, .button.clear.gz-xlt-gray[disabled], .button.clear.gz-xlt-gray.disabled:hover, .button.clear.gz-xlt-gray[disabled]:hover, .button.clear.gz-xlt-gray.disabled:focus, .button.clear.gz-xlt-gray[disabled]:focus { color: #f4f4f4; }

.button.clear.gz-xlt-gray:hover, .button.clear.gz-xlt-gray:focus { color: #7a7a7a; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #FFFFFF transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 1em; }

.button.dropdown.hollow::after, .button.dropdown.clear::after { border-top-color: #0c5c94; }

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after { border-top-color: #0c5c94; }

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after { border-top-color: #3b6b90; }

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after { border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after { border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after { border-top-color: #cc4b37; }

.button.dropdown.hollow.gz-base-color::after, .button.dropdown.clear.gz-base-color::after { border-top-color: #F9F9F9; }

.button.dropdown.hollow.gz-opposing-base-color::after, .button.dropdown.clear.gz-opposing-base-color::after { border-top-color: #343434; }

.button.dropdown.hollow.gz-green::after, .button.dropdown.clear.gz-green::after { border-top-color: #25c151; }

.button.dropdown.hollow.gz-orange::after, .button.dropdown.clear.gz-orange::after { border-top-color: #e7931c; }

.button.dropdown.hollow.gz-blue::after, .button.dropdown.clear.gz-blue::after { border-top-color: #0c5c94; }

.button.dropdown.hollow.gz-drk-gray::after, .button.dropdown.clear.gz-drk-gray::after { border-top-color: #343434; }

.button.dropdown.hollow.gz-space-gray::after, .button.dropdown.clear.gz-space-gray::after { border-top-color: #454545; }

.button.dropdown.hollow.gz-med-gray::after, .button.dropdown.clear.gz-med-gray::after { border-top-color: #666666; }

.button.dropdown.hollow.gz-lt-gray::after, .button.dropdown.clear.gz-lt-gray::after { border-top-color: #CCCCCC; }

.button.dropdown.hollow.gz-xlt-gray::after, .button.dropdown.clear.gz-xlt-gray::after { border-top-color: #f4f4f4; }

.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

a.button:hover, a.button:focus { text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; box-sizing: border-box; width: 100%; height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #cacaca; border-radius: 4px; background-color: #FFFFFF; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #000000; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #343434; background-color: #FFFFFF; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; }

[type='submit'], [type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 4px; }

input[type='search'] { box-sizing: border-box; }

::-webkit-input-placeholder { color: #cacaca; }

::-moz-placeholder { color: #cacaca; }

:-ms-input-placeholder { color: #cacaca; }

::-ms-input-placeholder { color: #cacaca; }

::placeholder { color: #cacaca; }

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; vertical-align: baseline; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; }

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.5rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #000000; }

label.middle { margin: 0 0 1rem; padding: 0.5625rem 0; }

.help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #000000; }

.input-group { display: table; width: 100%; margin-bottom: 1rem; }

.input-group > :first-child, .input-group > :first-child.input-group-button > * { border-radius: 4px 0 0 4px; }

.input-group > :last-child, .input-group > :last-child.input-group-button > * { border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { margin: 0; white-space: nowrap; display: table-cell; vertical-align: middle; }

.input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #000000; text-align: center; white-space: nowrap; width: 1%; height: 100%; }

.input-group-label:first-child { border-right: 0; }

.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; width: 1%; height: 100%; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: 2.4375rem; padding-top: 0; padding-bottom: 0; font-size: 1rem; }

.input-group .input-group-button { display: table-cell; }

fieldset { margin: 0; padding: 0; border: 0; }

legend { max-width: 100%; margin-bottom: 0.5rem; }

.fieldset { margin: 1.125rem 0; padding: 1.25rem; border: 1px solid #cacaca; }

.fieldset legend { margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; }

select { height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cacaca; border-radius: 4px; background-color: #FFFFFF; font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #000000; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2852, 52, 52%29'></polygon></svg>"); background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus { outline: none; border: 1px solid #343434; background-color: #FFFFFF; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled { background-color: #e6e6e6; cursor: not-allowed; }

select::-ms-expand { display: none; }

select[multiple] { height: auto; background-image: none; }

select:not([multiple]) { padding-top: 0; padding-bottom: 0; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #faedeb; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-moz-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus):-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #cc4b37; }

.form-error.is-visible { display: block; }

.dropdown-pane { position: absolute; z-index: 10; display: none; width: 300px; padding: 1rem; visibility: hidden; border: 1px solid #cacaca; border-radius: 4px; background-color: #F9F9F9; font-size: 1rem; }

.dropdown-pane.is-opening { display: block; }

.dropdown-pane.is-open { display: block; visibility: visible; }

.dropdown-pane.tiny { width: 100px; }

.dropdown-pane.small { width: 200px; }

.dropdown-pane.large { width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #0c5c94 transparent transparent; right: 5px; left: auto; margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a { outline: 0; }

.dropdown.menu > li > a { background: #FFFFFF; padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a { background: transparent; color: #1779ba; }

.no-js .dropdown.menu ul { display: none; }

.dropdown.menu .nested.is-dropdown-submenu { margin-right: 0; margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu { top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu { top: 0; right: 100%; left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.dropdown.menu.vertical > li > a::after { right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #0c5c94 transparent transparent; right: auto; left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #0c5c94; }

@media print, screen and (min-width: 40em) { .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #0c5c94 transparent transparent; right: 5px; left: auto; margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu { top: 0; right: 100%; left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after { right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #0c5c94 transparent transparent; right: auto; left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #0c5c94; } }

@media print, screen and (min-width: 64em) { .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #0c5c94 transparent transparent; right: 5px; left: auto; margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu { top: 0; right: 100%; left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
  .dropdown.menu.large-vertical > li > a::after { right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #0c5c94 transparent transparent; right: auto; left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #0c5c94; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub { top: 100%; right: 0; left: auto; }

.is-dropdown-menu.vertical { width: 100px; }

.is-dropdown-menu.vertical.align-right { float: right; }

.is-dropdown-submenu-parent { position: relative; }

.is-dropdown-submenu-parent a::after { position: absolute; top: 50%; right: 5px; left: auto; margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu { top: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu { right: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.is-dropdown-submenu { position: absolute; top: 0; left: 100%; z-index: 1; display: none; min-width: 200px; border: 1px solid #cacaca; background: #fefefe; }

.dropdown .is-dropdown-submenu a { padding: 0.7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after { right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #0c5c94 transparent transparent; right: auto; left: 5px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #0c5c94; }

.is-dropdown-submenu .is-dropdown-submenu { margin-top: -1px; }

.is-dropdown-submenu > li { width: 100%; }

.is-dropdown-submenu.js-dropdown-active { display: block; }

.title-bar { padding: 0.5rem; background: #000000; color: #FFFFFF; }

.title-bar::before, .title-bar::after { display: table; content: ' '; }

.title-bar::after { clear: both; }

.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left { float: left; }

.title-bar-right { float: right; text-align: right; }

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.has-tip { position: relative; display: inline-block; border-bottom: dotted 1px #343434; font-weight: bold; cursor: help; }

.tooltip { position: absolute; top: calc(100% + 0.6495rem); z-index: 1200; max-width: 10rem; padding: 0.75rem; border-radius: 4px; background-color: #000000; font-size: 80%; color: #FFFFFF; }

.tooltip::before { position: absolute; }

.tooltip.bottom::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-top-width: 0; border-bottom-style: solid; border-color: transparent transparent #000000; bottom: 100%; }

.tooltip.bottom.align-center::before { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.tooltip.top::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #000000 transparent transparent; top: 100%; bottom: auto; }

.tooltip.top.align-center::before { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.tooltip.left::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #000000; left: 100%; }

.tooltip.left.align-center::before { bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.tooltip.right::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #000000 transparent transparent; right: 100%; left: auto; }

.tooltip.right.align-center::before { bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.tooltip.align-top::before { bottom: auto; top: 10%; }

.tooltip.align-bottom::before { bottom: 10%; top: auto; }

.tooltip.align-left::before { left: 10%; right: auto; }

.tooltip.align-right::before { left: auto; right: 10%; }

.top-bar { padding: 0.5rem; }

.top-bar::before, .top-bar::after { display: table; content: ' '; }

.top-bar::after { clear: both; }

.top-bar, .top-bar ul { background-color: #e6e6e6; }

.top-bar input { max-width: 200px; margin-right: 1rem; }

.top-bar .input-group-field { width: 100%; margin-right: 0; }

.top-bar input.button { width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right { width: 100%; }

@media print, screen and (min-width: 40em) { .top-bar .top-bar-left, .top-bar .top-bar-right { width: auto; } }

@media print, screen and (max-width: 63.99875em) { .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right { width: 100%; } }

@media print, screen and (max-width: 74.99875em) { .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right { width: 100%; } }

.top-bar-title { display: inline-block; float: left; padding: 0.5rem 1rem 0.5rem 0; }

.top-bar-title .menu-icon { bottom: 2px; }

.top-bar-left { float: left; }

.top-bar-right { float: right; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media print, screen and (max-width: 39.99875em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.99875em) { .show-for-medium { display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.99875em) { .show-for-large { display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; white-space: normal !important; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.align-left { -ms-flex-pack: start; justify-content: flex-start; }

.align-right { -ms-flex-pack: end; justify-content: flex-end; }

.align-center { -ms-flex-pack: center; justify-content: center; }

.align-justify { -ms-flex-pack: justify; justify-content: space-between; }

.align-spaced { -ms-flex-pack: distribute; justify-content: space-around; }

.align-left.vertical.menu > li > a { -ms-flex-pack: start; justify-content: flex-start; }

.align-right.vertical.menu > li > a { -ms-flex-pack: end; justify-content: flex-end; }

.align-center.vertical.menu > li > a { -ms-flex-pack: center; justify-content: center; }

.align-top { -ms-flex-align: start; align-items: flex-start; }

.align-self-top { -ms-flex-item-align: start; align-self: flex-start; }

.align-bottom { -ms-flex-align: end; align-items: flex-end; }

.align-self-bottom { -ms-flex-item-align: end; align-self: flex-end; }

.align-middle { -ms-flex-align: center; align-items: center; }

.align-self-middle { -ms-flex-item-align: center; align-self: center; }

.align-stretch { -ms-flex-align: stretch; align-items: stretch; }

.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }

.align-center-middle { -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) { .medium-order-1 { -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -ms-flex-order: 6; order: 6; } }

@media print, screen and (min-width: 64em) { .large-order-1 { -ms-flex-order: 1; order: 1; }
  .large-order-2 { -ms-flex-order: 2; order: 2; }
  .large-order-3 { -ms-flex-order: 3; order: 3; }
  .large-order-4 { -ms-flex-order: 4; order: 4; }
  .large-order-5 { -ms-flex-order: 5; order: 5; }
  .large-order-6 { -ms-flex-order: 6; order: 6; } }

.flex-container { display: -ms-flexbox; display: flex; }

.flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }

.flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }

.flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }

.flex-dir-row { -ms-flex-direction: row; flex-direction: row; }

.flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-dir-column { -ms-flex-direction: column; flex-direction: column; }

.flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) { .medium-flex-container { display: -ms-flexbox; display: flex; }
  .medium-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .medium-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .medium-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .medium-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .medium-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .medium-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .medium-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) { .large-flex-container { display: -ms-flexbox; display: flex; }
  .large-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .large-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .large-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .large-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .large-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .large-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .large-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

/*# sourceMappingURL=maps/app.css.map */