
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  src: url(/assets/OpenSans.woff2) format('woff2');
}

:root {
  --moj-font: 'Open Sans',sans-serif;
}
/*
#--
# Copyright (c) 2012+ Damjan Rems
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
*/

@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/ibm-plex-sans-300-967aef09e028b86b98b2c93707ee8b2833c047a59f9962a2bbc436325ef102f8.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/ibm-plex-sans-400-c0140f556d0a2ab9392c12dc8a94b68b3baab5cca3b82cb894f52df6aba92d28.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/ibm-plex-sans-500-9b9a2e88b521a59e47a4634f5540c85f39b79ccf40162342120bb9116be6b326.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/ibm-plex-sans-600-dce363ef475a171a2d1337826c0126ead14f2a2c0eb370944d7728fcaedcf139.woff2) format('woff2');
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/ibm-plex-sans-700-5c9711ce9e20d3c047896ca8e09465ce82c8caad3b0c2b3de26477810805a3fc.woff2) format('woff2')
}

@font-face {
  font-family: DrgSans;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/ibm-plex-sans-italic-5bb35a4f32aba47cdb55eb9142dacb6ba3146993aad4e4515e59303605d866ad.woff2) format('woff2')
}

/* Web reset. Countributed by
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:  0;
	padding:  0;
	border:  0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* END */

body {
font-family: DrgSans,arial,sans-serif;
font-size: 15px;
margin: 0;
vertical-align: middle;
color: #000;
font-weight: 400;
}

button {
font-family: DrgSans,arial,sans-serif;
}

textarea, input, select {
  color: #000;
  padding: 8px 4px;
  margin-left: 1px;
  border: 1px dashed #888;;
  border-radius: 3px;
  font: 16px DrgSans,arial,sans-serif;
  max-width: 100%;
  vertical-align: middle;
}

.dc-action-menu textarea, .dc-action-menu input, .dc-action-menu select {
  padding: 6px 4px;
  max-width: 200px;
}

.dc-action-menu .ui-autocomplete-input {
  padding: 8px 4px 8px 12px;
}

textarea:focus, input:focus, select:focus {
  border: 1px solid rgba(44, 142, 255, 1);
  outline: 1px solid rgba(44, 142, 255, 1);
  border-radius: 3px;
}

input[type=submit]:focus {
  outline: none;
  border: none;
  background-color: rgba(44, 142, 255, 1);
  color: #fff;
}

textarea[readonly], input[readonly], select[readonly] {
  background-color: #f4f4f4 !important;
  border: 1px solid #ddd !important;
}

input.file {
border: none;
}

select {
  background-color: #fff;  
}

hr {
background-color: #ccc;
border: none;
height: 2px;
}

.div {
  border: 0;
  padding: 0;
}

.normal {
  text-align: left;
}

td { vertical-align: middle; }

th {
  padding: 4px;
  text-align: left;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background: #ddd;
  color: #888;
  font-weight: bold;
}

th a:hover { color: #000;}

img { vertical-align:bottom; }

.hover {
  cursor: pointer;
}

.dc-link a:link, .dc-link a:active, .dc-link a:visited,
.dc-result a:link, .dc-result a:active, .dc-result a:visited {
  color: #666;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
}

.dc-link a img { border: none; }

.dc-image-preview img { max-height: 2rem; padding-left: 0.5rem;}
.dc-image-preview img:hover { cursor: zoom-in;}

#dc-image-preview {
  padding: 2px;
  background-color: #fff;
  filter: drop-shadow(0 0 1rem #000);
  display: none;
}

.text-with-select { width: 20px; }

.no-borders {
  padding:  0;
  border-spacing:  0;
}

.dc-left {float: left;}
.dc-right {float: right;}

.td-spacer {
  width: 90%;
  font-size: 1px;
  border-bottom: 1px solid #eee;  
}

.dc-result {
width: 99.9%;
padding:  0;
border-spacing:  0;
border-radius: 1px;  
}

.dc-result .dc-link-no {
  padding: 0;
  border: none;
  color: #bbb;
  background: transparent !important;
}

.dc-result-header {
  display: flex;
  padding: 6px 0;
  border-bottom: 2px solid #bbb;
}

.dc-result-data {
  display: flex;
  padding: 4px 0;
}

.dc-result-data:hover {
  background-color: #e7e7e7;
}

.dc-result-header .th {
  padding: 4px 3px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  color: #666;
  line-height: 18px;
}

.dc-result-header .th:last-child {
  flex-grow: 1;
}

.dc-result-header .spacer, .dc-result-data .spacer {
  width: 2px;
}

.dc-result-header a:link, .dc-result-header a:visited {
}

.dc-result-header a:hover {
  color: #000;
}

.dc-result-data .td {
  padding: 4px 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.dc-result-data .td:last-child {
  flex-grow: 1;
}

.dc-result-actions i, .dc-result-actions .dc-link i, .dc-result-actions .dc-link-ajax i {
  color: #666;
  font-size: 22px;
  cursor: pointer;
}

.dc-result-actions i:hover, .dc-result-actions .dc-link:hover i, .dc-result-actions .dc-link-ajax:hover i {
  color: rgba(44, 142, 255, 1);
}

.dc-result-data .dc-result-actions, .dc-result-header .dc-result-actions {
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
}


.dc-result-submenu ul {
  display: none;
  background-color: #fff;
  filter: drop-shadow(1px 1px 6px #ddd);
  position: fixed;
  margin: -6px 0 0 16px;
}

.dc-result-submenu ul li {
  text-align: left;
  padding: 5px;
}

.dc-result-submenu ul li a:link, .dc-result-submenu .dc-link a:link,
 .dc-result-submenu .dc-link.dc-window-open{
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #666;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.dc-result-submenu ul li:hover {
  background-color: rgba(44, 142, 255, 1);
}

.dc-result-actions .dc-result-submenu ul li i {
  color: rgba(44, 142, 255, 1);
  padding-right: 2px;
}

.dc-result-submenu ul li:hover :not(.dc-link-no) i, .dc-result-submenu ul li:hover a {
  color: #fff;
  transition: 0.3s;
}

.dc-result-submenu .dc-link-no {
  padding: 4px 10px;
  color: #bbb;
  filter: none;
}

.dc-link-no i {
  color: #bbb;
  vertical-align: top;
}

.dc-result-header .dc-check-all {
  font-size: 18px;
  padding: 6px 0;
}

.dc-result-data.dc-even.dc-checked, .dc-result-data.dc-odd.dc-checked {
  background-color: rgba(44,142,255,0.1);
}

.dc-result-data .dc-link, .dc-result-data .dc-link-ajax {
  background-color: transparent;
  border: 0;
  text-align: left;
}

.dc-result-data .dc-link, .dc-result-data .dc-link a, .dc-result-data .dc-link-ajax {
  padding: 0;
  color: #666;
  font-weight: 500;
  background-color: transparent;
  filter: none;
  border: 0;
}

.dc-result-data .dc-link:hover, .dc-result-data .dc-link-ajax:hover {
  background-color: transparent;
  color: rgba(44, 142, 255, 1);
  color: #fff;
  border: 0;
}

.dc-result-data.footer {
  border-top: 2px solid #222;
  color: #000;
  font-weight: 600;
  background-color: #eee;
}

.dc-result-data a:hover { 
  background-color: transparent;
}

.dc-check {
  padding-right: 4px;
}



/* */
.dc-menu {
padding: 8px 0;
display: inline-table;
}

.dc-menu li {
  display: inline-flex;
  margin-right: 3px;
  vertical-align: middle;
}

#data-fields {margin: 5px;}

.dc-link, .dc-link-ajax, .dc-submit {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  padding: 5px 12px 4px;
  text-decoration: none;
  line-height: 26px;
  filter: drop-shadow(1px 1px 4px #eee);
  border: 1px solid #e7e7e7;
}

.dc-link:hover, .dc-link-ajax:hover, .dc-submit:hover {
  color: #fff;
  background: rgba(44, 142, 255, 1);
  border: 1px solid rgba(44, 142, 255, 1);
  transition: 0.3s;
  cursor: pointer;
  filter: none;
}
.dc-window-open:hover {
  transition: 0.3s;
  color: #fff;
  background: rgba(44, 142, 255, 1);
  cursor: pointer;
}

.dc-link:hover > i, .dc-link-ajax:hover > i, .dc-submit:hover > i {
  color: #fff;
}

.dc-link i,
.dc-link-ajax i,
.dc-submit i {
  line-height: 22px;
  color: rgba(44, 142, 255, 1);
  padding-right: 2px;
}

.dc-link-no {
  text-align: left;
  font-weight: 500;
  padding: 5px 12px 4px;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #888;
  background: #f7f7f7;
  line-height: 26px;
  /*text-transform: uppercase;*/
}

.dc-link-ajax.in-menu {
  border-radius: 0;
  padding: 4px 12px;
  text-transform: none;
  border: 0;
  text-align: left;
}

.dc-link-ajax.in-menu:hover {
/*  background-color: #fff;*/
}

.dc-link-img {
  color: #888;
  padding: 3px;
  text-align: center;
  margin:  0;
}

.dc-link-img.dc-link-ajax {
  padding: 0;
  border: 0;
}

.dc-link-img:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

.dc-link-icon i {
  padding: 3px;
  border-radius: 3px;
  color: rgba(44, 142, 255, 1);
}

.dc-link-icon i:hover {
  color: #222;
  cursor: pointer;
}

.dc-link-selected {
  text-align: center;
  border:1px solid #888;
  padding:1px 5px 1px 5px;
  border-radius: 5px;
  box-shadow: inset 2px -2px 5px #aaa;
}

.dc-link-border {
  border: 1px solid #eee;
}

.dc-inline-link {
  cursor: pointer;
}

.dc-inline-link i {
  display: inline;
  color: rgba(44, 142, 255, 1);
  padding: 8px;
  background-color: #ddd;
  border-radius: 26px;
}

.dc-inline-link i:hover {
  color: #fff;
  background-color: #444;
}

.dc-inline-link.dc-link-ajax {
  padding: initial;
  border: none;
  background: initial;
}

.skip-next {
  text-align: center;
  border:1px solid #888;
  padding:1px 4px 1px 4px;
  border-radius: 3px;
  box-shadow: 2px 2px 5px #aaa;
  width: 13px; 
  margin-left: 350px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.skip-next a:link, .skip-next a:active, .skip-next a:visited { color: #333; text-decoration: none; background: transparent;}
.skip-next a:hover { text-decoration: none; color: #c43; }


/******* TITLE  *******/
.dc-title {
  font-weight: 600;
  font-size: 1.2em;
  color: #222;
  padding: 12px 4px 0;
  border-spacing: 0;
  margin: 0;
}

.dc-title .dc-paginate {
  float:right; 
  padding-top: 4px;
  font-size: 0.9em;
}

.dc-title .dc-help-icon {
  float:right;
  padding: 4px 0 0 4px;
  font-size: 1.1em;
  height: 1em;
  border: none;
  background: none;
  filter: none;
}

.dc-title .dc-help-icon i {
  color: #888;
}

.dc-title .dc-help-icon i:hover {
  color: rgba(44, 142, 255, 1);
}

/*****   Pagination   *****/

.dc-paginate .pagination {
  display: flex;
}
.dc-paginate .pagination span {
  background: #eee;
  margin-left: 3px;
  border-radius: 2px;
}

.dc-paginate .pagination span a, .dc-paginate .pagination .gap {
  display: block;
  color: #666;
  padding: 4px 7px 5px 8px;
  text-decoration: none;
}

.dc-paginate .pagination span.page.current {
  padding: 4px 7px 5px 8px;
  color: #fff;
  background-color: #666;
}

.dc-paginate .pagination span:hover > a {
  color: #fff;
  background-color: rgba(44, 142, 255, 1);
}

/*****   FORM    *****/

#dc-form-container {
  /*display: flex;*/
}

#dc-form-left {
  padding: 8px;
  background-color: rgba(44, 142, 255, 0.15);;
  display: none;
  margin-top: 12px;
}

#dc-form-right {
  flex: 1;
}

.dc-form-frame {
  margin: 0;
  padding: 4px;
}

.dc-form {
  width: 99.8%;
  padding: 8px 0;
  background-color: #fff;
}

.dc-form .row-div {
  display: flex;
  align-items: center;
}

.dc-form-info {
  color: darkgreen;
  background-color: #dff0d8;
  border: 1px solid #c8e5bc;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}
.dc-form-warning {
  background-color: #faf3fb;
  color: rgba(102, 51, 153, 1);
  border: 1px solid #e0d6ea;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}

.dc-form-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #e7c3c3;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}

.dc-form-frame .dc-form-info, .dc-form-frame .dc-form-warning, .dc-form-frame .dc-form-error {
  margin: 4px 0;
}

.dc-form-updates {
  display: none;
}

.field_with_errors {
  border-left: #c43 6px solid;
  padding-left: 1px;
}

.dc-form-label {
  color: #555;
  text-align: right;
  vertical-align: middle;
  font-weight: 500;
  padding: 10px 2px;
  width: 150px;
}

.dc-form-label label {
  padding: 0 0 2px 1px;
}

.dc-form-label-top {
  text-align: right;
  vertical-align: middle;
  color: #555;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 8px;
}

.dc-form-label.dc-color-odd, .dc-form-label.dc-color-even {background-color: transparent;}

.dc-form-label.dc-width-0 { padding: 0;}

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

.dc-form-field {
  text-align: left;
  padding: 4px 2px;
  /*z-index: 10;*/
  white-space: nowrap;
  text-overflow: fade;
}

.dc-form-field label {
  font-weight: 500;
  color: #555;
  padding-left: 4px;
  font-size: 1.1em;
  white-space: initial;
  vertical-align: middle;
}

.dc-form-field .action li {
  display: inline-flex;
}

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

.dc-readonly {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #222;
  padding: 8px 4px;
  border: dotted 1px #ddd;;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.tree-select.dc-readonly {
  display: block;
  background-color: #f4f4f4;
}

.dc-color-odd {
  background-color: #fcfcfc;
}
.dc-color-even {
  background-color: #fcfcfc;
}


.dc-width-0 {width: 0;}
.dc-width-10 {width: 10%;}
.dc-width-14 {width: 14%;}
.dc-width-21 {width: 21%;}
.dc-width-85 {width: 85%;}
.dc-width-100 {width: 100%;}

.dc-spinner {
  float:left;
  padding: 8px 4px 0 0;
  color:#666;
  display: none;
}

.dc-form-li {
  display:inline-block;
  white-space: nowrap;
  list-style: none;
  color: #666;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
  padding: 10px 1rem;
  margin-top: 4px;
  font-size: 16px;
  border-bottom: 3px solid rgba(98, 0, 238, 0.4);;
  /*text-transform: uppercase;*/
}

.dc-form-li:hover, .dc-form-li-selected {
  cursor: pointer;
  color: rgba(98, 0, 238, 1);
  background-color: rgba(98, 0, 238, 0.1);
  border-bottom: 3px solid rgba(98, 0, 238, 1);
}

.dc-odd {
  background-color: #f7f7f7;
}
.dc-even {
  background-color: #fff;
}

.dc-separator {
  margin: 8px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 3px solid #f7f7f7;
}

/** Form head **/
.dc-head  {
  padding: 3px 6px;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  background-color: #E0EEFF;
}

.dc-head .dc-row {
  display: flex;
}

.dc-head .dc-column {
  white-space: nowrap;
  overflow: hidden;
  margin-right: 2px;
}

.dc-head .text {
  font-weight: normal;
}

/****  STEPS ***/
#dc-form-left #dc-steps-menu {
  color: #222;
}
#dc-form-left #dc-steps-menu h2 {
  font-size: 1.6em;
  font-weight: 600;
  border-bottom: 2px solid #444;
  margin-bottom: 8px;
}

#dc-form-left #dc-steps-menu li {
  filter: none;
  border: none;
  text-align: left;
  background-color: transparent;
  padding: 8px 0;
  font-size: 1.1em;
}

#dc-form-left #dc-steps-menu li {
  color: #222;
}

#dc-form-left #dc-steps-menu li.active {
  color: #000;
  font-weight: 600;
}

#dc-form-left #dc-steps-menu li.active:before {
  font-family: MI;
  content: '\e409';
  vertical-align: middle;
  margin-left: -4px;
}

#dc-form-left #dc-steps-menu .dc-link-ajax:hover {
  color: rgba(44, 142, 255, 1);
}

.dc-popup-open:hover {
  color: rgba(44, 142, 255, 1);
}

/*** CMS toggle button */
.cms-toggle {
  z-index: 1000000;
  position: fixed;
  top: 4px; left: 4px;
  padding: 4px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 2px 2px 6px #666;
  border-radius: 3px;
}

.cms-toggle:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.cms-toggle.mode-1:before {
  font-family: MI;
  content: '\e417';
  color: rgba(44, 142, 255, 1);
  vertical-align: text-bottom;
  padding-right: 2px;
}
.cms-toggle.mode-2:before {
  font-family: MI;
  content: '\e3c9';
  color: lightcoral;
  vertical-align: text-bottom;
  padding-right: 2px;
}

#menu-hamburger { display: none;}

.dc-handle:before {
  font-family: MI;
  content: '\e315';
  color: #000;
  cursor: pointer;
  padding-top: 2px;
  font-size: 1.1em;
}

#cmsedit-div {
  font-family: DrgSans,Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
}
#cmsedit-div a:link, #cmsedit-div a:active, #cmsedit-div a:visited  {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

#cmsedit-div a:hover { color: #000; }

#cmsedit-div #record_select  {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 1.2em;
}

/*******   TOP MENU    *********/
.cmsedit-top {
  width: 100%;
  background-color: #fff;
  border-top: 4px solid #fff;
}

.cmsedit-top #cms-top-menu {
  padding: 8px 4px 0 4rem;
  color: #666;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.cmsedit-top #cms-top-menu i {
  margin-right: 6px;
  font-size: 22px;
}

.cmsedit-top #cms-top-menu a:hover {
  color: rgba(44, 142, 255, 1);
}

.cmsedit-top #cms-top-menu span {
  font-size: 22px;
  vertical-align: top;
  padding: 0 4px;
}


.cmsedit-container {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.cmsedit-container #cms-menu {
  display: inline-block;
  width: 25%;
  max-width: 300px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  background-color: #fcfcfc;
  border-right: 1px solid #eee;
}

.cmsedit-container #cms-menu div {
  line-height: 20px;
  position: relative;
  padding: 2px 0;
}

.cmsedit-container #cms-menu div:after {
  font-family: 'MI';
  content: '\e5cf';
  right: 4px;
  position: absolute;
  color: #444;
  font-size: 22px;
}

.cmsedit-container #cms-menu div.expanded:after {
  content: '\e5ce';
}

.cmsedit-container #cms-menu i {
  font-size: 22px;
  padding-right: 4px;
}

.cmsedit-container #cms-menu a {
  font-weight: normal;
  color: #222;
  line-height: 18px;
}

.cmsedit-container #cms-menu ul {
  margin: 0 5px;
  line-height: 1.5rem;
}

.cmsedit-container #cms-menu li {
  list-style-type: none;
  padding: 5px;
  width: 100%;
}

.cmsedit-container #cms-menu a:hover,
.cmsedit-container #cms-menu div:hover {
  color: rgba(44, 142, 255, 1);
  cursor: pointer;
}


.cmsedit-container #cms-menu ul li ul {
  display: none;
}

.default-table {
  width: 100%;
  padding:  0;
  border-spacing:  0;
  text-align: left;
}

/*** JOURNAL  **/
.dc-journal {width: 99%; }
.dc-journal div { padding: 4px;}

.dc-comment {
  font-size: 1.1em;
  line-height: 1.4em;
  white-space: initial;
}

/****** jquery ui-autocomplete widget ***************/
.ui-autocomplete-input {
  padding: 8px 4px 8px 12px;
  border-radius: 3px;
}

.dc-text-autocomplete {
  position: relative;
}

.dc-text-autocomplete i {
  color: #666;
}

.dc-text-autocomplete i:hover {
  color: rgba(44, 142, 255, 1);;
}

.dc-text-autocomplete input {
  border: 1px dashed #555;
}

.dc-text-autocomplete input+span:before {
  font-family: 'MI';
  content: '\e8b6';
  top: -4px;
  left: 4px;
  position: absolute;
  color: #666;
  font-weight: bold;
  font-size: 11px;
}

.ui-autocomplete.ui-menu{
  font-size: 1.1em;
}

.ui-autocomplete .ui-menu-item div {
  padding: 3px;
  border: 1px solid #fff;
}

.ui-autocomplete .ui-menu-item .ui-state-active {
  padding: 3px;
  background-color: #eee;
  border: solid 1px #ccc;;
  color: #000;
}

.ui-autocomplete-border {
  display: inline-block;
  border-radius: 3px;
  border: dashed 1px #555;;
  padding: 8px;
  background-color: #fff;
}

.ui-autocomplete-border .dc-text-autocomplete {
  margin-left: 4px;
}

/************* login *************/
#dc-login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  padding: 1em 5em 1em 1em;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fafafa;
}

#dc-login h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 8px;
}
#dc-login .label {
  padding: 12px 0 6px;
  font-weight: 400;
}

#dc-login .dc-submit {
  padding: 6px 14px;
  margin-top: 4px;
}

.div-hidden {
  display: none;
}

.drgcms_popmenu_class {
  position:absolute;
  background-color: #fff;
  border-radius: 2px;
  z-index: 100;
  list-style-type: none;
  filter: drop-shadow(1px 1px 6px #ccc);
}

.drgcms_popmenu_class i {
  vertical-align: sub;
  color: rgba(44, 142, 255, 1);
  font-size: 22px;
}

.drgcms_popmenu_item {
  padding: 4px;
  font-size: 1.1em;
}

.drgcms_popmenu_item:hover {
  background-color: rgba(44, 142, 255, 1);
  color: white;
}
.drgcms_popmenu_item:hover i {
  color: white;
}
.iframe_embedded {
  padding: 2px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #888;
}

#iframe_edit, #iframe_cms {
  /*  height: 1px;*/
  width: 100%;
  border:  0;
  margin-bottom:  0;
  overflow-x:hidden;
}

.clear-both { clear: both;}

/******************* action-menu *********************/

#dc-action-menu {
  font-weight: bold;
  color: #888;
  display: block;
  margin: 12px 0 6px;
}

.dc-action-menu ul li {
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  margin-right: 3px;
  vertical-align: middle;
}

.dc-action-menu ul ul {
  margin: 3px 0 0 4px;
  position: absolute;
  line-height: 1.2em !important;
  filter: drop-shadow(6px 7px 6px #ddd);
  display: none;
}

.dc-action-menu ul ul li {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  background: #fff;
  color: #666;
  padding: 6px 10px;
  float: none;
  margin-right:  0;
  filter: drop-shadow(1px 1px 4px #eee);
}

.dc-action-menu ul ul a {
  padding: 7px;
  cursor: pointer;
}

.dc-action-menu ul li:hover ul {
  display: block;
  z-index: 1000000;
}

.dc-action-menu .dc-left li:hover ul {
  left: -4px;
  margin-top: 4px;
}

.dc-action-menu ul li:hover ul li a:hover {
  color: #222;
}

/******  menu filter ****/

.menu-filter {
  min-width: 200px;
  position: initial;
  filter: drop-shadow(1px 1px 6px #ddd);
  right: 0;
  margin-top: 0 !important;
}

.menu-filter li.dc-link {
  padding: 4px 10px;
  text-align: left;
  border: 0;
  border-radius: 0;
}

.menu-filter li a {
  color: #666;
  text-decoration: none;
}
.menu-filter li:hover {
  cursor: pointer;
  color: rgba(44, 142, 255, 1);
  color: #fff;
}

.menu-filter hr {
  margin:  0;
  background-color: #666;
  height: 1px;
}

/**** dc-action-menu ****/
.dc-action-menu .no-background {
  border: none;
  padding: 0;
  white-space: nowrap;
}
.dc-action-menu .no-background .label {
  padding-left: 4px;
}

.dc-action-menu .filter_field i:hover {
  cursor: pointer;
  color: rgba(44, 142, 255, 1);
}

.dc-action-menu .dc-link:empty {
  display: none;
}

.dc-action-menu li.spacer {
  border-right: 2px solid #888;
  border-radius: 0;
  padding: 7px 0;
  margin-right: 5px;
}

.dc-filter .mi-filter_alt_off {
  color: #c43;
  font-size: 20px;
}
.dc-filter i:hover {
  color: rgba(44, 142, 255, 1);
}

.dc-sort {
  padding-top: 2px;
}

.dc-sort-select {
  width: 18px;
  background: none;
  height: 20px;
  border:  0;
  color: #222;
}

.dc-result-header span:hover {
  cursor: pointer;
  color: #000;
}

/*****  POPUP ******/

#popup {
  min-width: 50%;
  background-color: #fff;
  padding: 4px;
  filter: drop-shadow(0 1rem 2rem #222);
}

#popup .dc-help .help-top {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 2px 4px;
  border: 1px dotted #ccc;
  border-radius: 4px;
  background: rgba(76,154,255,0.2);
}

#popup .dc-help {
  background: #fff;
  padding: 8px;
  max-height: 700px;
  overflow-y: auto;
  max-width: 800px;
  line-height: 1.5em;
}

#popup .dc-help h1 {
  color: rgba(44, 142, 255, 1);
  font-weight: 600;
  padding: 4px 0;
  font-size: 1.2em;
  border-radius: 2px;
}

#popup .dc-help h2 {
  font-size: 1.4em;
  font-weight: 600;
}

#popup .dc-help h3 {
  font-size: 1.2em;
  font-weight: 600;
}

#popup .dc-help .help-body {
  padding: 4px
}

#popup .dc-help .help-tab {
  display: table;
  font-weight: 500;
  color: rgba(98, 0, 238, 1);
  background-color: rgba(98, 0, 238, 0.1);
  padding: 8px 12px;
  margin-top: 1rem
}

#popup .dc-help .help-tab-help {
  font-weight: 600;
  color: #fff;
  background: rgba(98, 0, 238, 0.6);
  padding: 3px 12px;
}

#popup .dc-help .help-fields {
  margin-top: 1rem;
  border-top: 1px solid #888;
}

#popup .dc-help .help-field {
  display: flex;
  background-color: #eee;
  padding: 5px;
}

#popup .dc-help .help-field:nth-child(odd) {
  background-color: #f7f7f7;
}

#popup .dc-help .help-label {
  width: 25%;
}

#popup .dc-help .help-text {
  max-width: 75%;
}

#popup .dc-help .help-body {
  border-top: 1px solid #888;
  padding-top: 8px;
}

#popup .dc-help .help-buttons {
  padding: 8px 0;
}

#popup .dc-help .help-buttons button {
  font-weight: 500;
  color: #666;
  padding: 4px 10px 6px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 4px #eee);
}

#popup .dc-help .help-buttons button:hover {
  background-color: rgba(44, 142, 255, 1);
  border: 1px solid rgba(44, 142, 255, 1);
  transition: 0.3s;
  color: #fff;
}

#popup .dc-help .dc-link {
  display: inline-flex;
}

#popup:has(.popup-info) {
  padding: 1rem;
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  color: darkgreen;
  font-weight: 600;
  font-size: 1.1em;
  min-width: 30%;
  border: 2px solid darkgreen;
}

#popup:has(.popup-error) {
  padding: 1rem;
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  color: #a94442;
  font-weight: 600;
  font-size: 1.1em;
  min-width: 30%;
  border: 2px solid #a94442;
}

#popup .popup-info button, #popup .popup-error button {
  margin-top: 1rem;
  padding: 4px 2rem;
  line-height: initial;
  filter: none;
  border: 2px solid #222;
  border-radius: 5px;
}

.filter-popup {
  background-color: #fff;
  filter: drop-shadow(2px 2px 8px #888);
  border-radius: 2px;
}

.filter-popup div {
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  color: rgba(44, 142, 255, 1);
  border-bottom: 2px solid rgba(44, 142, 255, 1);
}

.filter-popup li {
  padding: 5px 10px;
}

.filter-popup li:hover {
  background-color: rgba(44, 142, 255, 1);
  color: #fff;
  cursor: pointer;
}

/************************** info popup *************************/
#dc-document-info {
  float: right;
  color: #888;
  font-size: 11px;
}

#dc-document-info:hover {
  color: rgba(44, 142, 255, 1);
  cursor: pointer;
}

#dc-document-info-popup {
  text-align: left;
  padding: 6px;
  font-size: 0.9em;
  position:absolute;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  z-index: 100;
  filter: drop-shadow(0 8px 8px #ccc);
}

#dc-document-info-popup div span:first-child {
  display: inline-block;
  text-align: right;
  width: 80px;
  padding: 1px;
}
#dc-document-info-popup div span:last-child {font-weight: 600;}

#dc-document-info-popup i {height: initial;}

/************************** filter popup *************************/
#drgcms_filter {
  z-index:100;
  background: #fff;
  display: none;
  padding: 10px;
  filter: drop-shadow(0 1rem 2rem #222);
}

#drgcms_filter h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: rgba(44, 142, 255, 1);
}

#drgcms_filter .dc-menu {
  display: inline-flex;
  padding-bottom: 2px;
}

#drgcms_filter .dc-menu div {
  margin: 0 3px 0 2px;
  padding: 7px 6px 6px;
}

.tree-select {
  overflow-y: auto;
  max-width: 50%;
  background-color: #fff;
  padding: 10px;
  border: dashed 1px #666;
  margin-left: 1px;
}

/**** reports ****/
.report .dc-title { color: #003A68; }
.report .dc-result-header {
  border-bottom: 2px solid #003A68;
}
.report .dc-result-header .th {
  color: #003A68;
  padding: 3px;
}

.report .dc-result-data {
  padding: 0;
}

.report.dc-form-frame {
  padding: 0;
}


.report .dc-result-data .td {
  padding: 3px;
}

.iframe_embedded#if_dc_temp {
  border: none;
  padding: 0;
}

.report .dc-odd {background-color: #e0eeff;}

/**  Radio button input field **/

.dc-radio {
  display: inline-table;
  background-color: #fff;
  padding: 7px 0 9px;
  border: 1px dashed #666;
  border-radius: 3px;
  margin-left: 1px;
}
.dc-radio div {
  font-size: 1.1em;
  padding: 8px;
  white-space: nowrap;
}
.dc-radio.dc-inline div {
  display: inline;
}

.dc-radio input {
  vertical-align: initial;
  margin: 6px 4px 0 0;
}

.dc-image-preview-1 {
  right: 1rem;
  position: absolute;
  top: 5rem;
  max-height: 150px;
  max-width: 200px;
}

#dc_image .dc-image-preview img {
  max-height: 150px;
  max-width: 200px;
}

/****** MOBILE DEVICE *****/
@media only screen and (max-device-width: 600px) {
  #body-cms {font-size: 11px;}
  #site-top div:nth-of-type(2) {padding-top: 0 !important;}
  .dc-title {
    font-size: 1.5em;
    padding-bottom: 4px;
  }
  .dc-form-field { padding-bottom: 4px; }

  .dc-form .row-div { display: block; }
  .dc-form-li {margin-top: 3px;}

  .dc-form-label {
    text-align: left;
    width: 100%;
    padding-bottom: 2px;
    white-space: nowrap;
  }
  .dc-form-label label {
    font-size: 15px;
    padding: 0;
  }

  .dc-menu { padding: 0;}
  .dc-menu li, .dc-action-menu ul li { margin: 2px 3px 2px; }

  .dc-submit {
    line-height: 20px;
  }
  .dc-link div, .dc-link-no {
    padding: 4px 8px;
  }

  #result {width: 200%;}

  .dc-separator {
    margin: 8px 0 0;
    border-top: 2px solid #888;
  }

  .dc-width-10, .dc-width-14, .dc-width-21, .dc-width-85, .dc-width-100 {width: 100%;}

  .dc-width-100 {
    overflow: auto;
  }

  textarea, input, select {
    max-width: 90%;
  }

  #menu-hamburger {
    display: block;
    padding: 4px;
    font-size: 2em;
  }

  #menu-hamburger .mi:before{
    background-color: #222;
    color: #fff;
    padding: 1px;
    border-radius: 2px;
  }

  .cmsedit-container {display: block;}
  .cmsedit-container #cms-menu {display: none;}
  .cmsedit-container #cms-menu.visible {
    display: initial;
    width: 200%;
    font-weight: 500;
    border: none;
    margin: 0;
  }
  .cmsedit-iframe { padding-left: 2px; }

  .dc-head .dc-row { display: block; }
  .dc-head .dc-row .dc-column { width: 100% !important; }
}

/******* Firefox only ********/
@-moz-document url-prefix() {
  .dc-link, .dc-link-ajax, .dc-submit {
    /*  padding: 4px 14px 8px 14px;*/
  }
}
/*
 Copyright (c) 2022- Damjan Rems
*/
@font-face {
  font-family: MI;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons-regular-dafdbac44033fa5944dd6dfc4faf59c0fdee74e776d27b840c9738846933d976.woff2) format('woff2')
}

@font-face {
  font-family: MI-O;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons-outline-f1813ed45ffe6c1db46949fcb19116b900ce3be913d4add68f8eaf4d68c7eac6.woff2) format('woff2')
}

.mi, .fa {
  font-family: MI;
}
.mi-o {
  font-family: MI-O;
}

.mi, .mi-o, .fa {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  width: initial;
  height: 1em;
  text-transform: none;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

/* Rules for sizing the icon. */
.mi-md-18 { font-size: 18px; }
.mi-md-24 { font-size: 24px; }
.mi-md-36 { font-size: 36px; }
.mi-md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.mi-md-dark { color: rgba(0, 0, 0, 0.54); }
.mi-md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.mi-md-light { color: rgba(255, 255, 255, 1); }
.mi-md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules to rotate items */
.mi-r90 {
  transform: rotate(90deg);
}
.mi-r180 {
  transform: rotate(180deg);
}
.mi-r270 {
  transform: rotate(270deg);
}
.mi-flip-horizontal {
  transform: scale(-1, 1);
}
.mi-flip-vertical {
  transform: scale(1, -1);
}

/* old fa- settings and mi- replacements */
.mi-lg, .fa-lg {
  font-size: 32px;
}
.mi-2x, .fa-2x {
  font-size: 48px;
}
.mi-3x, .fa-3x {
  font-size: 72px;
}
.mi-4x, .fa-4x {
  font-size: 96px;
}
.mi-5x, .fa-5x {
  font-size: 120px;
}
.mi-ul, .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.mi-ul > li, .fa-ul > li {
  position: relative;
}
.mi-li, .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.mi-li.mi-lg, .fa-li.fa-lg {
  left: -1.85714286em;
}
.mi-border, .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.mi-pull-left, .fa-pull-left {
  float: left;
}
.mi-pull-right, .fa-pull-right {
  float: right;
}
.mi.mi-pull-left, .fa.fa-pull-left {
  margin-right: .3em;
}
.mi.mi-pull-right, .fa.fa-pull-right {
  margin-left: .3em;
}

.mi.pull-left, .fa.pull-left {
  margin-right: .3em;
}
.mi.pull-right .fa.pull-right {
  margin-left: .3em;
}
.mi-spin, .fa-spin {
  -webkit-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}
.mi-pulse, .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.mi-rotate-90, .fa-rotate-90 {
  transform: rotate(90deg);
}
.mi-rotate-180, .fa-rotate-180 {
  transform: rotate(180deg);
}
.mi-rotate-270, .fa-rotate-270 {
  transform: rotate(270deg);
}
.mi-flip-horizontal, .fa-flip-horizontal {
  transform: scale(-1, 1);
}
.mi-flip-vertical, .fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .mi-rotate-90,
:root .mi-rotate-180,
:root .mi-rotate-270,
:root .mi-flip-horizontal,
:root .mi-flip-vertical {
  filter: none;
}
.mi-stack, .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x,
.mi-stack-1x,
.mi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.mi-stack-1x, .fa-stack-1x {
  line-height: inherit;
}
.mi-stack-2x, .fa-stack-2x {
  font-size: 2em;
}
.mi-inverse, .fa-inverse {
  color: #fff;
}

.mi-red { color: #c43;}
.mi-green { color: #6a6;}
.mi-blue { color: #28f;}
.mi-violet { color: #71c;}

/* fa icons replacements */
.mi-user:before {content: '\e7fd';}
.mi-users:before {content: '\e7fc';}
.mi-bars:before {content: '\e5d2';}
.mi-file_excel:before {content: '\e2c4'}
.mi-cog:before {content: '\e8b8';}
.mi-envelope:before {content: '\e0e1';}
.mi-square:before {content: '\e834';}
.mi-check_square:before {content: '\e835';}
.mi-plus:before {content: '\e145';}
.mi-frown:before {content: '\e811';}
.mi-thumbs_up:before {content: '\e8dc';}
.mi-thumbs_down:before {content: '\e8db';}
.mi-mobile:before {content: '\e32c';}
.mi-eye:before {content: '\e8f4';}
.mi-question:before {content: '\eb8b';}
.mi-question_circle:before {content: '\e887';}
.mi-calendar:before {content: '\ebcc';}
.mi-table:before {content: '\f101';}
.mi-sliders:before {content: '\e429';}
.mi-file_text:before {content: '\e873';}
.mi-trash:before {content: '\e92e';}
.mi-caret_down:before {content: '\e5c5';}
.mi-sort_unset:before {content: '\ef4f';}
.mi-sort_up:before {content: '\e5db';}
.mi-sort_down:before {content: '\e5d8';}
.mi-arrow_right:before {content: '\e5c8';}
.mi-arrow_left:before {content: '\e5c4';}
.mi-clock:before {content: '\e8b5';}
.mi-calculator:before {content: '\ea5f';}
.mi-car:before {content: '\e531';}
.mi-plus_square:before {content: '\e146';}
.mi-paperclip:before {content: '\e226';}
.mi-sign_in:before {content: '\ea77';}
.mi-sign_out:before {content: '\e9ba';}
.mi-check_circle:before {content: '\e86c';}
.mi-plus_circle:before {content: '\e147';}
.mi-cogs:before {content: '\ea3d';}
.mi-table:before {font-family: MI-O; content: '\f101';}
.mi-arrow_up:before {content: '\e5d8';}
.mi-arrow_down:before {content: '\e5db';}
.mi-window_close:before {content: '\e0e9';}
.mi-chevron_down:before {content: '\e5cf';}
.mi-chevron_up:before {content: '\e5ce';}
.mi-angle_down:before {content: '\e5cf'; font-size: 18px}
.mi-angle_up:before {content: '\e5ce'; font-size: 18px}
.mi-times:before {content: '\e5cd'}

.mi-10k:before {content: '\e951';}
.mi-10mp:before {content: '\e952';}
.mi-11mp:before {content: '\e953';}
.mi-123:before {content: '\eb8d';}
.mi-12mp:before {content: '\e954';}
.mi-13mp:before {content: '\e955';}
.mi-14mp:before {content: '\e956';}
.mi-15mp:before {content: '\e957';}
.mi-16mp:before {content: '\e958';}
.mi-17mp:before {content: '\e959';}
.mi-18_up_rating:before {content: '\f8fd';}
.mi-18mp:before {content: '\e95a';}
.mi-19mp:before {content: '\e95b';}
.mi-1k:before {content: '\e95c';}
.mi-1k_plus:before {content: '\e95d';}
.mi-1x_mobiledata:before {content: '\efcd';}
.mi-1x_mobiledata_badge:before {content: '\f7f1';}
.mi-20mp:before {content: '\e95e';}
.mi-21mp:before {content: '\e95f';}
.mi-22mp:before {content: '\e960';}
.mi-23mp:before {content: '\e961';}
.mi-24mp:before {content: '\e962';}
.mi-2d:before {content: '\ef37';}
.mi-2k:before {content: '\e963';}
.mi-2k_plus:before {content: '\e964';}
.mi-2mp:before {content: '\e965';}
.mi-30fps:before {content: '\efce';}
.mi-30fps_select:before {content: '\efcf';}
.mi-360:before {content: '\e577';}
.mi-3d_rotation:before {content: '\e84d';}
.mi-3g_mobiledata:before {content: '\efd0';}
.mi-3g_mobiledata_badge:before {content: '\f7f0';}
.mi-3k:before {content: '\e966';}
.mi-3k_plus:before {content: '\e967';}
.mi-3mp:before {content: '\e968';}
.mi-3p:before {content: '\efd1';}
.mi-4g_mobiledata:before {content: '\efd2';}
.mi-4g_mobiledata_badge:before {content: '\f7ef';}
.mi-4g_plus_mobiledata:before {content: '\efd3';}
.mi-4k:before {content: '\e072';}
.mi-4k_plus:before {content: '\e969';}
.mi-4mp:before {content: '\e96a';}
.mi-50mp:before {content: '\f6f3';}
.mi-5g:before {content: '\ef38';}
.mi-5g_mobiledata_badge:before {content: '\f7ee';}
.mi-5k:before {content: '\e96b';}
.mi-5k_plus:before {content: '\e96c';}
.mi-5mp:before {content: '\e96d';}
.mi-60fps:before {content: '\efd4';}
.mi-60fps_select:before {content: '\efd5';}
.mi-6_ft_apart:before {content: '\f21e';}
.mi-6k:before {content: '\e96e';}
.mi-6k_plus:before {content: '\e96f';}
.mi-6mp:before {content: '\e970';}
.mi-7k:before {content: '\e971';}
.mi-7k_plus:before {content: '\e972';}
.mi-7mp:before {content: '\e973';}
.mi-8k:before {content: '\e974';}
.mi-8k_plus:before {content: '\e975';}
.mi-8mp:before {content: '\e976';}
.mi-9k:before {content: '\e977';}
.mi-9k_plus:before {content: '\e978';}
.mi-9mp:before {content: '\e979';}
.mi-abc:before {content: '\eb94';}
.mi-ac_unit:before {content: '\eb3b';}
.mi-access_alarm:before {content: '\e855';}
.mi-access_alarms:before {content: '\e855';}
.mi-access_time:before {content: '\efd6';}
.mi-access_time_filled:before {content: '\efd6';}
.mi-accessibility:before {content: '\e84e';}
.mi-accessibility_new:before {content: '\e92c';}
.mi-accessible:before {content: '\e914';}
.mi-accessible_forward:before {content: '\e934';}
.mi-account_balance:before {content: '\e84f';}
.mi-account_balance_wallet:before {content: '\e850';}
.mi-account_box:before {content: '\e851';}
.mi-account_child:before {content: '\e852';}
.mi-account_child_invert:before {content: '\e659';}
.mi-account_circle:before {content: '\f20b';}
.mi-account_circle_filled:before {content: '\f20b';}
.mi-account_circle_off:before {content: '\f7b3';}
.mi-account_tree:before {content: '\e97a';}
.mi-action_key:before {content: '\f502';}
.mi-activity_zone:before {content: '\e1e6';}
.mi-acute:before {content: '\e4cb';}
.mi-ad:before {content: '\e65a';}
.mi-ad_group:before {content: '\e65b';}
.mi-ad_group_off:before {content: '\eae5';}
.mi-ad_off:before {content: '\f7b2';}
.mi-ad_units:before {content: '\ef39';}
.mi-adb:before {content: '\e60e';}
.mi-add:before {content: '\e145';}
.mi-add_a_photo:before {content: '\e439';}
.mi-add_ad:before {content: '\e72a';}
.mi-add_alarm:before {content: '\e856';}
.mi-add_alert:before {content: '\e003';}
.mi-add_box:before {content: '\e146';}
.mi-add_business:before {content: '\e729';}
.mi-add_call:before {content: '\f0b7';}
.mi-add_card:before {content: '\eb86';}
.mi-add_chart:before {content: '\ef3c';}
.mi-add_circle:before {content: '\e3ba';}
.mi-add_circle_outline:before {content: '\e3ba';}
.mi-add_comment:before {content: '\e266';}
.mi-add_home:before {content: '\f8eb';}
.mi-add_home_work:before {content: '\f8ed';}
.mi-add_ic_call:before {content: '\f0b7';}
.mi-add_link:before {content: '\e178';}
.mi-add_location:before {content: '\e567';}
.mi-add_location_alt:before {content: '\ef3a';}
.mi-add_moderator:before {content: '\e97d';}
.mi-add_notes:before {content: '\e091';}
.mi-add_photo_alternate:before {content: '\e43e';}
.mi-add_reaction:before {content: '\e1d3';}
.mi-add_road:before {content: '\ef3b';}
.mi-add_shopping_cart:before {content: '\e854';}
.mi-add_task:before {content: '\f23a';}
.mi-add_to_drive:before {content: '\e65c';}
.mi-add_to_home_screen:before {content: '\e1fe';}
.mi-add_to_photos:before {content: '\e39d';}
.mi-add_to_queue:before {content: '\e05c';}
.mi-addchart:before {content: '\ef3c';}
.mi-adf_scanner:before {content: '\eada';}
.mi-adjust:before {content: '\e39e';}
.mi-admin_meds:before {content: '\e48d';}
.mi-admin_panel_settings:before {content: '\ef3d';}
.mi-ads_click:before {content: '\e762';}
.mi-agender:before {content: '\f888';}
.mi-agriculture:before {content: '\ea79';}
.mi-air:before {content: '\efd8';}
.mi-air_freshener:before {content: '\e2ca';}
.mi-air_purifier:before {content: '\e97e';}
.mi-air_purifier_gen:before {content: '\e829';}
.mi-airline_seat_flat:before {content: '\e630';}
.mi-airline_seat_flat_angled:before {content: '\e631';}
.mi-airline_seat_individual_suite:before {content: '\e632';}
.mi-airline_seat_legroom_extra:before {content: '\e633';}
.mi-airline_seat_legroom_normal:before {content: '\e634';}
.mi-airline_seat_legroom_reduced:before {content: '\e635';}
.mi-airline_seat_recline_extra:before {content: '\e636';}
.mi-airline_seat_recline_normal:before {content: '\e637';}
.mi-airline_stops:before {content: '\e7d0';}
.mi-airlines:before {content: '\e7ca';}
.mi-airplane_ticket:before {content: '\efd9';}
.mi-airplanemode_active:before {content: '\e53d';}
.mi-airplanemode_inactive:before {content: '\e194';}
.mi-airplay:before {content: '\e055';}
.mi-airport_shuttle:before {content: '\eb3c';}
.mi-airware:before {content: '\f154';}
.mi-airwave:before {content: '\f154';}
.mi-alarm:before {content: '\e855';}
.mi-alarm_add:before {content: '\e856';}
.mi-alarm_off:before {content: '\e857';}
.mi-alarm_on:before {content: '\e858';}
.mi-alarm_smart_wake:before {content: '\f6b0';}
.mi-album:before {content: '\e019';}
.mi-align_center:before {content: '\e356';}
.mi-align_end:before {content: '\f797';}
.mi-align_flex_center:before {content: '\f796';}
.mi-align_flex_end:before {content: '\f795';}
.mi-align_flex_start:before {content: '\f794';}
.mi-align_horizontal_center:before {content: '\e00f';}
.mi-align_horizontal_left:before {content: '\e00d';}
.mi-align_horizontal_right:before {content: '\e010';}
.mi-align_items_stretch:before {content: '\f793';}
.mi-align_justify_center:before {content: '\f792';}
.mi-align_justify_flex_end:before {content: '\f791';}
.mi-align_justify_flex_start:before {content: '\f790';}
.mi-align_justify_space_around:before {content: '\f78f';}
.mi-align_justify_space_between:before {content: '\f78e';}
.mi-align_justify_space_even:before {content: '\f78d';}
.mi-align_justify_stretch:before {content: '\f78c';}
.mi-align_self_stretch:before {content: '\f78b';}
.mi-align_space_around:before {content: '\f78a';}
.mi-align_space_between:before {content: '\f789';}
.mi-align_space_even:before {content: '\f788';}
.mi-align_start:before {content: '\f787';}
.mi-align_stretch:before {content: '\f786';}
.mi-align_vertical_bottom:before {content: '\e015';}
.mi-align_vertical_center:before {content: '\e011';}
.mi-align_vertical_top:before {content: '\e00c';}
.mi-all_inbox:before {content: '\e97f';}
.mi-all_inclusive:before {content: '\eb3d';}
.mi-all_match:before {content: '\e093';}
.mi-all_out:before {content: '\e90b';}
.mi-allergies:before {content: '\e094';}
.mi-allergy:before {content: '\e64e';}
.mi-alt_route:before {content: '\f184';}
.mi-alternate_email:before {content: '\e0e6';}
.mi-altitude:before {content: '\f873';}
.mi-ambient_screen:before {content: '\f6c4';}
.mi-ambulance:before {content: '\f803';}
.mi-amend:before {content: '\f802';}
.mi-amp_stories:before {content: '\ea13';}
.mi-analytics:before {content: '\ef3e';}
.mi-anchor:before {content: '\f1cd';}
.mi-android:before {content: '\e859';}
.mi-animation:before {content: '\e71c';}
.mi-announcement:before {content: '\e87f';}
.mi-aod:before {content: '\efda';}
.mi-aod_tablet:before {content: '\f89f';}
.mi-aod_watch:before {content: '\f6ac';}
.mi-apartment:before {content: '\ea40';}
.mi-api:before {content: '\f1b7';}
.mi-apk_document:before {content: '\f88e';}
.mi-apk_install:before {content: '\f88f';}
.mi-app_badging:before {content: '\f72f';}
.mi-app_blocking:before {content: '\ef3f';}
.mi-app_promo:before {content: '\e981';}
.mi-app_registration:before {content: '\ef40';}
.mi-app_settings_alt:before {content: '\ef41';}
.mi-app_shortcut:before {content: '\eae4';}
.mi-apparel:before {content: '\ef7b';}
.mi-approval:before {content: '\e982';}
.mi-approval_delegation:before {content: '\f84a';}
.mi-apps:before {content: '\e5c3';}
.mi-apps_outage:before {content: '\e7cc';}
.mi-aq:before {content: '\f55a';}
.mi-aq_indoor:before {content: '\f55b';}
.mi-ar_on_you:before {content: '\ef7c';}
.mi-ar_stickers:before {content: '\e983';}
.mi-architecture:before {content: '\ea3b';}
.mi-archive:before {content: '\e149';}
.mi-area_chart:before {content: '\e770';}
.mi-arming_countdown:before {content: '\e78a';}
.mi-arrow_and_edge:before {content: '\f5d7';}
.mi-arrow_back:before {content: '\e5c4';}
.mi-arrow_back_ios:before {content: '\e5e0';}
.mi-arrow_back_ios_new:before {content: '\e2ea';}
.mi-arrow_circle_down:before {content: '\f181';}
.mi-arrow_circle_left:before {content: '\eaa7';}
.mi-arrow_circle_right:before {content: '\eaaa';}
.mi-arrow_circle_up:before {content: '\f182';}
.mi-arrow_downward:before {content: '\e5db';}
.mi-arrow_downward_alt:before {content: '\e984';}
.mi-arrow_drop_down:before {content: '\e5c5';}
.mi-arrow_drop_down_circle:before {content: '\e5c6';}
.mi-arrow_drop_up:before {content: '\e5c7';}
.mi-arrow_forward:before {content: '\e5c8';}
.mi-arrow_forward_ios:before {content: '\e5e1';}
.mi-arrow_insert:before {content: '\f837';}
.mi-arrow_left:before {content: '\e5de';}
.mi-arrow_left_alt:before {content: '\ef7d';}
.mi-arrow_or_edge:before {content: '\f5d6';}
.mi-arrow_outward:before {content: '\f8ce';}
.mi-arrow_range:before {content: '\f69b';}
.mi-arrow_right:before {content: '\e5df';}
.mi-arrow_right_alt:before {content: '\e941';}
.mi-arrow_selector_tool:before {content: '\f82f';}
.mi-arrow_split:before {content: '\ea04';}
.mi-arrow_top_left:before {content: '\f72e';}
.mi-arrow_top_right:before {content: '\f72d';}
.mi-arrow_upward:before {content: '\e5d8';}
.mi-arrow_upward_alt:before {content: '\e986';}
.mi-arrows_more_down:before {content: '\f8ab';}
.mi-arrows_more_up:before {content: '\f8ac';}
.mi-arrows_outward:before {content: '\f72c';}
.mi-art_track:before {content: '\e060';}
.mi-article:before {content: '\ef42';}
.mi-article_shortcut:before {content: '\f587';}
.mi-artist:before {content: '\e01a';}
.mi-aspect_ratio:before {content: '\e85b';}
.mi-assessment:before {content: '\f0cc';}
.mi-assignment:before {content: '\e85d';}
.mi-assignment_add:before {content: '\f848';}
.mi-assignment_ind:before {content: '\e85e';}
.mi-assignment_late:before {content: '\e85f';}
.mi-assignment_return:before {content: '\e860';}
.mi-assignment_returned:before {content: '\e861';}
.mi-assignment_turned_in:before {content: '\e862';}
.mi-assist_walker:before {content: '\f8d5';}
.mi-assistant:before {content: '\e39f';}
.mi-assistant_device:before {content: '\e987';}
.mi-assistant_direction:before {content: '\e988';}
.mi-assistant_navigation:before {content: '\e989';}
.mi-assistant_on_hub:before {content: '\f6c1';}
.mi-assistant_photo:before {content: '\f0c6';}
.mi-assured_workload:before {content: '\eb6f';}
.mi-asterisk:before {content: '\f525';}
.mi-astrophotography_auto:before {content: '\f1d9';}
.mi-astrophotography_off:before {content: '\f1da';}
.mi-atm:before {content: '\e573';}
.mi-atr:before {content: '\ebc7';}
.mi-attach_email:before {content: '\ea5e';}
.mi-attach_file:before {content: '\e226';}
.mi-attach_file_add:before {content: '\f841';}
.mi-attach_file_off:before {content: '\f4d9';}
.mi-attach_money:before {content: '\e227';}
.mi-attachment:before {content: '\e2bc';}
.mi-attractions:before {content: '\ea52';}
.mi-attribution:before {content: '\efdb';}
.mi-audio_description:before {content: '\f58c';}
.mi-audio_file:before {content: '\eb82';}
.mi-audio_video_receiver:before {content: '\f5d3';}
.mi-audiotrack:before {content: '\e405';}
.mi-auto_activity_zone:before {content: '\f8ad';}
.mi-auto_awesome:before {content: '\e65f';}
.mi-auto_awesome_mosaic:before {content: '\e660';}
.mi-auto_awesome_motion:before {content: '\e661';}
.mi-auto_delete:before {content: '\ea4c';}
.mi-auto_detect_voice:before {content: '\f83e';}
.mi-auto_draw_solid:before {content: '\e98a';}
.mi-auto_fix:before {content: '\e663';}
.mi-auto_fix_high:before {content: '\e663';}
.mi-auto_fix_normal:before {content: '\e664';}
.mi-auto_fix_off:before {content: '\e665';}
.mi-auto_graph:before {content: '\e4fb';}
.mi-auto_label:before {content: '\f6be';}
.mi-auto_meeting_room:before {content: '\f6bf';}
.mi-auto_mode:before {content: '\ec20';}
.mi-auto_read_pause:before {content: '\f219';}
.mi-auto_read_play:before {content: '\f216';}
.mi-auto_schedule:before {content: '\e214';}
.mi-auto_stories:before {content: '\e666';}
.mi-auto_timer:before {content: '\ef7f';}
.mi-auto_towing:before {content: '\e71e';}
.mi-auto_transmission:before {content: '\f53f';}
.mi-auto_videocam:before {content: '\f6c0';}
.mi-autofps_select:before {content: '\efdc';}
.mi-autopause:before {content: '\f6b6';}
.mi-autopay:before {content: '\f84b';}
.mi-autoplay:before {content: '\f6b5';}
.mi-autorenew:before {content: '\e863';}
.mi-autostop:before {content: '\f682';}
.mi-av_timer:before {content: '\e01b';}
.mi-avg_pace:before {content: '\f6bb';}
.mi-avg_time:before {content: '\f813';}
.mi-award_star:before {content: '\f612';}
.mi-azm:before {content: '\f6ec';}
.mi-baby_changing_station:before {content: '\f19b';}
.mi-back_hand:before {content: '\e764';}
.mi-back_to_tab:before {content: '\f72b';}
.mi-background_dot_large:before {content: '\f79e';}
.mi-background_dot_small:before {content: '\f514';}
.mi-background_grid_small:before {content: '\f79d';}
.mi-background_replace:before {content: '\f20a';}
.mi-backlight_high:before {content: '\f7ed';}
.mi-backlight_high_off:before {content: '\f4ef';}
.mi-backlight_low:before {content: '\f7ec';}
.mi-backpack:before {content: '\f19c';}
.mi-backspace:before {content: '\e14a';}
.mi-backup:before {content: '\e864';}
.mi-backup_table:before {content: '\ef43';}
.mi-badge:before {content: '\ea67';}
.mi-badge_critical_battery:before {content: '\f156';}
.mi-bakery_dining:before {content: '\ea53';}
.mi-balance:before {content: '\eaf6';}
.mi-balcony:before {content: '\e58f';}
.mi-ballot:before {content: '\e172';}
.mi-bar_chart:before {content: '\e26b';}
.mi-bar_chart_4_bars:before {content: '\f681';}
.mi-barcode:before {content: '\e70b';}
.mi-barcode_reader:before {content: '\f85c';}
.mi-barcode_scanner:before {content: '\e70c';}
.mi-barefoot:before {content: '\f871';}
.mi-batch_prediction:before {content: '\f0f5';}
.mi-bath_outdoor:before {content: '\f6fb';}
.mi-bath_private:before {content: '\f6fa';}
.mi-bath_public_large:before {content: '\f6f9';}
.mi-bathroom:before {content: '\efdd';}
.mi-bathtub:before {content: '\ea41';}
.mi-battery_0_bar:before {content: '\ebdc';}
.mi-battery_1_bar:before {content: '\f09c';}
.mi-battery_20:before {content: '\f09c';}
.mi-battery_2_bar:before {content: '\f09d';}
.mi-battery_30:before {content: '\f09d';}
.mi-battery_3_bar:before {content: '\f09e';}
.mi-battery_4_bar:before {content: '\f09f';}
.mi-battery_50:before {content: '\f09e';}
.mi-battery_5_bar:before {content: '\f0a0';}
.mi-battery_60:before {content: '\f09f';}
.mi-battery_6_bar:before {content: '\f0a1';}
.mi-battery_80:before {content: '\f0a0';}
.mi-battery_90:before {content: '\f0a1';}
.mi-battery_alert:before {content: '\e19c';}
.mi-battery_change:before {content: '\f7eb';}
.mi-battery_charging_20:before {content: '\f0a2';}
.mi-battery_charging_30:before {content: '\f0a3';}
.mi-battery_charging_50:before {content: '\f0a4';}
.mi-battery_charging_60:before {content: '\f0a5';}
.mi-battery_charging_80:before {content: '\f0a6';}
.mi-battery_charging_90:before {content: '\f0a7';}
.mi-battery_charging_full:before {content: '\e1a3';}
.mi-battery_error:before {content: '\f7ea';}
.mi-battery_full:before {content: '\e1a5';}
.mi-battery_full_alt:before {content: '\f13b';}
.mi-battery_horiz_000:before {content: '\f8ae';}
.mi-battery_horiz_050:before {content: '\f8af';}
.mi-battery_horiz_075:before {content: '\f8b0';}
.mi-battery_low:before {content: '\f155';}
.mi-battery_plus:before {content: '\f7e9';}
.mi-battery_profile:before {content: '\e206';}
.mi-battery_saver:before {content: '\efde';}
.mi-battery_share:before {content: '\f67e';}
.mi-battery_status_good:before {content: '\f67d';}
.mi-battery_std:before {content: '\e1a5';}
.mi-battery_unknown:before {content: '\e1a6';}
.mi-battery_vert_005:before {content: '\f8b1';}
.mi-battery_vert_020:before {content: '\f8b2';}
.mi-battery_vert_050:before {content: '\f8b3';}
.mi-battery_very_low:before {content: '\f156';}
.mi-beach_access:before {content: '\eb3e';}
.mi-bed:before {content: '\efdf';}
.mi-bedroom_baby:before {content: '\efe0';}
.mi-bedroom_child:before {content: '\efe1';}
.mi-bedroom_parent:before {content: '\efe2';}
.mi-bedtime:before {content: '\ef44';}
.mi-bedtime_off:before {content: '\eb76';}
.mi-beenhere:before {content: '\e52d';}
.mi-bento:before {content: '\f1f4';}
.mi-bia:before {content: '\f6eb';}
.mi-bid_landscape:before {content: '\e678';}
.mi-bid_landscape_disabled:before {content: '\ef81';}
.mi-bigtop_updates:before {content: '\e669';}
.mi-bike_scooter:before {content: '\ef45';}
.mi-biotech:before {content: '\ea3a';}
.mi-blanket:before {content: '\e828';}
.mi-blender:before {content: '\efe3';}
.mi-blind:before {content: '\f8d6';}
.mi-blinds:before {content: '\e286';}
.mi-blinds_closed:before {content: '\ec1f';}
.mi-block:before {content: '\f08c';}
.mi-blood_pressure:before {content: '\e097';}
.mi-bloodtype:before {content: '\efe4';}
.mi-bluetooth:before {content: '\e1a7';}
.mi-bluetooth_audio:before {content: '\e60f';}
.mi-bluetooth_connected:before {content: '\e1a8';}
.mi-bluetooth_disabled:before {content: '\e1a9';}
.mi-bluetooth_drive:before {content: '\efe5';}
.mi-bluetooth_searching:before {content: '\e60f';}
.mi-blur_circular:before {content: '\e3a2';}
.mi-blur_linear:before {content: '\e3a3';}
.mi-blur_medium:before {content: '\e84c';}
.mi-blur_off:before {content: '\e3a4';}
.mi-blur_on:before {content: '\e3a5';}
.mi-blur_short:before {content: '\e8cf';}
.mi-body_fat:before {content: '\e098';}
.mi-body_system:before {content: '\e099';}
.mi-bolt:before {content: '\ea0b';}
.mi-bomb:before {content: '\f568';}
.mi-book:before {content: '\e86e';}
.mi-book_2:before {content: '\f53e';}
.mi-book_3:before {content: '\f53d';}
.mi-book_4:before {content: '\f53c';}
.mi-book_5:before {content: '\f53b';}
.mi-book_online:before {content: '\f217';}
.mi-bookmark:before {content: '\e8e7';}
.mi-bookmark_add:before {content: '\e598';}
.mi-bookmark_added:before {content: '\e599';}
.mi-bookmark_border:before {content: '\e8e7';}
.mi-bookmark_manager:before {content: '\f7b1';}
.mi-bookmark_remove:before {content: '\e59a';}
.mi-bookmarks:before {content: '\e98b';}
.mi-border_all:before {content: '\e228';}
.mi-border_bottom:before {content: '\e229';}
.mi-border_clear:before {content: '\e22a';}
.mi-border_color:before {content: '\e22b';}
.mi-border_horizontal:before {content: '\e22c';}
.mi-border_inner:before {content: '\e22d';}
.mi-border_left:before {content: '\e22e';}
.mi-border_outer:before {content: '\e22f';}
.mi-border_right:before {content: '\e230';}
.mi-border_style:before {content: '\e231';}
.mi-border_top:before {content: '\e232';}
.mi-border_vertical:before {content: '\e233';}
.mi-bottom_app_bar:before {content: '\e730';}
.mi-bottom_drawer:before {content: '\e72d';}
.mi-bottom_navigation:before {content: '\e98c';}
.mi-bottom_panel_close:before {content: '\f72a';}
.mi-bottom_panel_open:before {content: '\f729';}
.mi-bottom_right_click:before {content: '\f684';}
.mi-bottom_sheets:before {content: '\e98d';}
.mi-box:before {content: '\f5a4';}
.mi-box_add:before {content: '\f5a5';}
.mi-box_edit:before {content: '\f5a6';}
.mi-boy:before {content: '\eb67';}
.mi-brand_awareness:before {content: '\e98e';}
.mi-brand_family:before {content: '\f4f1';}
.mi-branding_watermark:before {content: '\e06b';}
.mi-breakfast_dining:before {content: '\ea54';}
.mi-breaking_news:before {content: '\ea08';}
.mi-breaking_news_alt_1:before {content: '\f0ba';}
.mi-breastfeeding:before {content: '\f856';}
.mi-brightness_1:before {content: '\e3fa';}
.mi-brightness_2:before {content: '\f036';}
.mi-brightness_3:before {content: '\e3a8';}
.mi-brightness_4:before {content: '\e3a9';}
.mi-brightness_5:before {content: '\e3aa';}
.mi-brightness_6:before {content: '\e3ab';}
.mi-brightness_7:before {content: '\e3ac';}
.mi-brightness_alert:before {content: '\f5cf';}
.mi-brightness_auto:before {content: '\e1ab';}
.mi-brightness_empty:before {content: '\f7e8';}
.mi-brightness_high:before {content: '\e1ac';}
.mi-brightness_low:before {content: '\e1ad';}
.mi-brightness_medium:before {content: '\e1ae';}
.mi-bring_your_own_ip:before {content: '\e016';}
.mi-broadcast_on_home:before {content: '\f8f8';}
.mi-broadcast_on_personal:before {content: '\f8f9';}
.mi-broken_image:before {content: '\e3ad';}
.mi-browse:before {content: '\eb13';}
.mi-browse_activity:before {content: '\f8a5';}
.mi-browse_gallery:before {content: '\ebd1';}
.mi-browser_not_supported:before {content: '\ef47';}
.mi-browser_updated:before {content: '\e7cf';}
.mi-brunch_dining:before {content: '\ea73';}
.mi-brush:before {content: '\e3ae';}
.mi-bubble:before {content: '\ef83';}
.mi-bubble_chart:before {content: '\e6dd';}
.mi-bubbles:before {content: '\f64e';}
.mi-bug_report:before {content: '\e868';}
.mi-build:before {content: '\f8cd';}
.mi-build_circle:before {content: '\ef48';}
.mi-bungalow:before {content: '\e591';}
.mi-burst_mode:before {content: '\e43c';}
.mi-bus_alert:before {content: '\e98f';}
.mi-business:before {content: '\e7ee';}
.mi-business_center:before {content: '\eb3f';}
.mi-business_chip:before {content: '\f84c';}
.mi-business_messages:before {content: '\ef84';}
.mi-buttons_alt:before {content: '\e72f';}
.mi-cabin:before {content: '\e589';}
.mi-cable:before {content: '\efe6';}
.mi-cached:before {content: '\e86a';}
.mi-cake:before {content: '\e7e9';}
.mi-cake_add:before {content: '\f85b';}
.mi-calculate:before {content: '\ea5f';}
.mi-calendar_add_on:before {content: '\ef85';}
.mi-calendar_apps_script:before {content: '\f0bb';}
.mi-calendar_clock:before {content: '\f540';}
.mi-calendar_month:before {content: '\ebcc';}
.mi-calendar_today:before {content: '\e935';}
.mi-calendar_view_day:before {content: '\e936';}
.mi-calendar_view_month:before {content: '\efe7';}
.mi-calendar_view_week:before {content: '\efe8';}
.mi-call:before {content: '\f0d4';}
.mi-call_end:before {content: '\f0bc';}
.mi-call_end_alt:before {content: '\f0bc';}
.mi-call_log:before {content: '\e08e';}
.mi-call_made:before {content: '\e0b2';}
.mi-call_merge:before {content: '\e0b3';}
.mi-call_missed:before {content: '\e0b4';}
.mi-call_missed_outgoing:before {content: '\e0e4';}
.mi-call_quality:before {content: '\f652';}
.mi-call_received:before {content: '\e0b5';}
.mi-call_split:before {content: '\e0b6';}
.mi-call_to_action:before {content: '\e06c';}
.mi-camera:before {content: '\e3af';}
.mi-camera_alt:before {content: '\e412';}
.mi-camera_enhance:before {content: '\e8fc';}
.mi-camera_front:before {content: '\e3b1';}
.mi-camera_indoor:before {content: '\efe9';}
.mi-camera_outdoor:before {content: '\efea';}
.mi-camera_rear:before {content: '\e3b2';}
.mi-camera_roll:before {content: '\e3b3';}
.mi-camera_video:before {content: '\f7a6';}
.mi-cameraswitch:before {content: '\efeb';}
.mi-campaign:before {content: '\ef49';}
.mi-camping:before {content: '\f8a2';}
.mi-cancel:before {content: '\e888';}
.mi-cancel_presentation:before {content: '\e0e9';}
.mi-cancel_schedule_send:before {content: '\ea39';}
.mi-candle:before {content: '\f588';}
.mi-candlestick_chart:before {content: '\ead4';}
.mi-captive_portal:before {content: '\f728';}
.mi-capture:before {content: '\f727';}
.mi-car_crash:before {content: '\ebf2';}
.mi-car_rental:before {content: '\ea55';}
.mi-car_repair:before {content: '\ea56';}
.mi-car_tag:before {content: '\f4e3';}
.mi-card_giftcard:before {content: '\e8f6';}
.mi-card_membership:before {content: '\e8f7';}
.mi-card_travel:before {content: '\e8f8';}
.mi-cardiology:before {content: '\e09c';}
.mi-cards:before {content: '\e991';}
.mi-carpenter:before {content: '\f1f8';}
.mi-carry_on_bag:before {content: '\eb08';}
.mi-carry_on_bag_checked:before {content: '\eb0b';}
.mi-carry_on_bag_inactive:before {content: '\eb0a';}
.mi-carry_on_bag_question:before {content: '\eb09';}
.mi-cases:before {content: '\e992';}
.mi-casino:before {content: '\eb40';}
.mi-cast:before {content: '\e307';}
.mi-cast_connected:before {content: '\e308';}
.mi-cast_for_education:before {content: '\efec';}
.mi-cast_pause:before {content: '\f5f0';}
.mi-cast_warning:before {content: '\f5ef';}
.mi-castle:before {content: '\eab1';}
.mi-category:before {content: '\e574';}
.mi-celebration:before {content: '\ea65';}
.mi-cell_merge:before {content: '\f82e';}
.mi-cell_tower:before {content: '\ebba';}
.mi-cell_wifi:before {content: '\e0ec';}
.mi-center_focus_strong:before {content: '\e3b4';}
.mi-center_focus_weak:before {content: '\e3b5';}
.mi-chair:before {content: '\efed';}
.mi-chair_alt:before {content: '\efee';}
.mi-chalet:before {content: '\e585';}
.mi-change_circle:before {content: '\e2e7';}
.mi-change_history:before {content: '\e86b';}
.mi-charger:before {content: '\e2ae';}
.mi-charging_station:before {content: '\f19d';}
.mi-chart_data:before {content: '\e473';}
.mi-chat:before {content: '\e0c9';}
.mi-chat_add_on:before {content: '\f0f3';}
.mi-chat_apps_script:before {content: '\f0bd';}
.mi-chat_bubble:before {content: '\e0cb';}
.mi-chat_bubble_outline:before {content: '\e0cb';}
.mi-chat_error:before {content: '\f7ac';}
.mi-chat_info:before {content: '\f52b';}
.mi-chat_paste_go:before {content: '\f6bd';}
.mi-check:before {content: '\e5ca';}
.mi-check_box:before {content: '\e834';}
.mi-check_box_outline_blank:before {content: '\e835';}
.mi-check_circle:before {content: '\f0be';}
.mi-check_circle_filled:before {content: '\f0be';}
.mi-check_circle_outline:before {content: '\f0be';}
.mi-check_in_out:before {content: '\f6f6';}
.mi-check_indeterminate_small:before {content: '\f88a';}
.mi-check_small:before {content: '\f88b';}
.mi-checkbook:before {content: '\e70d';}
.mi-checked_bag:before {content: '\eb0c';}
.mi-checked_bag_question:before {content: '\eb0d';}
.mi-checklist:before {content: '\e6b1';}
.mi-checklist_rtl:before {content: '\e6b3';}
.mi-checkroom:before {content: '\f19e';}
.mi-cheer:before {content: '\f6a8';}
.mi-chess:before {content: '\f5e7';}
.mi-chevron_left:before {content: '\e5cb';}
.mi-chevron_right:before {content: '\e5cc';}
.mi-child_care:before {content: '\eb41';}
.mi-child_friendly:before {content: '\eb42';}
.mi-chip_extraction:before {content: '\f821';}
.mi-chips:before {content: '\e993';}
.mi-chrome_reader_mode:before {content: '\e86d';}
.mi-chromecast_2:before {content: '\f17b';}
.mi-chromecast_device:before {content: '\e83c';}
.mi-chronic:before {content: '\ebb2';}
.mi-church:before {content: '\eaae';}
.mi-cinematic_blur:before {content: '\f853';}
.mi-circle:before {content: '\ef4a';}
.mi-circle_notifications:before {content: '\e994';}
.mi-circles:before {content: '\e7ea';}
.mi-circles_ext:before {content: '\e7ec';}
.mi-clarify:before {content: '\f0bf';}
.mi-class:before {content: '\e86e';}
.mi-clean_hands:before {content: '\f21f';}
.mi-cleaning:before {content: '\e995';}
.mi-cleaning_bucket:before {content: '\f8b4';}
.mi-cleaning_services:before {content: '\f0ff';}
.mi-clear:before {content: '\e5cd';}
.mi-clear_all:before {content: '\e0b8';}
.mi-clear_day:before {content: '\f157';}
.mi-clear_night:before {content: '\f159';}
.mi-climate_mini_split:before {content: '\f8b5';}
.mi-clinical_notes:before {content: '\e09e';}
.mi-clock_loader_10:before {content: '\f726';}
.mi-clock_loader_20:before {content: '\f725';}
.mi-clock_loader_40:before {content: '\f724';}
.mi-clock_loader_60:before {content: '\f723';}
.mi-clock_loader_80:before {content: '\f722';}
.mi-clock_loader_90:before {content: '\f721';}
.mi-close:before {content: '\e5cd';}
.mi-close_fullscreen:before {content: '\f1cf';}
.mi-close_small:before {content: '\f508';}
.mi-closed_caption:before {content: '\e996';}
.mi-closed_caption_disabled:before {content: '\f1dc';}
.mi-closed_caption_off:before {content: '\e996';}
.mi-cloud:before {content: '\f15c';}
.mi-cloud_circle:before {content: '\e2be';}
.mi-cloud_done:before {content: '\e2bf';}
.mi-cloud_download:before {content: '\e2c0';}
.mi-cloud_off:before {content: '\e2c1';}
.mi-cloud_queue:before {content: '\f15c';}
.mi-cloud_sync:before {content: '\eb5a';}
.mi-cloud_upload:before {content: '\e2c3';}
.mi-cloudy:before {content: '\f15c';}
.mi-cloudy_filled:before {content: '\f15c';}
.mi-cloudy_snowing:before {content: '\e810';}
.mi-co2:before {content: '\e7b0';}
.mi-co_present:before {content: '\eaf0';}
.mi-code:before {content: '\e86f';}
.mi-code_blocks:before {content: '\f84d';}
.mi-code_off:before {content: '\e4f3';}
.mi-coffee:before {content: '\efef';}
.mi-coffee_maker:before {content: '\eff0';}
.mi-cognition:before {content: '\e09f';}
.mi-collapse_all:before {content: '\e944';}
.mi-collapse_content:before {content: '\f507';}
.mi-collections:before {content: '\e3d3';}
.mi-collections_bookmark:before {content: '\e431';}
.mi-color_lens:before {content: '\e40a';}
.mi-colorize:before {content: '\e3b8';}
.mi-colors:before {content: '\e997';}
.mi-comedy_mask:before {content: '\f4d6';}
.mi-comic_bubble:before {content: '\f5dd';}
.mi-comment:before {content: '\e24c';}
.mi-comment_bank:before {content: '\ea4e';}
.mi-comments_disabled:before {content: '\e7a2';}
.mi-commit:before {content: '\eaf5';}
.mi-communication:before {content: '\e27c';}
.mi-communities:before {content: '\eb16';}
.mi-communities_filled:before {content: '\eb16';}
.mi-commute:before {content: '\e940';}
.mi-compare:before {content: '\e3b9';}
.mi-compare_arrows:before {content: '\e915';}
.mi-compass_calibration:before {content: '\e57c';}
.mi-component_exchange:before {content: '\f1e7';}
.mi-compost:before {content: '\e761';}
.mi-compress:before {content: '\e94d';}
.mi-computer:before {content: '\e31e';}
.mi-concierge:before {content: '\f561';}
.mi-conditions:before {content: '\e0a0';}
.mi-confirmation_number:before {content: '\e638';}
.mi-congenital:before {content: '\e0a1';}
.mi-connect_without_contact:before {content: '\f223';}
.mi-connected_tv:before {content: '\e998';}
.mi-connecting_airports:before {content: '\e7c9';}
.mi-construction:before {content: '\ea3c';}
.mi-contact_emergency:before {content: '\f8d1';}
.mi-contact_mail:before {content: '\e0d0';}
.mi-contact_page:before {content: '\f22e';}
.mi-contact_phone:before {content: '\f0c0';}
.mi-contact_phone_filled:before {content: '\f0c0';}
.mi-contact_support:before {content: '\e94c';}
.mi-contactless:before {content: '\ea71';}
.mi-contactless_off:before {content: '\f858';}
.mi-contacts:before {content: '\e0ba';}
.mi-contacts_product:before {content: '\e999';}
.mi-content_copy:before {content: '\e14d';}
.mi-content_cut:before {content: '\e14e';}
.mi-content_paste:before {content: '\e14f';}
.mi-content_paste_go:before {content: '\ea8e';}
.mi-content_paste_off:before {content: '\e4f8';}
.mi-content_paste_search:before {content: '\ea9b';}
.mi-contract:before {content: '\f5a0';}
.mi-contract_delete:before {content: '\f5a2';}
.mi-contract_edit:before {content: '\f5a1';}
.mi-contrast:before {content: '\eb37';}
.mi-contrast_rtl_off:before {content: '\ec72';}
.mi-control_camera:before {content: '\e074';}
.mi-control_point:before {content: '\e3ba';}
.mi-control_point_duplicate:before {content: '\e3bb';}
.mi-controller_gen:before {content: '\e83d';}
.mi-conversion_path:before {content: '\f0c1';}
.mi-conversion_path_off:before {content: '\f7b4';}
.mi-conveyor_belt:before {content: '\f867';}
.mi-cookie:before {content: '\eaac';}
.mi-cookie_off:before {content: '\f79a';}
.mi-cooking:before {content: '\e2b6';}
.mi-cool_to_dry:before {content: '\e276';}
.mi-copy_all:before {content: '\e2ec';}
.mi-copyright:before {content: '\e90c';}
.mi-coronavirus:before {content: '\f221';}
.mi-corporate_fare:before {content: '\f1d0';}
.mi-cottage:before {content: '\e587';}
.mi-counter_0:before {content: '\f785';}
.mi-counter_1:before {content: '\f784';}
.mi-counter_2:before {content: '\f783';}
.mi-counter_3:before {content: '\f782';}
.mi-counter_4:before {content: '\f781';}
.mi-counter_5:before {content: '\f780';}
.mi-counter_6:before {content: '\f77f';}
.mi-counter_7:before {content: '\f77e';}
.mi-counter_8:before {content: '\f77d';}
.mi-counter_9:before {content: '\f77c';}
.mi-countertops:before {content: '\f1f7';}
.mi-create:before {content: '\f097';}
.mi-create_new_folder:before {content: '\e2cc';}
.mi-credit_card:before {content: '\e8a1';}
.mi-credit_card_gear:before {content: '\f52d';}
.mi-credit_card_heart:before {content: '\f52c';}
.mi-credit_card_off:before {content: '\e4f4';}
.mi-credit_score:before {content: '\eff1';}
.mi-crib:before {content: '\e588';}
.mi-crisis_alert:before {content: '\ebe9';}
.mi-crop:before {content: '\e3be';}
.mi-crop_16_9:before {content: '\e3bc';}
.mi-crop_3_2:before {content: '\e3bd';}
.mi-crop_5_4:before {content: '\e3bf';}
.mi-crop_7_5:before {content: '\e3c0';}
.mi-crop_9_16:before {content: '\f549';}
.mi-crop_din:before {content: '\e3c6';}
.mi-crop_free:before {content: '\e3c2';}
.mi-crop_landscape:before {content: '\e3c3';}
.mi-crop_original:before {content: '\e3f4';}
.mi-crop_portrait:before {content: '\e3c5';}
.mi-crop_rotate:before {content: '\e437';}
.mi-crop_square:before {content: '\e3c6';}
.mi-crossword:before {content: '\f5e5';}
.mi-crowdsource:before {content: '\eb18';}
.mi-cruelty_free:before {content: '\e799';}
.mi-css:before {content: '\eb93';}
.mi-csv:before {content: '\e6cf';}
.mi-currency_bitcoin:before {content: '\ebc5';}
.mi-currency_exchange:before {content: '\eb70';}
.mi-currency_franc:before {content: '\eafa';}
.mi-currency_lira:before {content: '\eaef';}
.mi-currency_pound:before {content: '\eaf1';}
.mi-currency_ruble:before {content: '\eaec';}
.mi-currency_rupee:before {content: '\eaf7';}
.mi-currency_yen:before {content: '\eafb';}
.mi-currency_yuan:before {content: '\eaf9';}
.mi-curtains:before {content: '\ec1e';}
.mi-curtains_closed:before {content: '\ec1d';}
.mi-custom_typography:before {content: '\e732';}
.mi-cut:before {content: '\f08b';}
.mi-cycle:before {content: '\f854';}
.mi-cyclone:before {content: '\ebd5';}
.mi-dangerous:before {content: '\e99a';}
.mi-dark_mode:before {content: '\e51c';}
.mi-dashboard:before {content: '\e871';}
.mi-dashboard_customize:before {content: '\e99b';}
.mi-data_alert:before {content: '\f7f6';}
.mi-data_array:before {content: '\ead1';}
.mi-data_check:before {content: '\f7f2';}
.mi-data_exploration:before {content: '\e76f';}
.mi-data_info_alert:before {content: '\f7f5';}
.mi-data_loss_prevention:before {content: '\e2dc';}
.mi-data_object:before {content: '\ead3';}
.mi-data_saver_off:before {content: '\eff2';}
.mi-data_saver_on:before {content: '\eff3';}
.mi-data_table:before {content: '\e99c';}
.mi-data_thresholding:before {content: '\eb9f';}
.mi-data_usage:before {content: '\eff2';}
.mi-database:before {content: '\f20e';}
.mi-dataset:before {content: '\f8ee';}
.mi-dataset_linked:before {content: '\f8ef';}
.mi-date_range:before {content: '\e916';}
.mi-deblur:before {content: '\eb77';}
.mi-deceased:before {content: '\e0a5';}
.mi-decimal_decrease:before {content: '\f82d';}
.mi-decimal_increase:before {content: '\f82c';}
.mi-deck:before {content: '\ea42';}
.mi-dehaze:before {content: '\e3c7';}
.mi-delete:before {content: '\e92e';}
.mi-delete_forever:before {content: '\e92b';}
.mi-delete_history:before {content: '\f518';}
.mi-delete_outline:before {content: '\e92e';}
.mi-delete_sweep:before {content: '\e16c';}
.mi-demography:before {content: '\e489';}
.mi-density_large:before {content: '\eba9';}
.mi-density_medium:before {content: '\eb9e';}
.mi-density_small:before {content: '\eba8';}
.mi-dentistry:before {content: '\e0a6';}
.mi-departure_board:before {content: '\e576';}
.mi-deployed_code:before {content: '\f720';}
.mi-deployed_code_account:before {content: '\f51b';}
.mi-deployed_code_alert:before {content: '\f5f2';}
.mi-deployed_code_history:before {content: '\f5f3';}
.mi-deployed_code_update:before {content: '\f5f4';}
.mi-dermatology:before {content: '\e0a7';}
.mi-description:before {content: '\e873';}
.mi-deselect:before {content: '\ebb6';}
.mi-design_services:before {content: '\f10a';}
.mi-desk:before {content: '\f8f4';}
.mi-deskphone:before {content: '\f7fa';}
.mi-desktop_access_disabled:before {content: '\e99d';}
.mi-desktop_mac:before {content: '\e30b';}
.mi-desktop_windows:before {content: '\e30c';}
.mi-destruction:before {content: '\f585';}
.mi-details:before {content: '\e3c8';}
.mi-detection_and_zone:before {content: '\e29f';}
.mi-detector:before {content: '\e282';}
.mi-detector_alarm:before {content: '\e1f7';}
.mi-detector_battery:before {content: '\e204';}
.mi-detector_co:before {content: '\e2af';}
.mi-detector_offline:before {content: '\e223';}
.mi-detector_smoke:before {content: '\e285';}
.mi-detector_status:before {content: '\e1e8';}
.mi-developer_board:before {content: '\e30d';}
.mi-developer_board_off:before {content: '\e4ff';}
.mi-developer_guide:before {content: '\e99e';}
.mi-developer_mode:before {content: '\e1b0';}
.mi-developer_mode_tv:before {content: '\e874';}
.mi-device_hub:before {content: '\e335';}
.mi-device_reset:before {content: '\e8b3';}
.mi-device_thermostat:before {content: '\e1ff';}
.mi-device_unknown:before {content: '\e339';}
.mi-devices:before {content: '\e326';}
.mi-devices_fold:before {content: '\ebde';}
.mi-devices_off:before {content: '\f7a5';}
.mi-devices_other:before {content: '\e337';}
.mi-devices_wearables:before {content: '\f6ab';}
.mi-dew_point:before {content: '\f879';}
.mi-diagnosis:before {content: '\e0a8';}
.mi-dialer_sip:before {content: '\e0bb';}
.mi-dialogs:before {content: '\e99f';}
.mi-dialpad:before {content: '\e0bc';}
.mi-diamond:before {content: '\ead5';}
.mi-dictionary:before {content: '\f539';}
.mi-difference:before {content: '\eb7d';}
.mi-digital_out_of_home:before {content: '\f1de';}
.mi-digital_wellbeing:before {content: '\ef86';}
.mi-dining:before {content: '\eff4';}
.mi-dinner_dining:before {content: '\ea57';}
.mi-directions:before {content: '\e52e';}
.mi-directions_alt:before {content: '\f880';}
.mi-directions_alt_off:before {content: '\f881';}
.mi-directions_bike:before {content: '\e52f';}
.mi-directions_boat:before {content: '\eff5';}
.mi-directions_boat_filled:before {content: '\eff5';}
.mi-directions_bus:before {content: '\eff6';}
.mi-directions_bus_filled:before {content: '\eff6';}
.mi-directions_car:before {content: '\eff7';}
.mi-directions_car_filled:before {content: '\eff7';}
.mi-directions_off:before {content: '\f10f';}
.mi-directions_railway:before {content: '\eff8';}
.mi-directions_railway_filled:before {content: '\eff8';}
.mi-directions_run:before {content: '\e566';}
.mi-directions_subway:before {content: '\effa';}
.mi-directions_subway_filled:before {content: '\effa';}
.mi-directions_transit:before {content: '\effa';}
.mi-directions_transit_filled:before {content: '\effa';}
.mi-directions_walk:before {content: '\e536';}
.mi-directory_sync:before {content: '\e394';}
.mi-dirty_lens:before {content: '\ef4b';}
.mi-disabled_by_default:before {content: '\f230';}
.mi-disabled_visible:before {content: '\e76e';}
.mi-disc_full:before {content: '\e610';}
.mi-discover_tune:before {content: '\e018';}
.mi-dishwasher:before {content: '\e9a0';}
.mi-dishwasher_gen:before {content: '\e832';}
.mi-display_external_input:before {content: '\f7e7';}
.mi-display_settings:before {content: '\eb97';}
.mi-distance:before {content: '\f6ea';}
.mi-diversity_1:before {content: '\f8d7';}
.mi-diversity_2:before {content: '\f8d8';}
.mi-diversity_3:before {content: '\f8d9';}
.mi-diversity_4:before {content: '\f857';}
.mi-dns:before {content: '\e875';}
.mi-do_disturb:before {content: '\f08c';}
.mi-do_disturb_alt:before {content: '\f08d';}
.mi-do_disturb_off:before {content: '\f08e';}
.mi-do_disturb_on:before {content: '\f08f';}
.mi-do_not_disturb:before {content: '\f08d';}
.mi-do_not_disturb_alt:before {content: '\f08c';}
.mi-do_not_disturb_off:before {content: '\f08e';}
.mi-do_not_disturb_on:before {content: '\f08f';}
.mi-do_not_disturb_on_total_silence:before {content: '\effb';}
.mi-do_not_step:before {content: '\f19f';}
.mi-do_not_touch:before {content: '\f1b0';}
.mi-dock:before {content: '\e30e';}
.mi-dock_to_bottom:before {content: '\f7e6';}
.mi-dock_to_left:before {content: '\f7e5';}
.mi-dock_to_right:before {content: '\f7e4';}
.mi-docs_add_on:before {content: '\f0c2';}
.mi-docs_apps_script:before {content: '\f0c3';}
.mi-document_scanner:before {content: '\e5fa';}
.mi-domain:before {content: '\e7ee';}
.mi-domain_add:before {content: '\eb62';}
.mi-domain_disabled:before {content: '\e0ef';}
.mi-domain_verification:before {content: '\ef4c';}
.mi-domain_verification_off:before {content: '\f7b0';}
.mi-domino_mask:before {content: '\f5e4';}
.mi-done:before {content: '\e876';}
.mi-done_all:before {content: '\e877';}
.mi-done_outline:before {content: '\e92f';}
.mi-donut_large:before {content: '\e917';}
.mi-donut_small:before {content: '\e918';}
.mi-door_back:before {content: '\effc';}
.mi-door_front:before {content: '\effd';}
.mi-door_open:before {content: '\e77c';}
.mi-door_sensor:before {content: '\e28a';}
.mi-door_sliding:before {content: '\effe';}
.mi-doorbell:before {content: '\efff';}
.mi-doorbell_3p:before {content: '\e1e7';}
.mi-doorbell_chime:before {content: '\e1f3';}
.mi-double_arrow:before {content: '\ea50';}
.mi-downhill_skiing:before {content: '\e509';}
.mi-download:before {content: '\f090';}
.mi-download_2:before {content: '\f523';}
.mi-download_done:before {content: '\f091';}
.mi-download_for_offline:before {content: '\f000';}
.mi-downloading:before {content: '\f001';}
.mi-draft:before {content: '\e66d';}
.mi-draft_orders:before {content: '\e7b3';}
.mi-drafts:before {content: '\e151';}
.mi-drag_click:before {content: '\f71f';}
.mi-drag_handle:before {content: '\e25d';}
.mi-drag_indicator:before {content: '\e945';}
.mi-drag_pan:before {content: '\f71e';}
.mi-draw:before {content: '\e746';}
.mi-draw_abstract:before {content: '\f7f8';}
.mi-draw_collage:before {content: '\f7f7';}
.mi-drawing_recognition:before {content: '\eb00';}
.mi-dresser:before {content: '\e210';}
.mi-drive_eta:before {content: '\eff7';}
.mi-drive_file_move:before {content: '\e9a1';}
.mi-drive_file_move_outline:before {content: '\e9a1';}
.mi-drive_file_move_rtl:before {content: '\e9a1';}
.mi-drive_file_rename_outline:before {content: '\e9a2';}
.mi-drive_folder_upload:before {content: '\e9a3';}
.mi-drive_fusiontable:before {content: '\e678';}
.mi-dropdown:before {content: '\e9a4';}
.mi-dry:before {content: '\f1b3';}
.mi-dry_cleaning:before {content: '\ea58';}
.mi-dual_screen:before {content: '\f6cf';}
.mi-duo:before {content: '\e9a5';}
.mi-dvr:before {content: '\e1b2';}
.mi-dynamic_feed:before {content: '\ea14';}
.mi-dynamic_form:before {content: '\f1bf';}
.mi-e911_avatar:before {content: '\f11a';}
.mi-e911_emergency:before {content: '\f119';}
.mi-e_mobiledata:before {content: '\f002';}
.mi-e_mobiledata_badge:before {content: '\f7e3';}
.mi-earbuds:before {content: '\f003';}
.mi-earbuds_battery:before {content: '\f004';}
.mi-early_on:before {content: '\e2ba';}
.mi-earthquake:before {content: '\f64f';}
.mi-east:before {content: '\f1df';}
.mi-ecg:before {content: '\f80f';}
.mi-ecg_heart:before {content: '\f6e9';}
.mi-eco:before {content: '\ea35';}
.mi-eda:before {content: '\f6e8';}
.mi-edgesensor_high:before {content: '\f005';}
.mi-edgesensor_low:before {content: '\f006';}
.mi-edit:before {content: '\f097';}
.mi-edit_attributes:before {content: '\e578';}
.mi-edit_calendar:before {content: '\e742';}
.mi-edit_document:before {content: '\f88c';}
.mi-edit_location:before {content: '\e568';}
.mi-edit_location_alt:before {content: '\e1c5';}
.mi-edit_note:before {content: '\e745';}
.mi-edit_notifications:before {content: '\e525';}
.mi-edit_off:before {content: '\e950';}
.mi-edit_road:before {content: '\ef4d';}
.mi-edit_square:before {content: '\f88d';}
.mi-editor_choice:before {content: '\f528';}
.mi-egg:before {content: '\eacc';}
.mi-egg_alt:before {content: '\eac8';}
.mi-eject:before {content: '\e8fb';}
.mi-elderly:before {content: '\f21a';}
.mi-elderly_woman:before {content: '\eb69';}
.mi-electric_bike:before {content: '\eb1b';}
.mi-electric_bolt:before {content: '\ec1c';}
.mi-electric_car:before {content: '\eb1c';}
.mi-electric_meter:before {content: '\ec1b';}
.mi-electric_moped:before {content: '\eb1d';}
.mi-electric_rickshaw:before {content: '\eb1e';}
.mi-electric_scooter:before {content: '\eb1f';}
.mi-electrical_services:before {content: '\f102';}
.mi-elevation:before {content: '\f6e7';}
.mi-elevator:before {content: '\f1a0';}
.mi-email:before {content: '\e159';}
.mi-emergency:before {content: '\e1eb';}
.mi-emergency_heat:before {content: '\f15d';}
.mi-emergency_heat_2:before {content: '\f4e5';}
.mi-emergency_home:before {content: '\e82a';}
.mi-emergency_recording:before {content: '\ebf4';}
.mi-emergency_share:before {content: '\ebf6';}
.mi-emergency_share_off:before {content: '\f59e';}
.mi-emoji_emotions:before {content: '\ea22';}
.mi-emoji_events:before {content: '\ea23';}
.mi-emoji_flags:before {content: '\f0c6';}
.mi-emoji_food_beverage:before {content: '\ea1b';}
.mi-emoji_nature:before {content: '\ea1c';}
.mi-emoji_objects:before {content: '\ea24';}
.mi-emoji_people:before {content: '\ea1d';}
.mi-emoji_symbols:before {content: '\ea1e';}
.mi-emoji_transportation:before {content: '\ea1f';}
.mi-emoticon:before {content: '\e5f3';}
.mi-empty_dashboard:before {content: '\f844';}
.mi-enable:before {content: '\f188';}
.mi-encrypted:before {content: '\e593';}
.mi-endocrinology:before {content: '\e0a9';}
.mi-energy:before {content: '\e9a6';}
.mi-energy_program_saving:before {content: '\f15f';}
.mi-energy_program_time_used:before {content: '\f161';}
.mi-energy_savings_leaf:before {content: '\ec1a';}
.mi-engineering:before {content: '\ea3d';}
.mi-enhanced_encryption:before {content: '\e63f';}
.mi-ent:before {content: '\e0aa';}
.mi-enterprise:before {content: '\e70e';}
.mi-enterprise_off:before {content: '\eb4d';}
.mi-equal:before {content: '\f77b';}
.mi-equalizer:before {content: '\e01d';}
.mi-error:before {content: '\f8b6';}
.mi-error_circle_rounded:before {content: '\f8b6';}
.mi-error_med:before {content: '\e49b';}
.mi-error_outline:before {content: '\f8b6';}
.mi-escalator:before {content: '\f1a1';}
.mi-escalator_warning:before {content: '\f1ac';}
.mi-euro:before {content: '\ea15';}
.mi-euro_symbol:before {content: '\e926';}
.mi-ev_charger:before {content: '\e56d';}
.mi-ev_mobiledata_badge:before {content: '\f7e2';}
.mi-ev_shadow:before {content: '\ef8f';}
.mi-ev_shadow_add:before {content: '\f580';}
.mi-ev_shadow_minus:before {content: '\f57f';}
.mi-ev_station:before {content: '\e56d';}
.mi-event:before {content: '\e878';}
.mi-event_available:before {content: '\e614';}
.mi-event_busy:before {content: '\e615';}
.mi-event_list:before {content: '\f683';}
.mi-event_note:before {content: '\e616';}
.mi-event_repeat:before {content: '\eb7b';}
.mi-event_seat:before {content: '\e903';}
.mi-event_upcoming:before {content: '\f238';}
.mi-exclamation:before {content: '\f22f';}
.mi-exercise:before {content: '\f6e6';}
.mi-exit_to_app:before {content: '\e879';}
.mi-expand:before {content: '\e94f';}
.mi-expand_all:before {content: '\e946';}
.mi-expand_circle_down:before {content: '\e7cd';}
.mi-expand_circle_right:before {content: '\f591';}
.mi-expand_circle_up:before {content: '\f5d2';}
.mi-expand_content:before {content: '\f830';}
.mi-expand_less:before {content: '\e5ce';}
.mi-expand_more:before {content: '\e5cf';}
.mi-experiment:before {content: '\e686';}
.mi-explicit:before {content: '\e01e';}
.mi-explore:before {content: '\e87a';}
.mi-explore_nearby:before {content: '\e538';}
.mi-explore_off:before {content: '\e9a8';}
.mi-explosion:before {content: '\f685';}
.mi-export_notes:before {content: '\e0ac';}
.mi-exposure:before {content: '\e3f6';}
.mi-exposure_neg_1:before {content: '\e3cb';}
.mi-exposure_neg_2:before {content: '\e3cc';}
.mi-exposure_plus_1:before {content: '\e800';}
.mi-exposure_plus_2:before {content: '\e3ce';}
.mi-exposure_zero:before {content: '\e3cf';}
.mi-extension:before {content: '\e87b';}
.mi-extension_off:before {content: '\e4f5';}
.mi-eyeglasses:before {content: '\f6ee';}
.mi-face:before {content: '\f008';}
.mi-face_2:before {content: '\f8da';}
.mi-face_3:before {content: '\f8db';}
.mi-face_4:before {content: '\f8dc';}
.mi-face_5:before {content: '\f8dd';}
.mi-face_6:before {content: '\f8de';}
.mi-face_retouching_natural:before {content: '\ef4e';}
.mi-face_retouching_off:before {content: '\f007';}
.mi-face_unlock:before {content: '\f008';}
.mi-fact_check:before {content: '\f0c5';}
.mi-factory:before {content: '\ebbc';}
.mi-falling:before {content: '\f60d';}
.mi-familiar_face_and_zone:before {content: '\e21c';}
.mi-family_history:before {content: '\e0ad';}
.mi-family_home:before {content: '\eb26';}
.mi-family_link:before {content: '\eb19';}
.mi-family_restroom:before {content: '\f1a2';}
.mi-family_star:before {content: '\f527';}
.mi-farsight_digital:before {content: '\f559';}
.mi-fast_forward:before {content: '\e01f';}
.mi-fast_rewind:before {content: '\e020';}
.mi-fastfood:before {content: '\e57a';}
.mi-faucet:before {content: '\e278';}
.mi-favorite:before {content: '\e87e';}
.mi-favorite_border:before {content: '\e87e';}
.mi-fax:before {content: '\ead8';}
.mi-feature_search:before {content: '\e9a9';}
.mi-featured_play_list:before {content: '\e06d';}
.mi-featured_seasonal_and_gifts:before {content: '\ef91';}
.mi-featured_video:before {content: '\e06e';}
.mi-feed:before {content: '\f009';}
.mi-feedback:before {content: '\e87f';}
.mi-female:before {content: '\e590';}
.mi-femur:before {content: '\f891';}
.mi-femur_alt:before {content: '\f892';}
.mi-fence:before {content: '\f1f6';}
.mi-fertile:before {content: '\f6e5';}
.mi-festival:before {content: '\ea68';}
.mi-fiber_dvr:before {content: '\e05d';}
.mi-fiber_manual_record:before {content: '\e061';}
.mi-fiber_new:before {content: '\e05e';}
.mi-fiber_pin:before {content: '\e06a';}
.mi-fiber_smart_record:before {content: '\e062';}
.mi-file_copy:before {content: '\e173';}
.mi-file_copy_off:before {content: '\f4d8';}
.mi-file_download:before {content: '\f090';}
.mi-file_download_done:before {content: '\f091';}
.mi-file_download_off:before {content: '\e4fe';}
.mi-file_map:before {content: '\e2c5';}
.mi-file_open:before {content: '\eaf3';}
.mi-file_present:before {content: '\ea0e';}
.mi-file_save:before {content: '\f17f';}
.mi-file_save_off:before {content: '\e505';}
.mi-file_upload:before {content: '\f09b';}
.mi-file_upload_off:before {content: '\f886';}
.mi-filter:before {content: '\e3d3';}
.mi-filter_1:before {content: '\e3d0';}
.mi-filter_2:before {content: '\e3d1';}
.mi-filter_3:before {content: '\e3d2';}
.mi-filter_4:before {content: '\e3d4';}
.mi-filter_5:before {content: '\e3d5';}
.mi-filter_6:before {content: '\e3d6';}
.mi-filter_7:before {content: '\e3d7';}
.mi-filter_8:before {content: '\e3d8';}
.mi-filter_9:before {content: '\e3d9';}
.mi-filter_9_plus:before {content: '\e3da';}
.mi-filter_alt:before {content: '\ef4f';}
.mi-filter_alt_off:before {content: '\eb32';}
.mi-filter_b_and_w:before {content: '\e3db';}
.mi-filter_center_focus:before {content: '\e3dc';}
.mi-filter_drama:before {content: '\e3dd';}
.mi-filter_frames:before {content: '\e3de';}
.mi-filter_hdr:before {content: '\e3df';}
.mi-filter_list:before {content: '\e152';}
.mi-filter_list_alt:before {content: '\e94e';}
.mi-filter_list_off:before {content: '\eb57';}
.mi-filter_none:before {content: '\e3e0';}
.mi-filter_retrolux:before {content: '\e3e1';}
.mi-filter_tilt_shift:before {content: '\e3e2';}
.mi-filter_vintage:before {content: '\e3e3';}
.mi-finance:before {content: '\e6bf';}
.mi-finance_chip:before {content: '\f84e';}
.mi-finance_mode:before {content: '\ef92';}
.mi-find_in_page:before {content: '\e880';}
.mi-find_replace:before {content: '\e881';}
.mi-fingerprint:before {content: '\e90d';}
.mi-fire_extinguisher:before {content: '\f1d8';}
.mi-fire_hydrant:before {content: '\f1a3';}
.mi-fire_truck:before {content: '\f8f2';}
.mi-fireplace:before {content: '\ea43';}
.mi-first_page:before {content: '\e5dc';}
.mi-fit_page:before {content: '\f77a';}
.mi-fit_screen:before {content: '\ea10';}
.mi-fit_width:before {content: '\f779';}
.mi-fitness_center:before {content: '\eb43';}
.mi-flag:before {content: '\f0c6';}
.mi-flag_circle:before {content: '\eaf8';}
.mi-flag_filled:before {content: '\f0c6';}
.mi-flaky:before {content: '\ef50';}
.mi-flare:before {content: '\e3e4';}
.mi-flash_auto:before {content: '\e3e5';}
.mi-flash_off:before {content: '\e3e6';}
.mi-flash_on:before {content: '\e3e7';}
.mi-flashlight_off:before {content: '\f00a';}
.mi-flashlight_on:before {content: '\f00b';}
.mi-flatware:before {content: '\f00c';}
.mi-flex_direction:before {content: '\f778';}
.mi-flex_no_wrap:before {content: '\f777';}
.mi-flex_wrap:before {content: '\f776';}
.mi-flight:before {content: '\e539';}
.mi-flight_class:before {content: '\e7cb';}
.mi-flight_land:before {content: '\e904';}
.mi-flight_takeoff:before {content: '\e905';}
.mi-flights_and_hotels:before {content: '\e9ab';}
.mi-flightsmode:before {content: '\ef93';}
.mi-flip:before {content: '\e3e8';}
.mi-flip_camera_android:before {content: '\ea37';}
.mi-flip_camera_ios:before {content: '\ea38';}
.mi-flip_to_back:before {content: '\e882';}
.mi-flip_to_front:before {content: '\e883';}
.mi-flood:before {content: '\ebe6';}
.mi-floor:before {content: '\f6e4';}
.mi-floor_lamp:before {content: '\e21e';}
.mi-flourescent:before {content: '\f07d';}
.mi-flowsheet:before {content: '\e0ae';}
.mi-fluid:before {content: '\e483';}
.mi-fluid_balance:before {content: '\f80d';}
.mi-fluid_med:before {content: '\f80c';}
.mi-fluorescent:before {content: '\f07d';}
.mi-flutter:before {content: '\f1dd';}
.mi-flutter_dash:before {content: '\e00b';}
.mi-fmd_bad:before {content: '\f00e';}
.mi-fmd_good:before {content: '\f1db';}
.mi-foggy:before {content: '\e818';}
.mi-folded_hands:before {content: '\f5ed';}
.mi-folder:before {content: '\e2c7';}
.mi-folder_copy:before {content: '\ebbd';}
.mi-folder_data:before {content: '\f586';}
.mi-folder_delete:before {content: '\eb34';}
.mi-folder_limited:before {content: '\f4e4';}
.mi-folder_managed:before {content: '\f775';}
.mi-folder_off:before {content: '\eb83';}
.mi-folder_open:before {content: '\e2c8';}
.mi-folder_shared:before {content: '\e2c9';}
.mi-folder_special:before {content: '\e617';}
.mi-folder_supervised:before {content: '\f774';}
.mi-folder_zip:before {content: '\eb2c';}
.mi-follow_the_signs:before {content: '\f222';}
.mi-font_download:before {content: '\e167';}
.mi-font_download_off:before {content: '\e4f9';}
.mi-food_bank:before {content: '\f1f2';}
.mi-foot_bones:before {content: '\f893';}
.mi-footprint:before {content: '\f87d';}
.mi-for_you:before {content: '\e9ac';}
.mi-forest:before {content: '\ea99';}
.mi-fork_left:before {content: '\eba0';}
.mi-fork_right:before {content: '\ebac';}
.mi-forklift:before {content: '\f868';}
.mi-format_align_center:before {content: '\e234';}
.mi-format_align_justify:before {content: '\e235';}
.mi-format_align_left:before {content: '\e236';}
.mi-format_align_right:before {content: '\e237';}
.mi-format_bold:before {content: '\e238';}
.mi-format_clear:before {content: '\e239';}
.mi-format_color_fill:before {content: '\e23a';}
.mi-format_color_reset:before {content: '\e23b';}
.mi-format_color_text:before {content: '\e23c';}
.mi-format_h1:before {content: '\f85d';}
.mi-format_h2:before {content: '\f85e';}
.mi-format_h3:before {content: '\f85f';}
.mi-format_h4:before {content: '\f860';}
.mi-format_h5:before {content: '\f861';}
.mi-format_h6:before {content: '\f862';}
.mi-format_image_left:before {content: '\f863';}
.mi-format_image_right:before {content: '\f864';}
.mi-format_indent_decrease:before {content: '\e23d';}
.mi-format_indent_increase:before {content: '\e23e';}
.mi-format_ink_highlighter:before {content: '\f82b';}
.mi-format_italic:before {content: '\e23f';}
.mi-format_letter_spacing:before {content: '\f773';}
.mi-format_letter_spacing_2:before {content: '\f618';}
.mi-format_letter_spacing_standard:before {content: '\f617';}
.mi-format_letter_spacing_wide:before {content: '\f616';}
.mi-format_letter_spacing_wider:before {content: '\f615';}
.mi-format_line_spacing:before {content: '\e240';}
.mi-format_list_bulleted:before {content: '\e241';}
.mi-format_list_bulleted_add:before {content: '\f849';}
.mi-format_list_numbered:before {content: '\e242';}
.mi-format_list_numbered_rtl:before {content: '\e267';}
.mi-format_overline:before {content: '\eb65';}
.mi-format_paint:before {content: '\e243';}
.mi-format_paragraph:before {content: '\f865';}
.mi-format_quote:before {content: '\e244';}
.mi-format_shapes:before {content: '\e25e';}
.mi-format_size:before {content: '\e245';}
.mi-format_strikethrough:before {content: '\e246';}
.mi-format_text_clip:before {content: '\f82a';}
.mi-format_text_overflow:before {content: '\f829';}
.mi-format_text_wrap:before {content: '\f828';}
.mi-format_textdirection_l_to_r:before {content: '\e247';}
.mi-format_textdirection_r_to_l:before {content: '\e248';}
.mi-format_underlined:before {content: '\e249';}
.mi-format_underlined_squiggle:before {content: '\f885';}
.mi-forms_add_on:before {content: '\f0c7';}
.mi-forms_apps_script:before {content: '\f0c8';}
.mi-fort:before {content: '\eaad';}
.mi-forum:before {content: '\e8af';}
.mi-forward:before {content: '\f57a';}
.mi-forward_10:before {content: '\e056';}
.mi-forward_30:before {content: '\e057';}
.mi-forward_5:before {content: '\e058';}
.mi-forward_circle:before {content: '\f6f5';}
.mi-forward_media:before {content: '\f6f4';}
.mi-forward_to_inbox:before {content: '\f187';}
.mi-foundation:before {content: '\f200';}
.mi-frame_inspect:before {content: '\f772';}
.mi-frame_person:before {content: '\f8a6';}
.mi-frame_person_off:before {content: '\f7d1';}
.mi-frame_reload:before {content: '\f771';}
.mi-frame_source:before {content: '\f770';}
.mi-free_breakfast:before {content: '\eb44';}
.mi-free_cancellation:before {content: '\e748';}
.mi-front_hand:before {content: '\e769';}
.mi-front_loader:before {content: '\f869';}
.mi-full_coverage:before {content: '\eb12';}
.mi-full_hd:before {content: '\f58b';}
.mi-full_stacked_bar_chart:before {content: '\f212';}
.mi-fullscreen:before {content: '\e5d0';}
.mi-fullscreen_exit:before {content: '\e5d1';}
.mi-function:before {content: '\f866';}
.mi-functions:before {content: '\e24a';}
.mi-g_mobiledata:before {content: '\f010';}
.mi-g_mobiledata_badge:before {content: '\f7e1';}
.mi-g_translate:before {content: '\e927';}
.mi-gallery_thumbnail:before {content: '\f86f';}
.mi-gamepad:before {content: '\e30f';}
.mi-games:before {content: '\e30f';}
.mi-garage:before {content: '\f011';}
.mi-garage_door:before {content: '\e714';}
.mi-garage_home:before {content: '\e82d';}
.mi-garden_cart:before {content: '\f8a9';}
.mi-gas_meter:before {content: '\ec19';}
.mi-gastroenterology:before {content: '\e0f1';}
.mi-gate:before {content: '\e277';}
.mi-gavel:before {content: '\e90e';}
.mi-general_device:before {content: '\e6de';}
.mi-generating_tokens:before {content: '\e749';}
.mi-genetics:before {content: '\e0f3';}
.mi-genres:before {content: '\e6ee';}
.mi-gesture:before {content: '\e155';}
.mi-gesture_select:before {content: '\f657';}
.mi-get_app:before {content: '\f090';}
.mi-gif:before {content: '\e908';}
.mi-gif_box:before {content: '\e7a3';}
.mi-girl:before {content: '\eb68';}
.mi-gite:before {content: '\e58b';}
.mi-glass_cup:before {content: '\f6e3';}
.mi-globe:before {content: '\e64c';}
.mi-globe_asia:before {content: '\f799';}
.mi-globe_uk:before {content: '\f798';}
.mi-glucose:before {content: '\e4a0';}
.mi-glyphs:before {content: '\f8a3';}
.mi-go_to_line:before {content: '\f71d';}
.mi-golf_course:before {content: '\eb45';}
.mi-google_home_devices:before {content: '\e715';}
.mi-google_plus_reshare:before {content: '\f57a';}
.mi-google_tv_remote:before {content: '\f5db';}
.mi-google_wifi:before {content: '\f579';}
.mi-gpp_bad:before {content: '\f012';}
.mi-gpp_good:before {content: '\f013';}
.mi-gpp_maybe:before {content: '\f014';}
.mi-gps_fixed:before {content: '\e55c';}
.mi-gps_not_fixed:before {content: '\e1b7';}
.mi-gps_off:before {content: '\e1b6';}
.mi-grade:before {content: '\e885';}
.mi-gradient:before {content: '\e3e9';}
.mi-grading:before {content: '\ea4f';}
.mi-grain:before {content: '\e3ea';}
.mi-graphic_eq:before {content: '\e1b8';}
.mi-grass:before {content: '\f205';}
.mi-grid_3x3:before {content: '\f015';}
.mi-grid_3x3_off:before {content: '\f67c';}
.mi-grid_4x4:before {content: '\f016';}
.mi-grid_goldenratio:before {content: '\f017';}
.mi-grid_guides:before {content: '\f76f';}
.mi-grid_off:before {content: '\e3eb';}
.mi-grid_on:before {content: '\e3ec';}
.mi-grid_view:before {content: '\e9b0';}
.mi-grocery:before {content: '\ef97';}
.mi-group:before {content: '\ea21';}
.mi-group_add:before {content: '\e7f0';}
.mi-group_off:before {content: '\e747';}
.mi-group_remove:before {content: '\e7ad';}
.mi-group_work:before {content: '\e886';}
.mi-grouped_bar_chart:before {content: '\f211';}
.mi-groups:before {content: '\f233';}
.mi-groups_2:before {content: '\f8df';}
.mi-groups_3:before {content: '\f8e0';}
.mi-gynecology:before {content: '\e0f4';}
.mi-h_mobiledata:before {content: '\f018';}
.mi-h_mobiledata_badge:before {content: '\f7e0';}
.mi-h_plus_mobiledata:before {content: '\f019';}
.mi-h_plus_mobiledata_badge:before {content: '\f7df';}
.mi-hail:before {content: '\e9b1';}
.mi-hallway:before {content: '\e6f8';}
.mi-hand_bones:before {content: '\f894';}
.mi-hand_gesture:before {content: '\ef9c';}
.mi-handshake:before {content: '\ebcb';}
.mi-handwriting_recognition:before {content: '\eb02';}
.mi-handyman:before {content: '\f10b';}
.mi-hangout_video:before {content: '\e0c1';}
.mi-hangout_video_off:before {content: '\e0c2';}
.mi-hard_drive:before {content: '\f80e';}
.mi-hard_drive_2:before {content: '\f7a4';}
.mi-hardware:before {content: '\ea59';}
.mi-hd:before {content: '\e052';}
.mi-hdr_auto:before {content: '\f01a';}
.mi-hdr_auto_select:before {content: '\f01b';}
.mi-hdr_enhanced_select:before {content: '\ef51';}
.mi-hdr_off:before {content: '\e3ed';}
.mi-hdr_off_select:before {content: '\f01c';}
.mi-hdr_on:before {content: '\e3ee';}
.mi-hdr_on_select:before {content: '\f01d';}
.mi-hdr_plus:before {content: '\f01e';}
.mi-hdr_plus_off:before {content: '\e3ef';}
.mi-hdr_strong:before {content: '\e3f1';}
.mi-hdr_weak:before {content: '\e3f2';}
.mi-headphones:before {content: '\f01f';}
.mi-headphones_battery:before {content: '\f020';}
.mi-headset:before {content: '\f01f';}
.mi-headset_mic:before {content: '\e311';}
.mi-headset_off:before {content: '\e33a';}
.mi-healing:before {content: '\e3f3';}
.mi-health_and_beauty:before {content: '\ef9d';}
.mi-health_and_safety:before {content: '\e1d5';}
.mi-health_metrics:before {content: '\f6e2';}
.mi-heap_snapshot_large:before {content: '\f76e';}
.mi-heap_snapshot_multiple:before {content: '\f76d';}
.mi-heap_snapshot_thumbnail:before {content: '\f76c';}
.mi-hearing:before {content: '\e023';}
.mi-hearing_disabled:before {content: '\f104';}
.mi-heart_broken:before {content: '\eac2';}
.mi-heart_check:before {content: '\f60a';}
.mi-heart_minus:before {content: '\f883';}
.mi-heart_plus:before {content: '\f884';}
.mi-heat:before {content: '\f537';}
.mi-heat_pump:before {content: '\ec18';}
.mi-heat_pump_balance:before {content: '\e27e';}
.mi-height:before {content: '\ea16';}
.mi-helicopter:before {content: '\f60c';}
.mi-help:before {content: '\e8fd';}
.mi-help_center:before {content: '\f1c0';}
.mi-help_clinic:before {content: '\f810';}
.mi-help_outline:before {content: '\e8fd';}
.mi-hematology:before {content: '\e0f6';}
.mi-hevc:before {content: '\f021';}
.mi-hexagon:before {content: '\eb39';}
.mi-hide:before {content: '\ef9e';}
.mi-hide_image:before {content: '\f022';}
.mi-hide_source:before {content: '\f023';}
.mi-high_density:before {content: '\f79c';}
.mi-high_quality:before {content: '\e024';}
.mi-high_res:before {content: '\f54b';}
.mi-highlight:before {content: '\e25f';}
.mi-highlight_keyboard_focus:before {content: '\f510';}
.mi-highlight_mouse_cursor:before {content: '\f511';}
.mi-highlight_off:before {content: '\e888';}
.mi-highlight_text_cursor:before {content: '\f512';}
.mi-highlighter_size_1:before {content: '\f76b';}
.mi-highlighter_size_2:before {content: '\f76a';}
.mi-highlighter_size_3:before {content: '\f769';}
.mi-highlighter_size_4:before {content: '\f768';}
.mi-highlighter_size_5:before {content: '\f767';}
.mi-hiking:before {content: '\e50a';}
.mi-history:before {content: '\e8b3';}
.mi-history_edu:before {content: '\ea3e';}
.mi-history_off:before {content: '\f4da';}
.mi-history_toggle_off:before {content: '\f17d';}
.mi-hive:before {content: '\eaa6';}
.mi-hls:before {content: '\eb8a';}
.mi-hls_off:before {content: '\eb8c';}
.mi-holiday_village:before {content: '\e58a';}
.mi-home:before {content: '\e9b2';}
.mi-home_and_garden:before {content: '\ef9f';}
.mi-home_app_logo:before {content: '\e295';}
.mi-home_filled:before {content: '\e9b2';}
.mi-home_health:before {content: '\e4b9';}
.mi-home_improvement_and_tools:before {content: '\efa0';}
.mi-home_iot_device:before {content: '\e283';}
.mi-home_max:before {content: '\f024';}
.mi-home_max_dots:before {content: '\e849';}
.mi-home_mini:before {content: '\f025';}
.mi-home_pin:before {content: '\f14d';}
.mi-home_repair_service:before {content: '\f100';}
.mi-home_speaker:before {content: '\f11c';}
.mi-home_storage:before {content: '\f86c';}
.mi-home_work:before {content: '\f030';}
.mi-horizontal_distribute:before {content: '\e014';}
.mi-horizontal_rule:before {content: '\f108';}
.mi-horizontal_split:before {content: '\e947';}
.mi-hot_tub:before {content: '\eb46';}
.mi-hotel:before {content: '\e549';}
.mi-hotel_class:before {content: '\e743';}
.mi-hourglass:before {content: '\ebff';}
.mi-hourglass_bottom:before {content: '\ea5c';}
.mi-hourglass_disabled:before {content: '\ef53';}
.mi-hourglass_empty:before {content: '\e88b';}
.mi-hourglass_full:before {content: '\e88c';}
.mi-hourglass_top:before {content: '\ea5b';}
.mi-house:before {content: '\ea44';}
.mi-house_siding:before {content: '\f202';}
.mi-house_with_shield:before {content: '\e786';}
.mi-houseboat:before {content: '\e584';}
.mi-household_supplies:before {content: '\efa1';}
.mi-how_to_reg:before {content: '\e174';}
.mi-how_to_vote:before {content: '\e175';}
.mi-hr_resting:before {content: '\f6ba';}
.mi-html:before {content: '\eb7e';}
.mi-http:before {content: '\e902';}
.mi-https:before {content: '\e899';}
.mi-hub:before {content: '\e9f4';}
.mi-humerus:before {content: '\f895';}
.mi-humerus_alt:before {content: '\f896';}
.mi-humidity_high:before {content: '\f163';}
.mi-humidity_indoor:before {content: '\f558';}
.mi-humidity_low:before {content: '\f164';}
.mi-humidity_mid:before {content: '\f165';}
.mi-humidity_percentage:before {content: '\f87e';}
.mi-hvac:before {content: '\f10e';}
.mi-ice_skating:before {content: '\e50b';}
.mi-icecream:before {content: '\ea69';}
.mi-ifl:before {content: '\e025';}
.mi-iframe:before {content: '\f71b';}
.mi-iframe_off:before {content: '\f71c';}
.mi-image:before {content: '\e3f4';}
.mi-image_aspect_ratio:before {content: '\e3f5';}
.mi-image_not_supported:before {content: '\f116';}
.mi-image_search:before {content: '\e43f';}
.mi-imagesearch_roller:before {content: '\e9b4';}
.mi-imagesmode:before {content: '\efa2';}
.mi-immunology:before {content: '\e0fb';}
.mi-import_contacts:before {content: '\e0e0';}
.mi-import_export:before {content: '\e8d5';}
.mi-important_devices:before {content: '\e912';}
.mi-in_home_mode:before {content: '\e833';}
.mi-inactive_order:before {content: '\e0fc';}
.mi-inbox:before {content: '\e156';}
.mi-inbox_customize:before {content: '\f859';}
.mi-incomplete_circle:before {content: '\e79b';}
.mi-indeterminate_check_box:before {content: '\e909';}
.mi-indeterminate_question_box:before {content: '\f56d';}
.mi-info:before {content: '\e88e';}
.mi-info_i:before {content: '\f59b';}
.mi-infrared:before {content: '\f87c';}
.mi-ink_eraser:before {content: '\e6d0';}
.mi-ink_eraser_off:before {content: '\e7e3';}
.mi-ink_highlighter:before {content: '\e6d1';}
.mi-ink_highlighter_move:before {content: '\f524';}
.mi-ink_marker:before {content: '\e6d2';}
.mi-ink_pen:before {content: '\e6d3';}
.mi-inpatient:before {content: '\e0fe';}
.mi-input:before {content: '\e890';}
.mi-input_circle:before {content: '\f71a';}
.mi-insert_chart:before {content: '\f0cc';}
.mi-insert_chart_filled:before {content: '\f0cc';}
.mi-insert_chart_outlined:before {content: '\f0cc';}
.mi-insert_comment:before {content: '\e24c';}
.mi-insert_drive_file:before {content: '\e66d';}
.mi-insert_emoticon:before {content: '\ea22';}
.mi-insert_invitation:before {content: '\e878';}
.mi-insert_link:before {content: '\e250';}
.mi-insert_page_break:before {content: '\eaca';}
.mi-insert_photo:before {content: '\e3f4';}
.mi-insert_text:before {content: '\f827';}
.mi-insights:before {content: '\f092';}
.mi-install_desktop:before {content: '\eb71';}
.mi-install_mobile:before {content: '\eb72';}
.mi-instant_mix:before {content: '\e026';}
.mi-integration_instructions:before {content: '\ef54';}
.mi-interactive_space:before {content: '\f7ff';}
.mi-interests:before {content: '\e7c8';}
.mi-interpreter_mode:before {content: '\e83b';}
.mi-inventory:before {content: '\e179';}
.mi-inventory_2:before {content: '\e1a1';}
.mi-invert_colors:before {content: '\e891';}
.mi-invert_colors_off:before {content: '\e0c4';}
.mi-ios:before {content: '\e027';}
.mi-ios_share:before {content: '\e6b8';}
.mi-iron:before {content: '\e583';}
.mi-iso:before {content: '\e3f6';}
.mi-jamboard_kiosk:before {content: '\e9b5';}
.mi-javascript:before {content: '\eb7c';}
.mi-join:before {content: '\f84f';}
.mi-join_full:before {content: '\f84f';}
.mi-join_inner:before {content: '\eaf4';}
.mi-join_left:before {content: '\eaf2';}
.mi-join_right:before {content: '\eaea';}
.mi-joystick:before {content: '\f5ee';}
.mi-jump_to_element:before {content: '\f719';}
.mi-kayaking:before {content: '\e50c';}
.mi-kebab_dining:before {content: '\e842';}
.mi-kettle:before {content: '\e2b9';}
.mi-key:before {content: '\e73c';}
.mi-key_off:before {content: '\eb84';}
.mi-key_vertical:before {content: '\f51a';}
.mi-key_visualizer:before {content: '\f199';}
.mi-keyboard:before {content: '\e312';}
.mi-keyboard_alt:before {content: '\f028';}
.mi-keyboard_arrow_down:before {content: '\e313';}
.mi-keyboard_arrow_left:before {content: '\e314';}
.mi-keyboard_arrow_right:before {content: '\e315';}
.mi-keyboard_arrow_up:before {content: '\e316';}
.mi-keyboard_backspace:before {content: '\e317';}
.mi-keyboard_capslock:before {content: '\e318';}
.mi-keyboard_capslock_badge:before {content: '\f7de';}
.mi-keyboard_command_key:before {content: '\eae7';}
.mi-keyboard_control_key:before {content: '\eae6';}
.mi-keyboard_double_arrow_down:before {content: '\ead0';}
.mi-keyboard_double_arrow_left:before {content: '\eac3';}
.mi-keyboard_double_arrow_right:before {content: '\eac9';}
.mi-keyboard_double_arrow_up:before {content: '\eacf';}
.mi-keyboard_external_input:before {content: '\f7dd';}
.mi-keyboard_full:before {content: '\f7dc';}
.mi-keyboard_hide:before {content: '\e31a';}
.mi-keyboard_keys:before {content: '\f67b';}
.mi-keyboard_off:before {content: '\f67a';}
.mi-keyboard_onscreen:before {content: '\f7db';}
.mi-keyboard_option_key:before {content: '\eae8';}
.mi-keyboard_previous_language:before {content: '\f7da';}
.mi-keyboard_return:before {content: '\e31b';}
.mi-keyboard_tab:before {content: '\e31c';}
.mi-keyboard_tab_rtl:before {content: '\ec73';}
.mi-keyboard_voice:before {content: '\e31d';}
.mi-kid_star:before {content: '\f526';}
.mi-king_bed:before {content: '\ea45';}
.mi-kitchen:before {content: '\eb47';}
.mi-kitesurfing:before {content: '\e50d';}
.mi-lab_panel:before {content: '\e103';}
.mi-lab_profile:before {content: '\e104';}
.mi-lab_research:before {content: '\f80b';}
.mi-label:before {content: '\e893';}
.mi-label_important:before {content: '\e948';}
.mi-label_important_outline:before {content: '\e948';}
.mi-label_off:before {content: '\e9b6';}
.mi-label_outline:before {content: '\e893';}
.mi-labs:before {content: '\e105';}
.mi-lan:before {content: '\eb2f';}
.mi-landscape:before {content: '\e564';}
.mi-landslide:before {content: '\ebd7';}
.mi-language:before {content: '\e894';}
.mi-language_chinese_array:before {content: '\f766';}
.mi-language_chinese_cangjie:before {content: '\f765';}
.mi-language_chinese_dayi:before {content: '\f764';}
.mi-language_chinese_pinyin:before {content: '\f763';}
.mi-language_chinese_quick:before {content: '\f762';}
.mi-language_chinese_wubi:before {content: '\f761';}
.mi-language_french:before {content: '\f760';}
.mi-language_gb_english:before {content: '\f75f';}
.mi-language_international:before {content: '\f75e';}
.mi-language_japanese_kana:before {content: '\f513';}
.mi-language_korean_latin:before {content: '\f75d';}
.mi-language_pinyin:before {content: '\f75c';}
.mi-language_spanish:before {content: '\f5e9';}
.mi-language_us:before {content: '\f759';}
.mi-language_us_colemak:before {content: '\f75b';}
.mi-language_us_dvorak:before {content: '\f75a';}
.mi-laps:before {content: '\f6b9';}
.mi-laptop:before {content: '\e31e';}
.mi-laptop_chromebook:before {content: '\e31f';}
.mi-laptop_mac:before {content: '\e320';}
.mi-laptop_windows:before {content: '\e321';}
.mi-lasso_select:before {content: '\eb03';}
.mi-last_page:before {content: '\e5dd';}
.mi-launch:before {content: '\e89e';}
.mi-laundry:before {content: '\e2a8';}
.mi-layers:before {content: '\e53b';}
.mi-layers_clear:before {content: '\e53c';}
.mi-lda:before {content: '\e106';}
.mi-leaderboard:before {content: '\f20c';}
.mi-leak_add:before {content: '\e3f8';}
.mi-leak_remove:before {content: '\e3f9';}
.mi-left_click:before {content: '\f718';}
.mi-left_panel_close:before {content: '\f717';}
.mi-left_panel_open:before {content: '\f716';}
.mi-legend_toggle:before {content: '\f11b';}
.mi-lens:before {content: '\e3fa';}
.mi-lens_blur:before {content: '\f029';}
.mi-letter_switch:before {content: '\f758';}
.mi-library_add:before {content: '\e03c';}
.mi-library_add_check:before {content: '\e9b7';}
.mi-library_books:before {content: '\e02f';}
.mi-library_music:before {content: '\e030';}
.mi-license:before {content: '\eb04';}
.mi-lift_to_talk:before {content: '\efa3';}
.mi-light:before {content: '\f02a';}
.mi-light_group:before {content: '\e28b';}
.mi-light_mode:before {content: '\e518';}
.mi-light_off:before {content: '\e9b8';}
.mi-lightbulb:before {content: '\e90f';}
.mi-lightbulb_circle:before {content: '\ebfe';}
.mi-lightbulb_outline:before {content: '\e90f';}
.mi-lightning_stand:before {content: '\efa4';}
.mi-line_axis:before {content: '\ea9a';}
.mi-line_curve:before {content: '\f757';}
.mi-line_end:before {content: '\f826';}
.mi-line_end_arrow:before {content: '\f81d';}
.mi-line_end_arrow_notch:before {content: '\f81c';}
.mi-line_end_circle:before {content: '\f81b';}
.mi-line_end_diamond:before {content: '\f81a';}
.mi-line_end_square:before {content: '\f819';}
.mi-line_start:before {content: '\f825';}
.mi-line_start_arrow:before {content: '\f818';}
.mi-line_start_arrow_notch:before {content: '\f817';}
.mi-line_start_circle:before {content: '\f816';}
.mi-line_start_diamond:before {content: '\f815';}
.mi-line_start_square:before {content: '\f814';}
.mi-line_style:before {content: '\e919';}
.mi-line_weight:before {content: '\e91a';}
.mi-linear_scale:before {content: '\e260';}
.mi-link:before {content: '\e250';}
.mi-link_off:before {content: '\e16f';}
.mi-linked_camera:before {content: '\e438';}
.mi-linked_services:before {content: '\f535';}
.mi-liquor:before {content: '\ea60';}
.mi-list:before {content: '\e896';}
.mi-list_alt:before {content: '\e0ee';}
.mi-list_alt_add:before {content: '\f756';}
.mi-lists:before {content: '\e9b9';}
.mi-live_help:before {content: '\e0c6';}
.mi-live_tv:before {content: '\e63a';}
.mi-living:before {content: '\f02b';}
.mi-local_activity:before {content: '\e553';}
.mi-local_airport:before {content: '\e53d';}
.mi-local_atm:before {content: '\e53e';}
.mi-local_bar:before {content: '\e540';}
.mi-local_cafe:before {content: '\eb44';}
.mi-local_car_wash:before {content: '\e542';}
.mi-local_convenience_store:before {content: '\e543';}
.mi-local_dining:before {content: '\e561';}
.mi-local_drink:before {content: '\e544';}
.mi-local_fire_department:before {content: '\ef55';}
.mi-local_florist:before {content: '\e545';}
.mi-local_gas_station:before {content: '\e546';}
.mi-local_grocery_store:before {content: '\e8cc';}
.mi-local_hospital:before {content: '\e548';}
.mi-local_hotel:before {content: '\e549';}
.mi-local_laundry_service:before {content: '\e54a';}
.mi-local_library:before {content: '\e54b';}
.mi-local_mall:before {content: '\e54c';}
.mi-local_movies:before {content: '\e8da';}
.mi-local_offer:before {content: '\f05b';}
.mi-local_parking:before {content: '\e54f';}
.mi-local_pharmacy:before {content: '\e550';}
.mi-local_phone:before {content: '\f0d4';}
.mi-local_pizza:before {content: '\e552';}
.mi-local_play:before {content: '\e553';}
.mi-local_police:before {content: '\ef56';}
.mi-local_post_office:before {content: '\e554';}
.mi-local_printshop:before {content: '\e8ad';}
.mi-local_see:before {content: '\e557';}
.mi-local_shipping:before {content: '\e558';}
.mi-local_taxi:before {content: '\e559';}
.mi-location_automation:before {content: '\f14f';}
.mi-location_away:before {content: '\f150';}
.mi-location_chip:before {content: '\f850';}
.mi-location_city:before {content: '\e7f1';}
.mi-location_disabled:before {content: '\e1b6';}
.mi-location_home:before {content: '\f152';}
.mi-location_off:before {content: '\e0c7';}
.mi-location_on:before {content: '\f1db';}
.mi-location_pin:before {content: '\f1db';}
.mi-location_searching:before {content: '\e1b7';}
.mi-locator_tag:before {content: '\f8c1';}
.mi-lock:before {content: '\e899';}
.mi-lock_clock:before {content: '\ef57';}
.mi-lock_open:before {content: '\e898';}
.mi-lock_open_right:before {content: '\f656';}
.mi-lock_outline:before {content: '\e899';}
.mi-lock_person:before {content: '\f8f3';}
.mi-lock_reset:before {content: '\eade';}
.mi-login:before {content: '\ea77';}
.mi-logo_dev:before {content: '\ead6';}
.mi-logout:before {content: '\e9ba';}
.mi-looks:before {content: '\e3fc';}
.mi-looks_3:before {content: '\e3fb';}
.mi-looks_4:before {content: '\e3fd';}
.mi-looks_5:before {content: '\e3fe';}
.mi-looks_6:before {content: '\e3ff';}
.mi-looks_one:before {content: '\e400';}
.mi-looks_two:before {content: '\e401';}
.mi-loop:before {content: '\e863';}
.mi-loupe:before {content: '\e402';}
.mi-low_density:before {content: '\f79b';}
.mi-low_priority:before {content: '\e16d';}
.mi-loyalty:before {content: '\e89a';}
.mi-lte_mobiledata:before {content: '\f02c';}
.mi-lte_mobiledata_badge:before {content: '\f7d9';}
.mi-lte_plus_mobiledata:before {content: '\f02d';}
.mi-lte_plus_mobiledata_badge:before {content: '\f7d8';}
.mi-luggage:before {content: '\f235';}
.mi-lunch_dining:before {content: '\ea61';}
.mi-lyrics:before {content: '\ec0b';}
.mi-macro_auto:before {content: '\f6f2';}
.mi-macro_off:before {content: '\f8d2';}
.mi-magic_button:before {content: '\f136';}
.mi-magic_exchange:before {content: '\f7f4';}
.mi-magic_tether:before {content: '\f7d7';}
.mi-magnification_large:before {content: '\f83d';}
.mi-magnification_small:before {content: '\f83c';}
.mi-magnify_docked:before {content: '\f7d6';}
.mi-magnify_fullscreen:before {content: '\f7d5';}
.mi-mail:before {content: '\e159';}
.mi-mail_lock:before {content: '\ec0a';}
.mi-mail_outline:before {content: '\e159';}
.mi-male:before {content: '\e58e';}
.mi-man:before {content: '\e4eb';}
.mi-man_2:before {content: '\f8e1';}
.mi-man_3:before {content: '\f8e2';}
.mi-man_4:before {content: '\f8e3';}
.mi-manage_accounts:before {content: '\f02e';}
.mi-manage_history:before {content: '\ebe7';}
.mi-manage_search:before {content: '\f02f';}
.mi-manga:before {content: '\f5e3';}
.mi-manufacturing:before {content: '\e726';}
.mi-map:before {content: '\e55b';}
.mi-maps_home_work:before {content: '\f030';}
.mi-maps_ugc:before {content: '\ef58';}
.mi-margin:before {content: '\e9bb';}
.mi-mark_as_unread:before {content: '\e9bc';}
.mi-mark_chat_read:before {content: '\f18b';}
.mi-mark_chat_unread:before {content: '\f189';}
.mi-mark_email_read:before {content: '\f18c';}
.mi-mark_email_unread:before {content: '\f18a';}
.mi-mark_unread_chat_alt:before {content: '\eb9d';}
.mi-markdown:before {content: '\f552';}
.mi-markdown_copy:before {content: '\f553';}
.mi-markdown_paste:before {content: '\f554';}
.mi-markunread:before {content: '\e159';}
.mi-markunread_mailbox:before {content: '\e89b';}
.mi-masked_transitions:before {content: '\e72e';}
.mi-masks:before {content: '\f218';}
.mi-match_case:before {content: '\f6f1';}
.mi-match_word:before {content: '\f6f0';}
.mi-matter:before {content: '\e907';}
.mi-maximize:before {content: '\e930';}
.mi-measuring_tape:before {content: '\f6af';}
.mi-media_bluetooth_off:before {content: '\f031';}
.mi-media_bluetooth_on:before {content: '\f032';}
.mi-media_link:before {content: '\f83f';}
.mi-media_output:before {content: '\f4f2';}
.mi-media_output_off:before {content: '\f4f3';}
.mi-mediation:before {content: '\efa7';}
.mi-medical_information:before {content: '\ebed';}
.mi-medical_mask:before {content: '\f80a';}
.mi-medical_services:before {content: '\f109';}
.mi-medication:before {content: '\f033';}
.mi-medication_liquid:before {content: '\ea87';}
.mi-meeting_room:before {content: '\eb4f';}
.mi-memory:before {content: '\e322';}
.mi-memory_alt:before {content: '\f7a3';}
.mi-menstrual_health:before {content: '\f6e1';}
.mi-menu:before {content: '\e5d2';}
.mi-menu_book:before {content: '\ea19';}
.mi-menu_open:before {content: '\e9bd';}
.mi-merge:before {content: '\eb98';}
.mi-merge_type:before {content: '\e252';}
.mi-message:before {content: '\e0c9';}
.mi-metabolism:before {content: '\e10b';}
.mi-mfg_nest_yale_lock:before {content: '\f11d';}
.mi-mic:before {content: '\e31d';}
.mi-mic_double:before {content: '\f5d1';}
.mi-mic_external_off:before {content: '\ef59';}
.mi-mic_external_on:before {content: '\ef5a';}
.mi-mic_none:before {content: '\e31d';}
.mi-mic_off:before {content: '\e02b';}
.mi-microbiology:before {content: '\e10c';}
.mi-microwave:before {content: '\f204';}
.mi-microwave_gen:before {content: '\e847';}
.mi-military_tech:before {content: '\ea3f';}
.mi-mimo:before {content: '\e9be';}
.mi-mimo_disconnect:before {content: '\e9bf';}
.mi-mindfulness:before {content: '\f6e0';}
.mi-minimize:before {content: '\e931';}
.mi-minor_crash:before {content: '\ebf1';}
.mi-mintmark:before {content: '\efa9';}
.mi-missed_video_call:before {content: '\f0ce';}
.mi-missed_video_call_filled:before {content: '\f0ce';}
.mi-missing_controller:before {content: '\e701';}
.mi-mist:before {content: '\e188';}
.mi-mitre:before {content: '\f547';}
.mi-mixture_med:before {content: '\e4c8';}
.mi-mms:before {content: '\e618';}
.mi-mobile_friendly:before {content: '\e200';}
.mi-mobile_off:before {content: '\e201';}
.mi-mobile_screen_share:before {content: '\e0e7';}
.mi-mobiledata_off:before {content: '\f034';}
.mi-mode:before {content: '\f097';}
.mi-mode_comment:before {content: '\e253';}
.mi-mode_cool:before {content: '\f166';}
.mi-mode_cool_off:before {content: '\f167';}
.mi-mode_dual:before {content: '\f557';}
.mi-mode_edit:before {content: '\f097';}
.mi-mode_edit_outline:before {content: '\f097';}
.mi-mode_fan:before {content: '\f168';}
.mi-mode_fan_off:before {content: '\ec17';}
.mi-mode_heat:before {content: '\f16a';}
.mi-mode_heat_cool:before {content: '\f16b';}
.mi-mode_heat_off:before {content: '\f16d';}
.mi-mode_night:before {content: '\f036';}
.mi-mode_of_travel:before {content: '\e7ce';}
.mi-mode_off_on:before {content: '\f16f';}
.mi-mode_standby:before {content: '\f037';}
.mi-model_training:before {content: '\f0cf';}
.mi-monetization_on:before {content: '\e263';}
.mi-money:before {content: '\e57d';}
.mi-money_off:before {content: '\f038';}
.mi-money_off_csred:before {content: '\f038';}
.mi-monitor:before {content: '\ef5b';}
.mi-monitor_heart:before {content: '\eaa2';}
.mi-monitor_weight:before {content: '\f039';}
.mi-monitor_weight_gain:before {content: '\f6df';}
.mi-monitor_weight_loss:before {content: '\f6de';}
.mi-monitoring:before {content: '\f190';}
.mi-monochrome_photos:before {content: '\e403';}
.mi-mood:before {content: '\ea22';}
.mi-mood_bad:before {content: '\e7f3';}
.mi-mop:before {content: '\e28d';}
.mi-more:before {content: '\e619';}
.mi-more_down:before {content: '\f196';}
.mi-more_horiz:before {content: '\e5d3';}
.mi-more_time:before {content: '\ea5d';}
.mi-more_up:before {content: '\f197';}
.mi-more_vert:before {content: '\e5d4';}
.mi-mosque:before {content: '\eab2';}
.mi-motion_blur:before {content: '\f0d0';}
.mi-motion_mode:before {content: '\f842';}
.mi-motion_photos_auto:before {content: '\f03a';}
.mi-motion_photos_off:before {content: '\e9c0';}
.mi-motion_photos_on:before {content: '\e9c1';}
.mi-motion_photos_pause:before {content: '\f227';}
.mi-motion_photos_paused:before {content: '\f227';}
.mi-motion_sensor_active:before {content: '\e792';}
.mi-motion_sensor_alert:before {content: '\e784';}
.mi-motion_sensor_idle:before {content: '\e783';}
.mi-motion_sensor_urgent:before {content: '\e78e';}
.mi-motorcycle:before {content: '\e91b';}
.mi-mountain_flag:before {content: '\f5e2';}
.mi-mouse:before {content: '\e323';}
.mi-move:before {content: '\e740';}
.mi-move_down:before {content: '\eb61';}
.mi-move_group:before {content: '\f715';}
.mi-move_item:before {content: '\f1ff';}
.mi-move_location:before {content: '\e741';}
.mi-move_selection_down:before {content: '\f714';}
.mi-move_selection_left:before {content: '\f713';}
.mi-move_selection_right:before {content: '\f712';}
.mi-move_selection_up:before {content: '\f711';}
.mi-move_to_inbox:before {content: '\e168';}
.mi-move_up:before {content: '\eb64';}
.mi-moved_location:before {content: '\e594';}
.mi-movie:before {content: '\e404';}
.mi-movie_creation:before {content: '\e404';}
.mi-movie_edit:before {content: '\f840';}
.mi-movie_filter:before {content: '\e43a';}
.mi-movie_info:before {content: '\e02d';}
.mi-moving:before {content: '\e501';}
.mi-moving_beds:before {content: '\e73d';}
.mi-moving_ministry:before {content: '\e73e';}
.mi-mp:before {content: '\e9c3';}
.mi-multicooker:before {content: '\e293';}
.mi-multiline_chart:before {content: '\e6df';}
.mi-multiple_stop:before {content: '\f1b9';}
.mi-museum:before {content: '\ea36';}
.mi-music_cast:before {content: '\eb1a';}
.mi-music_note:before {content: '\e405';}
.mi-music_off:before {content: '\e440';}
.mi-music_video:before {content: '\e063';}
.mi-my_location:before {content: '\e55c';}
.mi-mystery:before {content: '\f5e1';}
.mi-nat:before {content: '\ef5c';}
.mi-nature:before {content: '\e406';}
.mi-nature_people:before {content: '\e407';}
.mi-navigate_before:before {content: '\e408';}
.mi-navigate_next:before {content: '\e409';}
.mi-navigation:before {content: '\e55d';}
.mi-near_me:before {content: '\e569';}
.mi-near_me_disabled:before {content: '\f1ef';}
.mi-nearby:before {content: '\e6b7';}
.mi-nearby_error:before {content: '\f03b';}
.mi-nearby_off:before {content: '\f03c';}
.mi-nephrology:before {content: '\e10d';}
.mi-nest_audio:before {content: '\ebbf';}
.mi-nest_cam_floodlight:before {content: '\f8b7';}
.mi-nest_cam_indoor:before {content: '\f11e';}
.mi-nest_cam_iq:before {content: '\f11f';}
.mi-nest_cam_iq_outdoor:before {content: '\f120';}
.mi-nest_cam_magnet_mount:before {content: '\f8b8';}
.mi-nest_cam_outdoor:before {content: '\f121';}
.mi-nest_cam_stand:before {content: '\f8b9';}
.mi-nest_cam_wall_mount:before {content: '\f8ba';}
.mi-nest_cam_wired_stand:before {content: '\ec16';}
.mi-nest_clock_farsight_analog:before {content: '\f8bb';}
.mi-nest_clock_farsight_digital:before {content: '\f8bc';}
.mi-nest_connect:before {content: '\f122';}
.mi-nest_detect:before {content: '\f123';}
.mi-nest_display:before {content: '\f124';}
.mi-nest_display_max:before {content: '\f125';}
.mi-nest_doorbell_visitor:before {content: '\f8bd';}
.mi-nest_eco_leaf:before {content: '\f8be';}
.mi-nest_farsight_weather:before {content: '\f8bf';}
.mi-nest_found_savings:before {content: '\f8c0';}
.mi-nest_gale_wifi:before {content: '\f579';}
.mi-nest_heat_link_e:before {content: '\f126';}
.mi-nest_heat_link_gen_3:before {content: '\f127';}
.mi-nest_hello_doorbell:before {content: '\e82c';}
.mi-nest_locator_tag:before {content: '\f8c1';}
.mi-nest_mini:before {content: '\e789';}
.mi-nest_multi_room:before {content: '\f8c2';}
.mi-nest_protect:before {content: '\e68e';}
.mi-nest_remote:before {content: '\f5db';}
.mi-nest_remote_comfort_sensor:before {content: '\f12a';}
.mi-nest_secure_alarm:before {content: '\f12b';}
.mi-nest_sunblock:before {content: '\f8c3';}
.mi-nest_tag:before {content: '\f8c1';}
.mi-nest_thermostat:before {content: '\e68f';}
.mi-nest_thermostat_e_eu:before {content: '\f12d';}
.mi-nest_thermostat_gen_3:before {content: '\f12e';}
.mi-nest_thermostat_sensor:before {content: '\f12f';}
.mi-nest_thermostat_sensor_eu:before {content: '\f130';}
.mi-nest_thermostat_zirconium_eu:before {content: '\f131';}
.mi-nest_true_radiant:before {content: '\f8c4';}
.mi-nest_wake_on_approach:before {content: '\f8c5';}
.mi-nest_wake_on_press:before {content: '\f8c6';}
.mi-nest_wifi_gale:before {content: '\f132';}
.mi-nest_wifi_mistral:before {content: '\f133';}
.mi-nest_wifi_point:before {content: '\f134';}
.mi-nest_wifi_point_vento:before {content: '\f134';}
.mi-nest_wifi_pro:before {content: '\f56b';}
.mi-nest_wifi_pro_2:before {content: '\f56a';}
.mi-nest_wifi_router:before {content: '\f133';}
.mi-network_cell:before {content: '\e1b9';}
.mi-network_check:before {content: '\e640';}
.mi-network_intelligence_history:before {content: '\f5f6';}
.mi-network_intelligence_update:before {content: '\f5f5';}
.mi-network_locked:before {content: '\e61a';}
.mi-network_manage:before {content: '\f7ab';}
.mi-network_node:before {content: '\f56e';}
.mi-network_ping:before {content: '\ebca';}
.mi-network_wifi:before {content: '\e1ba';}
.mi-network_wifi_1_bar:before {content: '\ebe4';}
.mi-network_wifi_1_bar_locked:before {content: '\f58f';}
.mi-network_wifi_2_bar:before {content: '\ebd6';}
.mi-network_wifi_2_bar_locked:before {content: '\f58e';}
.mi-network_wifi_3_bar:before {content: '\ebe1';}
.mi-network_wifi_3_bar_locked:before {content: '\f58d';}
.mi-network_wifi_locked:before {content: '\f532';}
.mi-neurology:before {content: '\e10e';}
.mi-new_label:before {content: '\e609';}
.mi-new_releases:before {content: '\ef76';}
.mi-new_window:before {content: '\f710';}
.mi-news:before {content: '\e032';}
.mi-newsmode:before {content: '\efad';}
.mi-newspaper:before {content: '\eb81';}
.mi-newsstand:before {content: '\e9c4';}
.mi-next_plan:before {content: '\ef5d';}
.mi-next_week:before {content: '\e16a';}
.mi-nfc:before {content: '\e1bb';}
.mi-night_shelter:before {content: '\f1f1';}
.mi-night_sight_auto:before {content: '\f1d7';}
.mi-night_sight_auto_off:before {content: '\f1f9';}
.mi-night_sight_max:before {content: '\f6c3';}
.mi-nightlife:before {content: '\ea62';}
.mi-nightlight:before {content: '\f03d';}
.mi-nightlight_round:before {content: '\f03d';}
.mi-nights_stay:before {content: '\ea46';}
.mi-no_accounts:before {content: '\f03e';}
.mi-no_adult_content:before {content: '\f8fe';}
.mi-no_backpack:before {content: '\f237';}
.mi-no_crash:before {content: '\ebf0';}
.mi-no_drinks:before {content: '\f1a5';}
.mi-no_encryption:before {content: '\f03f';}
.mi-no_encryption_gmailerrorred:before {content: '\f03f';}
.mi-no_flash:before {content: '\f1a6';}
.mi-no_food:before {content: '\f1a7';}
.mi-no_luggage:before {content: '\f23b';}
.mi-no_meals:before {content: '\f1d6';}
.mi-no_meeting_room:before {content: '\eb4e';}
.mi-no_photography:before {content: '\f1a8';}
.mi-no_sim:before {content: '\e1ce';}
.mi-no_sound:before {content: '\e710';}
.mi-no_stroller:before {content: '\f1af';}
.mi-no_transfer:before {content: '\f1d5';}
.mi-noise_aware:before {content: '\ebec';}
.mi-noise_control_off:before {content: '\ebf3';}
.mi-noise_control_on:before {content: '\f8a8';}
.mi-nordic_walking:before {content: '\e50e';}
.mi-north:before {content: '\f1e0';}
.mi-north_east:before {content: '\f1e1';}
.mi-north_west:before {content: '\f1e2';}
.mi-not_accessible:before {content: '\f0fe';}
.mi-not_accessible_forward:before {content: '\f54a';}
.mi-not_interested:before {content: '\f08c';}
.mi-not_listed_location:before {content: '\e575';}
.mi-not_started:before {content: '\f0d1';}
.mi-note:before {content: '\e66d';}
.mi-note_add:before {content: '\e89c';}
.mi-note_alt:before {content: '\f040';}
.mi-note_stack:before {content: '\f562';}
.mi-note_stack_add:before {content: '\f563';}
.mi-notes:before {content: '\e26c';}
.mi-notification_add:before {content: '\e399';}
.mi-notification_important:before {content: '\e004';}
.mi-notification_multiple:before {content: '\e6c2';}
.mi-notifications:before {content: '\e7f5';}
.mi-notifications_active:before {content: '\e7f7';}
.mi-notifications_none:before {content: '\e7f5';}
.mi-notifications_off:before {content: '\e7f6';}
.mi-notifications_paused:before {content: '\e7f8';}
.mi-notifications_unread:before {content: '\f4fe';}
.mi-numbers:before {content: '\eac7';}
.mi-nutrition:before {content: '\e110';}
.mi-ods:before {content: '\e6e8';}
.mi-odt:before {content: '\e6e9';}
.mi-offline_bolt:before {content: '\e932';}
.mi-offline_pin:before {content: '\e90a';}
.mi-offline_share:before {content: '\e9c5';}
.mi-oil_barrel:before {content: '\ec15';}
.mi-on_device_training:before {content: '\ebfd';}
.mi-on_hub_device:before {content: '\e6c3';}
.mi-oncology:before {content: '\e114';}
.mi-ondemand_video:before {content: '\e63a';}
.mi-online_prediction:before {content: '\f0eb';}
.mi-onsen:before {content: '\f6f8';}
.mi-opacity:before {content: '\e91c';}
.mi-open_in_browser:before {content: '\e89d';}
.mi-open_in_full:before {content: '\f1ce';}
.mi-open_in_new:before {content: '\e89e';}
.mi-open_in_new_down:before {content: '\f70f';}
.mi-open_in_new_off:before {content: '\e4f6';}
.mi-open_in_phone:before {content: '\e702';}
.mi-open_jam:before {content: '\efae';}
.mi-open_with:before {content: '\e89f';}
.mi-ophthalmology:before {content: '\e115';}
.mi-oral_disease:before {content: '\e116';}
.mi-order_approve:before {content: '\f812';}
.mi-order_play:before {content: '\f811';}
.mi-orders:before {content: '\eb14';}
.mi-orthopedics:before {content: '\f897';}
.mi-other_admission:before {content: '\e47b';}
.mi-other_houses:before {content: '\e58c';}
.mi-outbound:before {content: '\e1ca';}
.mi-outbox:before {content: '\ef5f';}
.mi-outbox_alt:before {content: '\eb17';}
.mi-outdoor_garden:before {content: '\e205';}
.mi-outdoor_grill:before {content: '\ea47';}
.mi-outgoing_mail:before {content: '\f0d2';}
.mi-outlet:before {content: '\f1d4';}
.mi-outlined_flag:before {content: '\f0c6';}
.mi-outpatient:before {content: '\e118';}
.mi-outpatient_med:before {content: '\e119';}
.mi-output:before {content: '\ebbe';}
.mi-output_circle:before {content: '\f70e';}
.mi-oven:before {content: '\e9c7';}
.mi-oven_gen:before {content: '\e843';}
.mi-overview:before {content: '\e4a7';}
.mi-overview_key:before {content: '\f7d4';}
.mi-oxygen_saturation:before {content: '\e4de';}
.mi-p2p:before {content: '\f52a';}
.mi-pace:before {content: '\f6b8';}
.mi-pacemaker:before {content: '\e656';}
.mi-package:before {content: '\e48f';}
.mi-package_2:before {content: '\f569';}
.mi-padding:before {content: '\e9c8';}
.mi-page_control:before {content: '\e731';}
.mi-page_info:before {content: '\f614';}
.mi-pageless:before {content: '\f509';}
.mi-pages:before {content: '\e7f9';}
.mi-pageview:before {content: '\e8a0';}
.mi-paid:before {content: '\f041';}
.mi-palette:before {content: '\e40a';}
.mi-pallet:before {content: '\f86a';}
.mi-pan_tool:before {content: '\e925';}
.mi-pan_tool_alt:before {content: '\ebb9';}
.mi-pan_zoom:before {content: '\f655';}
.mi-panorama:before {content: '\e40b';}
.mi-panorama_fish_eye:before {content: '\e40c';}
.mi-panorama_horizontal:before {content: '\e40d';}
.mi-panorama_photosphere:before {content: '\e9c9';}
.mi-panorama_vertical:before {content: '\e40e';}
.mi-panorama_wide_angle:before {content: '\e40f';}
.mi-paragliding:before {content: '\e50f';}
.mi-park:before {content: '\ea63';}
.mi-partly_cloudy_day:before {content: '\f172';}
.mi-partly_cloudy_night:before {content: '\f174';}
.mi-partner_exchange:before {content: '\f7f9';}
.mi-partner_reports:before {content: '\efaf';}
.mi-party_mode:before {content: '\e7fa';}
.mi-passkey:before {content: '\f87f';}
.mi-password:before {content: '\f042';}
.mi-patient_list:before {content: '\e653';}
.mi-pattern:before {content: '\f043';}
.mi-pause:before {content: '\e034';}
.mi-pause_circle:before {content: '\e1a2';}
.mi-pause_circle_filled:before {content: '\e1a2';}
.mi-pause_circle_outline:before {content: '\e1a2';}
.mi-pause_presentation:before {content: '\e0ea';}
.mi-payment:before {content: '\e8a1';}
.mi-payments:before {content: '\ef63';}
.mi-pedal_bike:before {content: '\eb29';}
.mi-pediatrics:before {content: '\e11d';}
.mi-pen_size_1:before {content: '\f755';}
.mi-pen_size_2:before {content: '\f754';}
.mi-pen_size_3:before {content: '\f753';}
.mi-pen_size_4:before {content: '\f752';}
.mi-pen_size_5:before {content: '\f751';}
.mi-pending:before {content: '\ef64';}
.mi-pending_actions:before {content: '\f1bb';}
.mi-pentagon:before {content: '\eb50';}
.mi-people:before {content: '\ea21';}
.mi-people_alt:before {content: '\ea21';}
.mi-people_outline:before {content: '\ea21';}
.mi-percent:before {content: '\eb58';}
.mi-performance_max:before {content: '\e51a';}
.mi-pergola:before {content: '\e203';}
.mi-perm_camera_mic:before {content: '\e8a2';}
.mi-perm_contact_calendar:before {content: '\e8a3';}
.mi-perm_data_setting:before {content: '\e8a4';}
.mi-perm_device_information:before {content: '\e8a5';}
.mi-perm_identity:before {content: '\f0d3';}
.mi-perm_media:before {content: '\e8a7';}
.mi-perm_phone_msg:before {content: '\e8a8';}
.mi-perm_scan_wifi:before {content: '\e8a9';}
.mi-person:before {content: '\f0d3';}
.mi-person_2:before {content: '\f8e4';}
.mi-person_3:before {content: '\f8e5';}
.mi-person_4:before {content: '\f8e6';}
.mi-person_add:before {content: '\ea4d';}
.mi-person_add_alt:before {content: '\ea4d';}
.mi-person_add_disabled:before {content: '\e9cb';}
.mi-person_alert:before {content: '\f567';}
.mi-person_apron:before {content: '\f5a3';}
.mi-person_book:before {content: '\f5e8';}
.mi-person_cancel:before {content: '\f566';}
.mi-person_celebrate:before {content: '\f7fe';}
.mi-person_check:before {content: '\f565';}
.mi-person_edit:before {content: '\f4fa';}
.mi-person_filled:before {content: '\f0d3';}
.mi-person_off:before {content: '\e510';}
.mi-person_outline:before {content: '\f0d3';}
.mi-person_pin:before {content: '\e55a';}
.mi-person_pin_circle:before {content: '\e56a';}
.mi-person_play:before {content: '\f7fd';}
.mi-person_raised_hand:before {content: '\f59a';}
.mi-person_remove:before {content: '\ef66';}
.mi-person_search:before {content: '\f106';}
.mi-personal_bag:before {content: '\eb0e';}
.mi-personal_bag_off:before {content: '\eb0f';}
.mi-personal_bag_question:before {content: '\eb10';}
.mi-personal_injury:before {content: '\e6da';}
.mi-personal_places:before {content: '\e703';}
.mi-personal_video:before {content: '\e63b';}
.mi-pest_control:before {content: '\f0fa';}
.mi-pest_control_rodent:before {content: '\f0fd';}
.mi-pet_supplies:before {content: '\efb1';}
.mi-pets:before {content: '\e91d';}
.mi-phishing:before {content: '\ead7';}
.mi-phone:before {content: '\f0d4';}
.mi-phone_alt:before {content: '\f0d4';}
.mi-phone_android:before {content: '\e324';}
.mi-phone_bluetooth_speaker:before {content: '\e61b';}
.mi-phone_callback:before {content: '\e649';}
.mi-phone_disabled:before {content: '\e9cc';}
.mi-phone_enabled:before {content: '\e9cd';}
.mi-phone_forwarded:before {content: '\e61c';}
.mi-phone_in_talk:before {content: '\e61d';}
.mi-phone_iphone:before {content: '\e325';}
.mi-phone_locked:before {content: '\e61e';}
.mi-phone_missed:before {content: '\e61f';}
.mi-phone_paused:before {content: '\e620';}
.mi-phonelink:before {content: '\e326';}
.mi-phonelink_erase:before {content: '\e0db';}
.mi-phonelink_lock:before {content: '\e0dc';}
.mi-phonelink_off:before {content: '\e327';}
.mi-phonelink_ring:before {content: '\e0dd';}
.mi-phonelink_ring_off:before {content: '\f7aa';}
.mi-phonelink_setup:before {content: '\ef41';}
.mi-photo:before {content: '\e432';}
.mi-photo_album:before {content: '\e411';}
.mi-photo_auto_merge:before {content: '\f530';}
.mi-photo_camera:before {content: '\e412';}
.mi-photo_camera_back:before {content: '\ef68';}
.mi-photo_camera_front:before {content: '\ef69';}
.mi-photo_filter:before {content: '\e43b';}
.mi-photo_frame:before {content: '\f0d9';}
.mi-photo_library:before {content: '\e413';}
.mi-photo_prints:before {content: '\efb2';}
.mi-photo_size_select_actual:before {content: '\e432';}
.mi-photo_size_select_large:before {content: '\e433';}
.mi-photo_size_select_small:before {content: '\e434';}
.mi-php:before {content: '\eb8f';}
.mi-physical_therapy:before {content: '\e11e';}
.mi-piano:before {content: '\e521';}
.mi-piano_off:before {content: '\e520';}
.mi-picture_as_pdf:before {content: '\e415';}
.mi-picture_in_picture:before {content: '\e8aa';}
.mi-picture_in_picture_alt:before {content: '\e911';}
.mi-picture_in_picture_center:before {content: '\f550';}
.mi-picture_in_picture_large:before {content: '\f54f';}
.mi-picture_in_picture_medium:before {content: '\f54e';}
.mi-picture_in_picture_mobile:before {content: '\f517';}
.mi-picture_in_picture_off:before {content: '\f52f';}
.mi-picture_in_picture_small:before {content: '\f54d';}
.mi-pie_chart:before {content: '\f0da';}
.mi-pie_chart_filled:before {content: '\f0da';}
.mi-pie_chart_outline:before {content: '\f0da';}
.mi-pie_chart_outlined:before {content: '\f0da';}
.mi-pill:before {content: '\e11f';}
.mi-pill_off:before {content: '\f809';}
.mi-pin:before {content: '\f045';}
.mi-pin_drop:before {content: '\e55e';}
.mi-pin_end:before {content: '\e767';}
.mi-pin_invoke:before {content: '\e763';}
.mi-pinch:before {content: '\eb38';}
.mi-pinch_zoom_in:before {content: '\f1fa';}
.mi-pinch_zoom_out:before {content: '\f1fb';}
.mi-pip:before {content: '\f64d';}
.mi-pip_exit:before {content: '\f70d';}
.mi-pivot_table_chart:before {content: '\e9ce';}
.mi-place:before {content: '\f1db';}
.mi-place_item:before {content: '\f1f0';}
.mi-plagiarism:before {content: '\ea5a';}
.mi-planner_banner_ad_pt:before {content: '\e692';}
.mi-planner_review:before {content: '\e694';}
.mi-play_arrow:before {content: '\e037';}
.mi-play_circle:before {content: '\e1c4';}
.mi-play_disabled:before {content: '\ef6a';}
.mi-play_for_work:before {content: '\e906';}
.mi-play_lesson:before {content: '\f047';}
.mi-play_music:before {content: '\e6ee';}
.mi-play_pause:before {content: '\f137';}
.mi-play_shapes:before {content: '\f7fc';}
.mi-playing_cards:before {content: '\f5dc';}
.mi-playlist_add:before {content: '\e03b';}
.mi-playlist_add_check:before {content: '\e065';}
.mi-playlist_add_check_circle:before {content: '\e7e6';}
.mi-playlist_add_circle:before {content: '\e7e5';}
.mi-playlist_play:before {content: '\e05f';}
.mi-playlist_remove:before {content: '\eb80';}
.mi-plumbing:before {content: '\f107';}
.mi-plus_one:before {content: '\e800';}
.mi-podcasts:before {content: '\f048';}
.mi-podiatry:before {content: '\e120';}
.mi-podium:before {content: '\f7fb';}
.mi-point_of_sale:before {content: '\f17e';}
.mi-point_scan:before {content: '\f70c';}
.mi-policy:before {content: '\ea17';}
.mi-poll:before {content: '\f0cc';}
.mi-polyline:before {content: '\ebbb';}
.mi-polymer:before {content: '\e8ab';}
.mi-pool:before {content: '\eb48';}
.mi-portable_wifi_off:before {content: '\f087';}
.mi-portrait:before {content: '\e851';}
.mi-position_bottom_left:before {content: '\f70b';}
.mi-position_bottom_right:before {content: '\f70a';}
.mi-position_top_right:before {content: '\f709';}
.mi-post:before {content: '\e705';}
.mi-post_add:before {content: '\ea20';}
.mi-potted_plant:before {content: '\f8aa';}
.mi-power:before {content: '\e63c';}
.mi-power_input:before {content: '\e336';}
.mi-power_off:before {content: '\e646';}
.mi-power_rounded:before {content: '\f8c7';}
.mi-power_settings_new:before {content: '\f8c7';}
.mi-prayer_times:before {content: '\f838';}
.mi-precision_manufacturing:before {content: '\f049';}
.mi-pregnancy:before {content: '\f5f1';}
.mi-pregnant_woman:before {content: '\f5f1';}
.mi-preliminary:before {content: '\e7d8';}
.mi-prescriptions:before {content: '\e121';}
.mi-present_to_all:before {content: '\e0df';}
.mi-preview:before {content: '\f1c5';}
.mi-preview_off:before {content: '\f7af';}
.mi-price_change:before {content: '\f04a';}
.mi-price_check:before {content: '\f04b';}
.mi-print:before {content: '\e8ad';}
.mi-print_add:before {content: '\f7a2';}
.mi-print_connect:before {content: '\f7a1';}
.mi-print_disabled:before {content: '\e9cf';}
.mi-print_error:before {content: '\f7a0';}
.mi-print_lock:before {content: '\f651';}
.mi-priority:before {content: '\e19f';}
.mi-priority_high:before {content: '\e645';}
.mi-privacy:before {content: '\f148';}
.mi-privacy_tip:before {content: '\f0dc';}
.mi-private_connectivity:before {content: '\e744';}
.mi-problem:before {content: '\e122';}
.mi-procedure:before {content: '\e651';}
.mi-process_chart:before {content: '\f855';}
.mi-production_quantity_limits:before {content: '\e1d1';}
.mi-productivity:before {content: '\e296';}
.mi-progress_activity:before {content: '\e9d0';}
.mi-prompt_suggestion:before {content: '\f4f6';}
.mi-propane:before {content: '\ec14';}
.mi-propane_tank:before {content: '\ec13';}
.mi-psychiatry:before {content: '\e123';}
.mi-psychology:before {content: '\ea4a';}
.mi-psychology_alt:before {content: '\f8ea';}
.mi-public:before {content: '\e80b';}
.mi-public_off:before {content: '\f1ca';}
.mi-publish:before {content: '\e255';}
.mi-published_with_changes:before {content: '\f232';}
.mi-pulmonology:before {content: '\e124';}
.mi-pulse_alert:before {content: '\f501';}
.mi-punch_clock:before {content: '\eaa8';}
.mi-push_pin:before {content: '\f10d';}
.mi-qr_code:before {content: '\ef6b';}
.mi-qr_code_2:before {content: '\e00a';}
.mi-qr_code_2_add:before {content: '\f658';}
.mi-qr_code_scanner:before {content: '\f206';}
.mi-query_builder:before {content: '\efd6';}
.mi-query_stats:before {content: '\e4fc';}
.mi-question_answer:before {content: '\e8af';}
.mi-question_exchange:before {content: '\f7f3';}
.mi-question_mark:before {content: '\eb8b';}
.mi-queue:before {content: '\e03c';}
.mi-queue_music:before {content: '\e03d';}
.mi-queue_play_next:before {content: '\e066';}
.mi-quick_phrases:before {content: '\e7d1';}
.mi-quick_reference:before {content: '\e46e';}
.mi-quick_reference_all:before {content: '\f801';}
.mi-quick_reorder:before {content: '\eb15';}
.mi-quickreply:before {content: '\ef6c';}
.mi-quiet_time:before {content: '\e1f9';}
.mi-quiet_time_active:before {content: '\e291';}
.mi-quiz:before {content: '\f04c';}
.mi-r_mobiledata:before {content: '\f04d';}
.mi-radar:before {content: '\f04e';}
.mi-radio:before {content: '\e03e';}
.mi-radio_button_checked:before {content: '\e837';}
.mi-radio_button_partial:before {content: '\f560';}
.mi-radio_button_unchecked:before {content: '\e836';}
.mi-radiology:before {content: '\e125';}
.mi-railway_alert:before {content: '\e9d1';}
.mi-rainy:before {content: '\f176';}
.mi-rainy_heavy:before {content: '\f61f';}
.mi-rainy_light:before {content: '\f61e';}
.mi-rainy_snow:before {content: '\f61d';}
.mi-ramen_dining:before {content: '\ea64';}
.mi-ramp_left:before {content: '\eb9c';}
.mi-ramp_right:before {content: '\eb96';}
.mi-range_hood:before {content: '\e1ea';}
.mi-rate_review:before {content: '\e560';}
.mi-raven:before {content: '\f555';}
.mi-raw_off:before {content: '\f04f';}
.mi-raw_on:before {content: '\f050';}
.mi-read_more:before {content: '\ef6d';}
.mi-readiness_score:before {content: '\f6dd';}
.mi-real_estate_agent:before {content: '\e73a';}
.mi-rear_camera:before {content: '\f6c2';}
.mi-rebase:before {content: '\f845';}
.mi-rebase_edit:before {content: '\f846';}
.mi-receipt:before {content: '\e8b0';}
.mi-receipt_long:before {content: '\ef6e';}
.mi-recent_actors:before {content: '\e03f';}
.mi-recent_patient:before {content: '\f808';}
.mi-recommend:before {content: '\e9d2';}
.mi-record_voice_over:before {content: '\e91f';}
.mi-rectangle:before {content: '\eb54';}
.mi-recycling:before {content: '\e760';}
.mi-redeem:before {content: '\e8f6';}
.mi-redo:before {content: '\e15a';}
.mi-reduce_capacity:before {content: '\f21c';}
.mi-refresh:before {content: '\e5d5';}
.mi-regular_expression:before {content: '\f750';}
.mi-relax:before {content: '\f6dc';}
.mi-release_alert:before {content: '\f654';}
.mi-remember_me:before {content: '\f051';}
.mi-reminder:before {content: '\e6c6';}
.mi-reminders_alt:before {content: '\e6c6';}
.mi-remote_gen:before {content: '\e83e';}
.mi-remove:before {content: '\e15b';}
.mi-remove_circle:before {content: '\f08f';}
.mi-remove_circle_outline:before {content: '\f08f';}
.mi-remove_done:before {content: '\e9d3';}
.mi-remove_from_queue:before {content: '\e067';}
.mi-remove_moderator:before {content: '\e9d4';}
.mi-remove_red_eye:before {content: '\e8f4';}
.mi-remove_road:before {content: '\ebfc';}
.mi-remove_selection:before {content: '\e9d5';}
.mi-remove_shopping_cart:before {content: '\e928';}
.mi-reopen_window:before {content: '\f708';}
.mi-reorder:before {content: '\e8fe';}
.mi-repartition:before {content: '\f8e8';}
.mi-repeat:before {content: '\e040';}
.mi-repeat_on:before {content: '\e9d6';}
.mi-repeat_one:before {content: '\e041';}
.mi-repeat_one_on:before {content: '\e9d7';}
.mi-replay:before {content: '\e042';}
.mi-replay_10:before {content: '\e059';}
.mi-replay_30:before {content: '\e05a';}
.mi-replay_5:before {content: '\e05b';}
.mi-replay_circle_filled:before {content: '\e9d8';}
.mi-reply:before {content: '\e15e';}
.mi-reply_all:before {content: '\e15f';}
.mi-report:before {content: '\f052';}
.mi-report_gmailerrorred:before {content: '\f052';}
.mi-report_off:before {content: '\e170';}
.mi-report_problem:before {content: '\f083';}
.mi-request_page:before {content: '\f22c';}
.mi-request_quote:before {content: '\f1b6';}
.mi-reset_image:before {content: '\f824';}
.mi-reset_tv:before {content: '\e9d9';}
.mi-reset_wrench:before {content: '\f56c';}
.mi-resize:before {content: '\f707';}
.mi-respiratory_rate:before {content: '\e127';}
.mi-responsive_layout:before {content: '\e9da';}
.mi-restart_alt:before {content: '\f053';}
.mi-restaurant:before {content: '\e56c';}
.mi-restaurant_menu:before {content: '\e561';}
.mi-restore:before {content: '\e8b3';}
.mi-restore_from_trash:before {content: '\e938';}
.mi-restore_page:before {content: '\e929';}
.mi-resume:before {content: '\f7d0';}
.mi-reviews:before {content: '\f07c';}
.mi-rewarded_ads:before {content: '\efb6';}
.mi-rheumatology:before {content: '\e128';}
.mi-rib_cage:before {content: '\f898';}
.mi-rice_bowl:before {content: '\f1f5';}
.mi-right_click:before {content: '\f706';}
.mi-right_panel_close:before {content: '\f705';}
.mi-right_panel_open:before {content: '\f704';}
.mi-ring_volume:before {content: '\f0dd';}
.mi-ring_volume_filled:before {content: '\f0dd';}
.mi-ripples:before {content: '\e9db';}
.mi-robot:before {content: '\f882';}
.mi-robot_2:before {content: '\f5d0';}
.mi-rocket:before {content: '\eba5';}
.mi-rocket_launch:before {content: '\eb9b';}
.mi-roller_shades:before {content: '\ec12';}
.mi-roller_shades_closed:before {content: '\ec11';}
.mi-roller_skating:before {content: '\ebcd';}
.mi-roofing:before {content: '\f201';}
.mi-room:before {content: '\f1db';}
.mi-room_preferences:before {content: '\f1b8';}
.mi-room_service:before {content: '\eb49';}
.mi-rotate_90_degrees_ccw:before {content: '\e418';}
.mi-rotate_90_degrees_cw:before {content: '\eaab';}
.mi-rotate_left:before {content: '\e419';}
.mi-rotate_right:before {content: '\e41a';}
.mi-roundabout_left:before {content: '\eb99';}
.mi-roundabout_right:before {content: '\eba3';}
.mi-rounded_corner:before {content: '\e920';}
.mi-route:before {content: '\eacd';}
.mi-router:before {content: '\e328';}
.mi-routine:before {content: '\e20c';}
.mi-rowing:before {content: '\e921';}
.mi-rss_feed:before {content: '\e0e5';}
.mi-rsvp:before {content: '\f055';}
.mi-rtt:before {content: '\e9ad';}
.mi-rubric:before {content: '\eb27';}
.mi-rule:before {content: '\f1c2';}
.mi-rule_folder:before {content: '\f1c9';}
.mi-rule_settings:before {content: '\f64c';}
.mi-run_circle:before {content: '\ef6f';}
.mi-running_with_errors:before {content: '\e51d';}
.mi-rv_hookup:before {content: '\e642';}
.mi-safety_check:before {content: '\ebef';}
.mi-safety_check_off:before {content: '\f59d';}
.mi-safety_divider:before {content: '\e1cc';}
.mi-sailing:before {content: '\e502';}
.mi-salinity:before {content: '\f876';}
.mi-sanitizer:before {content: '\f21d';}
.mi-satellite:before {content: '\e562';}
.mi-satellite_alt:before {content: '\eb3a';}
.mi-sauna:before {content: '\f6f7';}
.mi-save:before {content: '\e161';}
.mi-save_alt:before {content: '\f090';}
.mi-save_as:before {content: '\eb60';}
.mi-saved_search:before {content: '\ea11';}
.mi-savings:before {content: '\e2eb';}
.mi-scale:before {content: '\eb5f';}
.mi-scan:before {content: '\f74e';}
.mi-scan_delete:before {content: '\f74f';}
.mi-scanner:before {content: '\e329';}
.mi-scatter_plot:before {content: '\e268';}
.mi-scene:before {content: '\e2a7';}
.mi-schedule:before {content: '\efd6';}
.mi-schedule_send:before {content: '\ea0a';}
.mi-schema:before {content: '\e4fd';}
.mi-school:before {content: '\e80c';}
.mi-science:before {content: '\ea4b';}
.mi-science_off:before {content: '\f542';}
.mi-score:before {content: '\e269';}
.mi-scoreboard:before {content: '\ebd0';}
.mi-screen_lock_landscape:before {content: '\e1be';}
.mi-screen_lock_portrait:before {content: '\e1bf';}
.mi-screen_lock_rotation:before {content: '\e1c0';}
.mi-screen_record:before {content: '\f679';}
.mi-screen_rotation:before {content: '\e1c1';}
.mi-screen_rotation_alt:before {content: '\ebee';}
.mi-screen_rotation_up:before {content: '\f678';}
.mi-screen_search_desktop:before {content: '\ef70';}
.mi-screen_share:before {content: '\e0e2';}
.mi-screenshot:before {content: '\f056';}
.mi-screenshot_frame:before {content: '\f677';}
.mi-screenshot_keyboard:before {content: '\f7d3';}
.mi-screenshot_monitor:before {content: '\ec08';}
.mi-screenshot_region:before {content: '\f7d2';}
.mi-screenshot_tablet:before {content: '\f697';}
.mi-scrollable_header:before {content: '\e9dc';}
.mi-scuba_diving:before {content: '\ebce';}
.mi-sd:before {content: '\e9dd';}
.mi-sd_card:before {content: '\e623';}
.mi-sd_card_alert:before {content: '\f057';}
.mi-sd_storage:before {content: '\e623';}
.mi-sdk:before {content: '\e720';}
.mi-search:before {content: '\e8b6';}
.mi-search_check:before {content: '\f800';}
.mi-search_hands_free:before {content: '\e696';}
.mi-search_off:before {content: '\ea76';}
.mi-security:before {content: '\e32a';}
.mi-security_key:before {content: '\f503';}
.mi-security_update:before {content: '\f072';}
.mi-security_update_good:before {content: '\f073';}
.mi-security_update_warning:before {content: '\f074';}
.mi-segment:before {content: '\e94b';}
.mi-select:before {content: '\f74d';}
.mi-select_all:before {content: '\e162';}
.mi-select_check_box:before {content: '\f1fe';}
.mi-select_to_speak:before {content: '\f7cf';}
.mi-select_window:before {content: '\e6fa';}
.mi-select_window_off:before {content: '\e506';}
.mi-self_care:before {content: '\f86d';}
.mi-self_improvement:before {content: '\ea78';}
.mi-sell:before {content: '\f05b';}
.mi-send:before {content: '\e163';}
.mi-send_and_archive:before {content: '\ea0c';}
.mi-send_money:before {content: '\e8b7';}
.mi-send_time_extension:before {content: '\eadb';}
.mi-send_to_mobile:before {content: '\f05c';}
.mi-sensor_door:before {content: '\f1b5';}
.mi-sensor_occupied:before {content: '\ec10';}
.mi-sensor_window:before {content: '\f1b4';}
.mi-sensors:before {content: '\e51e';}
.mi-sensors_krx:before {content: '\f556';}
.mi-sensors_krx_off:before {content: '\f515';}
.mi-sensors_off:before {content: '\e51f';}
.mi-sentiment_calm:before {content: '\f6a7';}
.mi-sentiment_content:before {content: '\f6a6';}
.mi-sentiment_dissatisfied:before {content: '\e811';}
.mi-sentiment_excited:before {content: '\f6a5';}
.mi-sentiment_extremely_dissatisfied:before {content: '\f194';}
.mi-sentiment_frustrated:before {content: '\f6a4';}
.mi-sentiment_neutral:before {content: '\e812';}
.mi-sentiment_sad:before {content: '\f6a3';}
.mi-sentiment_satisfied:before {content: '\e813';}
.mi-sentiment_satisfied_alt:before {content: '\e813';}
.mi-sentiment_stressed:before {content: '\f6a2';}
.mi-sentiment_very_dissatisfied:before {content: '\e814';}
.mi-sentiment_very_satisfied:before {content: '\e815';}
.mi-sentiment_worried:before {content: '\f6a1';}
.mi-service_toolbox:before {content: '\e717';}
.mi-set_meal:before {content: '\f1ea';}
.mi-settings:before {content: '\e8b8';}
.mi-settings_accessibility:before {content: '\f05d';}
.mi-settings_account_box:before {content: '\f835';}
.mi-settings_alert:before {content: '\f143';}
.mi-settings_applications:before {content: '\e8b9';}
.mi-settings_b_roll:before {content: '\f625';}
.mi-settings_backup_restore:before {content: '\e8ba';}
.mi-settings_bluetooth:before {content: '\e8bb';}
.mi-settings_brightness:before {content: '\e8bd';}
.mi-settings_cell:before {content: '\e8bc';}
.mi-settings_cinematic_blur:before {content: '\f624';}
.mi-settings_ethernet:before {content: '\e8be';}
.mi-settings_heart:before {content: '\f522';}
.mi-settings_input_antenna:before {content: '\e8bf';}
.mi-settings_input_component:before {content: '\e8c1';}
.mi-settings_input_composite:before {content: '\e8c1';}
.mi-settings_input_hdmi:before {content: '\e8c2';}
.mi-settings_input_svideo:before {content: '\e8c3';}
.mi-settings_motion_mode:before {content: '\f833';}
.mi-settings_night_sight:before {content: '\f832';}
.mi-settings_overscan:before {content: '\e8c4';}
.mi-settings_panorama:before {content: '\f831';}
.mi-settings_phone:before {content: '\e8c5';}
.mi-settings_photo_camera:before {content: '\f834';}
.mi-settings_power:before {content: '\e8c6';}
.mi-settings_remote:before {content: '\e8c7';}
.mi-settings_slow_motion:before {content: '\f623';}
.mi-settings_suggest:before {content: '\f05e';}
.mi-settings_system_daydream:before {content: '\e1c3';}
.mi-settings_timelapse:before {content: '\f622';}
.mi-settings_video_camera:before {content: '\f621';}
.mi-settings_voice:before {content: '\e8c8';}
.mi-settop_component:before {content: '\e2ac';}
.mi-severe_cold:before {content: '\ebd3';}
.mi-shadow:before {content: '\e9df';}
.mi-shadow_add:before {content: '\f584';}
.mi-shadow_minus:before {content: '\f583';}
.mi-shape_line:before {content: '\f8d3';}
.mi-shape_recognition:before {content: '\eb01';}
.mi-shapes:before {content: '\e602';}
.mi-share:before {content: '\e80d';}
.mi-share_location:before {content: '\f05f';}
.mi-share_off:before {content: '\f6cb';}
.mi-share_reviews:before {content: '\f8a4';}
.mi-share_windows:before {content: '\f613';}
.mi-sheets_rtl:before {content: '\f823';}
.mi-shelf_auto_hide:before {content: '\f703';}
.mi-shelf_position:before {content: '\f702';}
.mi-shelves:before {content: '\f86e';}
.mi-shield:before {content: '\e9e0';}
.mi-shield_lock:before {content: '\f686';}
.mi-shield_locked:before {content: '\f592';}
.mi-shield_moon:before {content: '\eaa9';}
.mi-shield_person:before {content: '\f650';}
.mi-shield_question:before {content: '\f529';}
.mi-shield_with_heart:before {content: '\e78f';}
.mi-shield_with_house:before {content: '\e78d';}
.mi-shift:before {content: '\e5f2';}
.mi-shift_lock:before {content: '\f7ae';}
.mi-shop:before {content: '\e8c9';}
.mi-shop_2:before {content: '\e8ca';}
.mi-shop_two:before {content: '\e8ca';}
.mi-shopping_bag:before {content: '\f1cc';}
.mi-shopping_basket:before {content: '\e8cb';}
.mi-shopping_cart:before {content: '\e8cc';}
.mi-shopping_cart_checkout:before {content: '\eb88';}
.mi-shopping_cart_off:before {content: '\f4f7';}
.mi-shoppingmode:before {content: '\efb7';}
.mi-short_stay:before {content: '\e4d0';}
.mi-short_text:before {content: '\e261';}
.mi-shortcut:before {content: '\f57a';}
.mi-show_chart:before {content: '\e6e1';}
.mi-shower:before {content: '\f061';}
.mi-shuffle:before {content: '\e043';}
.mi-shuffle_on:before {content: '\e9e1';}
.mi-shutter_speed:before {content: '\e43d';}
.mi-shutter_speed_add:before {content: '\f57e';}
.mi-shutter_speed_minus:before {content: '\f57d';}
.mi-sick:before {content: '\f220';}
.mi-side_navigation:before {content: '\e9e2';}
.mi-sign_language:before {content: '\ebe5';}
.mi-signal_cellular_0_bar:before {content: '\f0a8';}
.mi-signal_cellular_1_bar:before {content: '\f0a9';}
.mi-signal_cellular_2_bar:before {content: '\f0aa';}
.mi-signal_cellular_3_bar:before {content: '\f0ab';}
.mi-signal_cellular_4_bar:before {content: '\e1c8';}
.mi-signal_cellular_add:before {content: '\f7a9';}
.mi-signal_cellular_alt:before {content: '\e202';}
.mi-signal_cellular_alt_1_bar:before {content: '\ebdf';}
.mi-signal_cellular_alt_2_bar:before {content: '\ebe3';}
.mi-signal_cellular_connected_no_internet_0_bar:before {content: '\f0ac';}
.mi-signal_cellular_connected_no_internet_4_bar:before {content: '\e1cd';}
.mi-signal_cellular_no_sim:before {content: '\e1ce';}
.mi-signal_cellular_nodata:before {content: '\f062';}
.mi-signal_cellular_null:before {content: '\e1cf';}
.mi-signal_cellular_off:before {content: '\e1d0';}
.mi-signal_cellular_pause:before {content: '\f5a7';}
.mi-signal_disconnected:before {content: '\f239';}
.mi-signal_wifi_0_bar:before {content: '\f0b0';}
.mi-signal_wifi_4_bar:before {content: '\f065';}
.mi-signal_wifi_4_bar_lock:before {content: '\e1e1';}
.mi-signal_wifi_bad:before {content: '\f064';}
.mi-signal_wifi_connected_no_internet_4:before {content: '\f064';}
.mi-signal_wifi_off:before {content: '\e1da';}
.mi-signal_wifi_statusbar_4_bar:before {content: '\f065';}
.mi-signal_wifi_statusbar_not_connected:before {content: '\f0ef';}
.mi-signal_wifi_statusbar_null:before {content: '\f067';}
.mi-signature:before {content: '\f74c';}
.mi-signpost:before {content: '\eb91';}
.mi-sim_card:before {content: '\e32b';}
.mi-sim_card_alert:before {content: '\f057';}
.mi-sim_card_download:before {content: '\f068';}
.mi-single_bed:before {content: '\ea48';}
.mi-sip:before {content: '\f069';}
.mi-skateboarding:before {content: '\e511';}
.mi-skeleton:before {content: '\f899';}
.mi-skillet:before {content: '\f543';}
.mi-skillet_cooktop:before {content: '\f544';}
.mi-skip_next:before {content: '\e044';}
.mi-skip_previous:before {content: '\e045';}
.mi-skull:before {content: '\f89a';}
.mi-sledding:before {content: '\e512';}
.mi-sleep:before {content: '\e213';}
.mi-sleep_score:before {content: '\f6b7';}
.mi-slide_library:before {content: '\f822';}
.mi-sliders:before {content: '\e9e3';}
.mi-slideshow:before {content: '\e41b';}
.mi-slow_motion_video:before {content: '\e068';}
.mi-smart_button:before {content: '\f1c1';}
.mi-smart_display:before {content: '\f06a';}
.mi-smart_outlet:before {content: '\e844';}
.mi-smart_screen:before {content: '\f06b';}
.mi-smart_toy:before {content: '\f06c';}
.mi-smartphone:before {content: '\e32c';}
.mi-smb_share:before {content: '\f74b';}
.mi-smoke_free:before {content: '\eb4a';}
.mi-smoking_rooms:before {content: '\eb4b';}
.mi-sms:before {content: '\e625';}
.mi-sms_failed:before {content: '\e87f';}
.mi-snippet_folder:before {content: '\f1c7';}
.mi-snooze:before {content: '\e046';}
.mi-snowboarding:before {content: '\e513';}
.mi-snowing:before {content: '\e80f';}
.mi-snowing_heavy:before {content: '\f61c';}
.mi-snowmobile:before {content: '\e503';}
.mi-snowshoeing:before {content: '\e514';}
.mi-soap:before {content: '\f1b2';}
.mi-social_distance:before {content: '\e1cb';}
.mi-social_leaderboard:before {content: '\f6a0';}
.mi-solar_power:before {content: '\ec0f';}
.mi-sort:before {content: '\e164';}
.mi-sort_by_alpha:before {content: '\e053';}
.mi-sos:before {content: '\ebf7';}
.mi-sound_detection_dog_barking:before {content: '\f149';}
.mi-sound_detection_glass_break:before {content: '\f14a';}
.mi-sound_detection_loud_sound:before {content: '\f14b';}
.mi-sound_sampler:before {content: '\f6b4';}
.mi-soup_kitchen:before {content: '\e7d3';}
.mi-source:before {content: '\f1c8';}
.mi-source_environment:before {content: '\e527';}
.mi-source_notes:before {content: '\e12d';}
.mi-south:before {content: '\f1e3';}
.mi-south_america:before {content: '\e7e4';}
.mi-south_east:before {content: '\f1e4';}
.mi-south_west:before {content: '\f1e5';}
.mi-spa:before {content: '\eb4c';}
.mi-space_bar:before {content: '\e256';}
.mi-space_dashboard:before {content: '\e66b';}
.mi-spatial_audio:before {content: '\ebeb';}
.mi-spatial_audio_off:before {content: '\ebe8';}
.mi-spatial_tracking:before {content: '\ebea';}
.mi-speaker:before {content: '\e32d';}
.mi-speaker_group:before {content: '\e32e';}
.mi-speaker_notes:before {content: '\e8cd';}
.mi-speaker_notes_off:before {content: '\e92a';}
.mi-speaker_phone:before {content: '\e0d2';}
.mi-special_character:before {content: '\f74a';}
.mi-specific_gravity:before {content: '\f872';}
.mi-speech_to_text:before {content: '\f8a7';}
.mi-speed:before {content: '\e9e4';}
.mi-speed_0_5:before {content: '\f4e2';}
.mi-speed_1_2:before {content: '\f4e1';}
.mi-speed_1_5:before {content: '\f4e0';}
.mi-speed_2x:before {content: '\f4eb';}
.mi-spellcheck:before {content: '\e8ce';}
.mi-splitscreen:before {content: '\f06d';}
.mi-splitscreen_add:before {content: '\f4fd';}
.mi-splitscreen_bottom:before {content: '\f676';}
.mi-splitscreen_left:before {content: '\f675';}
.mi-splitscreen_right:before {content: '\f674';}
.mi-splitscreen_top:before {content: '\f673';}
.mi-splitscreen_vertical_add:before {content: '\f4fc';}
.mi-spo2:before {content: '\f6db';}
.mi-spoke:before {content: '\e9a7';}
.mi-sports:before {content: '\ea30';}
.mi-sports_and_outdoors:before {content: '\efb8';}
.mi-sports_bar:before {content: '\f1f3';}
.mi-sports_baseball:before {content: '\ea51';}
.mi-sports_basketball:before {content: '\ea26';}
.mi-sports_cricket:before {content: '\ea27';}
.mi-sports_esports:before {content: '\ea28';}
.mi-sports_football:before {content: '\ea29';}
.mi-sports_golf:before {content: '\ea2a';}
.mi-sports_gymnastics:before {content: '\ebc4';}
.mi-sports_handball:before {content: '\ea33';}
.mi-sports_hockey:before {content: '\ea2b';}
.mi-sports_kabaddi:before {content: '\ea34';}
.mi-sports_martial_arts:before {content: '\eae9';}
.mi-sports_mma:before {content: '\ea2c';}
.mi-sports_motorsports:before {content: '\ea2d';}
.mi-sports_rugby:before {content: '\ea2e';}
.mi-sports_score:before {content: '\f06e';}
.mi-sports_soccer:before {content: '\ea2f';}
.mi-sports_tennis:before {content: '\ea32';}
.mi-sports_volleyball:before {content: '\ea31';}
.mi-sprinkler:before {content: '\e29a';}
.mi-sprint:before {content: '\f81f';}
.mi-square:before {content: '\eb36';}
.mi-square_foot:before {content: '\ea49';}
.mi-ssid_chart:before {content: '\eb66';}
.mi-stack:before {content: '\f609';}
.mi-stack_off:before {content: '\f608';}
.mi-stack_star:before {content: '\f607';}
.mi-stacked_bar_chart:before {content: '\e9e6';}
.mi-stacked_email:before {content: '\e6c7';}
.mi-stacked_inbox:before {content: '\e6c9';}
.mi-stacked_line_chart:before {content: '\f22b';}
.mi-stacks:before {content: '\f500';}
.mi-stadia_controller:before {content: '\f135';}
.mi-stadium:before {content: '\eb90';}
.mi-stairs:before {content: '\f1a9';}
.mi-star:before {content: '\f09a';}
.mi-star_border:before {content: '\f09a';}
.mi-star_border_purple500:before {content: '\f09a';}
.mi-star_half:before {content: '\e839';}
.mi-star_outline:before {content: '\f09a';}
.mi-star_purple500:before {content: '\f09a';}
.mi-star_rate:before {content: '\f0ec';}
.mi-star_rate_half:before {content: '\ec45';}
.mi-stars:before {content: '\e8d0';}
.mi-start:before {content: '\e089';}
.mi-stat_0:before {content: '\e697';}
.mi-stat_1:before {content: '\e698';}
.mi-stat_2:before {content: '\e699';}
.mi-stat_3:before {content: '\e69a';}
.mi-stat_minus_1:before {content: '\e69b';}
.mi-stat_minus_2:before {content: '\e69c';}
.mi-stat_minus_3:before {content: '\e69d';}
.mi-stay_current_landscape:before {content: '\e0d3';}
.mi-stay_current_portrait:before {content: '\e0d4';}
.mi-stay_primary_landscape:before {content: '\e0d5';}
.mi-stay_primary_portrait:before {content: '\e0d6';}
.mi-step:before {content: '\f6fe';}
.mi-step_into:before {content: '\f701';}
.mi-step_out:before {content: '\f700';}
.mi-step_over:before {content: '\f6ff';}
.mi-steppers:before {content: '\e9e7';}
.mi-steps:before {content: '\f6da';}
.mi-stethoscope:before {content: '\f805';}
.mi-stethoscope_arrow:before {content: '\f807';}
.mi-stethoscope_check:before {content: '\f806';}
.mi-sticky_note:before {content: '\e9e8';}
.mi-sticky_note_2:before {content: '\f1fc';}
.mi-stock_media:before {content: '\f570';}
.mi-stockpot:before {content: '\f545';}
.mi-stop:before {content: '\e047';}
.mi-stop_circle:before {content: '\ef71';}
.mi-stop_screen_share:before {content: '\e0e3';}
.mi-storage:before {content: '\e1db';}
.mi-store:before {content: '\e8d1';}
.mi-store_mall_directory:before {content: '\e8d1';}
.mi-storefront:before {content: '\ea12';}
.mi-storm:before {content: '\f070';}
.mi-straight:before {content: '\eb95';}
.mi-straighten:before {content: '\e41c';}
.mi-strategy:before {content: '\f5df';}
.mi-stream:before {content: '\e9e9';}
.mi-stream_apps:before {content: '\f79f';}
.mi-streetview:before {content: '\e56e';}
.mi-stress_management:before {content: '\f6d9';}
.mi-strikethrough_s:before {content: '\e257';}
.mi-stroke_full:before {content: '\f749';}
.mi-stroke_partial:before {content: '\f748';}
.mi-stroller:before {content: '\f1ae';}
.mi-style:before {content: '\e41d';}
.mi-styler:before {content: '\e273';}
.mi-stylus:before {content: '\f604';}
.mi-stylus_laser_pointer:before {content: '\f747';}
.mi-stylus_note:before {content: '\f603';}
.mi-subdirectory_arrow_left:before {content: '\e5d9';}
.mi-subdirectory_arrow_right:before {content: '\e5da';}
.mi-subheader:before {content: '\e9ea';}
.mi-subject:before {content: '\e8d2';}
.mi-subscript:before {content: '\f111';}
.mi-subscriptions:before {content: '\e064';}
.mi-subtitles:before {content: '\e048';}
.mi-subtitles_off:before {content: '\ef72';}
.mi-subway:before {content: '\e56f';}
.mi-summarize:before {content: '\f071';}
.mi-sunny:before {content: '\e81a';}
.mi-sunny_snowing:before {content: '\e819';}
.mi-superscript:before {content: '\f112';}
.mi-supervised_user_circle:before {content: '\e939';}
.mi-supervised_user_circle_off:before {content: '\f60e';}
.mi-supervisor_account:before {content: '\e8d3';}
.mi-support:before {content: '\ef73';}
.mi-support_agent:before {content: '\f0e2';}
.mi-surfing:before {content: '\e515';}
.mi-surgical:before {content: '\e131';}
.mi-surround_sound:before {content: '\e049';}
.mi-swap_calls:before {content: '\e0d7';}
.mi-swap_driving_apps:before {content: '\e69e';}
.mi-swap_driving_apps_wheel:before {content: '\e69f';}
.mi-swap_horiz:before {content: '\e8d4';}
.mi-swap_horizontal_circle:before {content: '\e933';}
.mi-swap_vert:before {content: '\e8d5';}
.mi-swap_vertical_circle:before {content: '\e8d6';}
.mi-sweep:before {content: '\e6ac';}
.mi-swipe:before {content: '\e9ec';}
.mi-swipe_down:before {content: '\eb53';}
.mi-swipe_down_alt:before {content: '\eb30';}
.mi-swipe_left:before {content: '\eb59';}
.mi-swipe_left_alt:before {content: '\eb33';}
.mi-swipe_right:before {content: '\eb52';}
.mi-swipe_right_alt:before {content: '\eb56';}
.mi-swipe_up:before {content: '\eb2e';}
.mi-swipe_up_alt:before {content: '\eb35';}
.mi-swipe_vertical:before {content: '\eb51';}
.mi-switch:before {content: '\e1f4';}
.mi-switch_access:before {content: '\f6fd';}
.mi-switch_access_2:before {content: '\f506';}
.mi-switch_access_shortcut:before {content: '\e7e1';}
.mi-switch_access_shortcut_add:before {content: '\e7e2';}
.mi-switch_account:before {content: '\e9ed';}
.mi-switch_camera:before {content: '\e41e';}
.mi-switch_left:before {content: '\f1d1';}
.mi-switch_right:before {content: '\f1d2';}
.mi-switch_video:before {content: '\e41f';}
.mi-switches:before {content: '\e733';}
.mi-sword_rose:before {content: '\f5de';}
.mi-swords:before {content: '\f889';}
.mi-symptoms:before {content: '\e132';}
.mi-synagogue:before {content: '\eab0';}
.mi-sync:before {content: '\e627';}
.mi-sync_alt:before {content: '\ea18';}
.mi-sync_disabled:before {content: '\e628';}
.mi-sync_lock:before {content: '\eaee';}
.mi-sync_problem:before {content: '\e629';}
.mi-sync_saved_locally:before {content: '\f820';}
.mi-syringe:before {content: '\e133';}
.mi-system_security_update:before {content: '\f072';}
.mi-system_security_update_good:before {content: '\f073';}
.mi-system_security_update_warning:before {content: '\f074';}
.mi-system_update:before {content: '\f072';}
.mi-system_update_alt:before {content: '\e8d7';}
.mi-tab:before {content: '\e8d8';}
.mi-tab_close:before {content: '\f745';}
.mi-tab_close_right:before {content: '\f746';}
.mi-tab_duplicate:before {content: '\f744';}
.mi-tab_group:before {content: '\f743';}
.mi-tab_move:before {content: '\f742';}
.mi-tab_new_right:before {content: '\f741';}
.mi-tab_recent:before {content: '\f740';}
.mi-tab_unselected:before {content: '\e8d9';}
.mi-table:before {content: '\f191';}
.mi-table_bar:before {content: '\ead2';}
.mi-table_chart:before {content: '\e265';}
.mi-table_chart_view:before {content: '\f6ef';}
.mi-table_lamp:before {content: '\e1f2';}
.mi-table_restaurant:before {content: '\eac6';}
.mi-table_rows:before {content: '\f101';}
.mi-table_rows_narrow:before {content: '\f73f';}
.mi-table_view:before {content: '\f1be';}
.mi-tablet:before {content: '\e32f';}
.mi-tablet_android:before {content: '\e330';}
.mi-tablet_mac:before {content: '\e331';}
.mi-tabs:before {content: '\e9ee';}
.mi-tactic:before {content: '\f564';}
.mi-tag:before {content: '\e9ef';}
.mi-tag_faces:before {content: '\ea22';}
.mi-takeout_dining:before {content: '\ea74';}
.mi-tamper_detection_off:before {content: '\e82e';}
.mi-tamper_detection_on:before {content: '\f8c8';}
.mi-tap_and_play:before {content: '\e62b';}
.mi-tapas:before {content: '\f1e9';}
.mi-target:before {content: '\e719';}
.mi-task:before {content: '\f075';}
.mi-task_alt:before {content: '\e2e6';}
.mi-taunt:before {content: '\f69f';}
.mi-taxi_alert:before {content: '\ef74';}
.mi-team_dashboard:before {content: '\e013';}
.mi-temp_preferences_custom:before {content: '\f8c9';}
.mi-temp_preferences_eco:before {content: '\f8ca';}
.mi-temple_buddhist:before {content: '\eab3';}
.mi-temple_hindu:before {content: '\eaaf';}
.mi-tenancy:before {content: '\f0e3';}
.mi-terminal:before {content: '\eb8e';}
.mi-terrain:before {content: '\e564';}
.mi-text_ad:before {content: '\e728';}
.mi-text_decrease:before {content: '\eadd';}
.mi-text_fields:before {content: '\e262';}
.mi-text_fields_alt:before {content: '\e9f1';}
.mi-text_format:before {content: '\e165';}
.mi-text_increase:before {content: '\eae2';}
.mi-text_rotate_up:before {content: '\e93a';}
.mi-text_rotate_vertical:before {content: '\e93b';}
.mi-text_rotation_angledown:before {content: '\e93c';}
.mi-text_rotation_angleup:before {content: '\e93d';}
.mi-text_rotation_down:before {content: '\e93e';}
.mi-text_rotation_none:before {content: '\e93f';}
.mi-text_select_end:before {content: '\f73e';}
.mi-text_select_jump_to_beginning:before {content: '\f73d';}
.mi-text_select_jump_to_end:before {content: '\f73c';}
.mi-text_select_move_back_character:before {content: '\f73b';}
.mi-text_select_move_back_word:before {content: '\f73a';}
.mi-text_select_move_down:before {content: '\f739';}
.mi-text_select_move_forward_character:before {content: '\f738';}
.mi-text_select_move_forward_word:before {content: '\f737';}
.mi-text_select_move_up:before {content: '\f736';}
.mi-text_select_start:before {content: '\f735';}
.mi-text_snippet:before {content: '\f1c6';}
.mi-text_to_speech:before {content: '\f1bc';}
.mi-textsms:before {content: '\e625';}
.mi-texture:before {content: '\e421';}
.mi-texture_add:before {content: '\f57c';}
.mi-texture_minus:before {content: '\f57b';}
.mi-theater_comedy:before {content: '\ea66';}
.mi-theaters:before {content: '\e8da';}
.mi-thermometer:before {content: '\e846';}
.mi-thermometer_add:before {content: '\f582';}
.mi-thermometer_gain:before {content: '\f6d8';}
.mi-thermometer_loss:before {content: '\f6d7';}
.mi-thermometer_minus:before {content: '\f581';}
.mi-thermostat:before {content: '\f076';}
.mi-thermostat_auto:before {content: '\f077';}
.mi-thermostat_carbon:before {content: '\f178';}
.mi-things_to_do:before {content: '\eb2a';}
.mi-thread_unread:before {content: '\f4f9';}
.mi-thumb_down:before {content: '\f578';}
.mi-thumb_down_alt:before {content: '\f578';}
.mi-thumb_down_filled:before {content: '\f578';}
.mi-thumb_down_off:before {content: '\f578';}
.mi-thumb_down_off_alt:before {content: '\f578';}
.mi-thumb_up:before {content: '\f577';}
.mi-thumb_up_alt:before {content: '\f577';}
.mi-thumb_up_filled:before {content: '\f577';}
.mi-thumb_up_off:before {content: '\f577';}
.mi-thumb_up_off_alt:before {content: '\f577';}
.mi-thumbnail_bar:before {content: '\f734';}
.mi-thumbs_up_down:before {content: '\e8dd';}
.mi-thunderstorm:before {content: '\ebdb';}
.mi-tibia:before {content: '\f89b';}
.mi-tibia_alt:before {content: '\f89c';}
.mi-time_auto:before {content: '\f0e4';}
.mi-time_to_leave:before {content: '\eff7';}
.mi-timelapse:before {content: '\e422';}
.mi-timeline:before {content: '\e922';}
.mi-timer:before {content: '\e425';}
.mi-timer_10:before {content: '\e423';}
.mi-timer_10_alt_1:before {content: '\efbf';}
.mi-timer_10_select:before {content: '\f07a';}
.mi-timer_3:before {content: '\e424';}
.mi-timer_3_alt_1:before {content: '\efc0';}
.mi-timer_3_select:before {content: '\f07b';}
.mi-timer_off:before {content: '\e426';}
.mi-tips_and_updates:before {content: '\e79a';}
.mi-tire_repair:before {content: '\ebc8';}
.mi-title:before {content: '\e264';}
.mi-toast:before {content: '\efc1';}
.mi-toc:before {content: '\e8de';}
.mi-today:before {content: '\e8df';}
.mi-toggle_off:before {content: '\e9f5';}
.mi-toggle_on:before {content: '\e9f6';}
.mi-token:before {content: '\ea25';}
.mi-toll:before {content: '\e8e0';}
.mi-tonality:before {content: '\e427';}
.mi-toolbar:before {content: '\e9f7';}
.mi-tools_flat_head:before {content: '\f8cb';}
.mi-tools_installation_kit:before {content: '\e2ab';}
.mi-tools_ladder:before {content: '\e2cb';}
.mi-tools_level:before {content: '\e77b';}
.mi-tools_phillips:before {content: '\f8cc';}
.mi-tools_pliers_wire_stripper:before {content: '\e2aa';}
.mi-tools_power_drill:before {content: '\e1e9';}
.mi-tools_wrench:before {content: '\f8cd';}
.mi-tooltip:before {content: '\e9f8';}
.mi-top_panel_close:before {content: '\f733';}
.mi-top_panel_open:before {content: '\f732';}
.mi-topic:before {content: '\f1c8';}
.mi-tornado:before {content: '\e199';}
.mi-total_dissolved_solids:before {content: '\f877';}
.mi-touch_app:before {content: '\e913';}
.mi-touchpad_mouse:before {content: '\f687';}
.mi-touchpad_mouse_off:before {content: '\f4e6';}
.mi-tour:before {content: '\ef75';}
.mi-toys:before {content: '\e332';}
.mi-toys_and_games:before {content: '\efc2';}
.mi-toys_fan:before {content: '\f887';}
.mi-track_changes:before {content: '\e8e1';}
.mi-traffic:before {content: '\e565';}
.mi-trail_length:before {content: '\eb5e';}
.mi-trail_length_medium:before {content: '\eb63';}
.mi-trail_length_short:before {content: '\eb6d';}
.mi-train:before {content: '\e570';}
.mi-tram:before {content: '\e571';}
.mi-transcribe:before {content: '\f8ec';}
.mi-transfer_within_a_station:before {content: '\e572';}
.mi-transform:before {content: '\e428';}
.mi-transgender:before {content: '\e58d';}
.mi-transit_enterexit:before {content: '\e579';}
.mi-transition_chop:before {content: '\f50e';}
.mi-transition_dissolve:before {content: '\f50d';}
.mi-transition_fade:before {content: '\f50c';}
.mi-transition_push:before {content: '\f50b';}
.mi-transition_slide:before {content: '\f50a';}
.mi-translate:before {content: '\e8e2';}
.mi-transportation:before {content: '\e21d';}
.mi-travel:before {content: '\ef93';}
.mi-travel_explore:before {content: '\e2db';}
.mi-travel_luggage_and_bags:before {content: '\efc3';}
.mi-trending_down:before {content: '\e8e3';}
.mi-trending_flat:before {content: '\e8e4';}
.mi-trending_up:before {content: '\e8e5';}
.mi-trip:before {content: '\e6fb';}
.mi-trip_origin:before {content: '\e57b';}
.mi-trolley:before {content: '\f86b';}
.mi-trophy:before {content: '\ea23';}
.mi-troubleshoot:before {content: '\e1d2';}
.mi-try:before {content: '\f07c';}
.mi-tsunami:before {content: '\ebd8';}
.mi-tsv:before {content: '\e6d6';}
.mi-tty:before {content: '\f1aa';}
.mi-tune:before {content: '\e429';}
.mi-tungsten:before {content: '\f07d';}
.mi-turn_left:before {content: '\eba6';}
.mi-turn_right:before {content: '\ebab';}
.mi-turn_sharp_left:before {content: '\eba7';}
.mi-turn_sharp_right:before {content: '\ebaa';}
.mi-turn_slight_left:before {content: '\eba4';}
.mi-turn_slight_right:before {content: '\eb9a';}
.mi-turned_in:before {content: '\e8e7';}
.mi-turned_in_not:before {content: '\e8e7';}
.mi-tv:before {content: '\e63b';}
.mi-tv_gen:before {content: '\e830';}
.mi-tv_guide:before {content: '\e1dc';}
.mi-tv_off:before {content: '\e647';}
.mi-tv_options_edit_channels:before {content: '\e1dd';}
.mi-tv_options_input_settings:before {content: '\e1de';}
.mi-tv_remote:before {content: '\f5d9';}
.mi-tv_signin:before {content: '\e71b';}
.mi-tv_with_assistant:before {content: '\e785';}
.mi-two_pager:before {content: '\f51f';}
.mi-two_wheeler:before {content: '\e9f9';}
.mi-type_specimen:before {content: '\f8f0';}
.mi-u_turn_left:before {content: '\eba1';}
.mi-u_turn_right:before {content: '\eba2';}
.mi-ulna_radius:before {content: '\f89d';}
.mi-ulna_radius_alt:before {content: '\f89e';}
.mi-umbrella:before {content: '\f1ad';}
.mi-unarchive:before {content: '\e169';}
.mi-undo:before {content: '\e166';}
.mi-unfold_less:before {content: '\e5d6';}
.mi-unfold_less_double:before {content: '\f8cf';}
.mi-unfold_more:before {content: '\e5d7';}
.mi-unfold_more_double:before {content: '\f8d0';}
.mi-ungroup:before {content: '\f731';}
.mi-universal_currency:before {content: '\e9fa';}
.mi-universal_currency_alt:before {content: '\e734';}
.mi-universal_local:before {content: '\e9fb';}
.mi-unknown_2:before {content: '\e6a2';}
.mi-unknown_5:before {content: '\e6a5';}
.mi-unknown_document:before {content: '\f804';}
.mi-unknown_med:before {content: '\eabd';}
.mi-unlicense:before {content: '\eb05';}
.mi-unpublished:before {content: '\f236';}
.mi-unsubscribe:before {content: '\e0eb';}
.mi-upcoming:before {content: '\f07e';}
.mi-update:before {content: '\e923';}
.mi-update_disabled:before {content: '\e075';}
.mi-upgrade:before {content: '\f0fb';}
.mi-upload:before {content: '\f09b';}
.mi-upload_2:before {content: '\f521';}
.mi-upload_file:before {content: '\e9fc';}
.mi-urology:before {content: '\e137';}
.mi-usb:before {content: '\e1e0';}
.mi-usb_off:before {content: '\e4fa';}
.mi-user_attributes:before {content: '\e708';}
.mi-vaccines:before {content: '\e138';}
.mi-vacuum:before {content: '\efc5';}
.mi-valve:before {content: '\e224';}
.mi-vape_free:before {content: '\ebc6';}
.mi-vaping_rooms:before {content: '\ebcf';}
.mi-variable_add:before {content: '\f51e';}
.mi-variable_insert:before {content: '\f51d';}
.mi-variable_remove:before {content: '\f51c';}
.mi-variables:before {content: '\f851';}
.mi-ventilator:before {content: '\e139';}
.mi-verified:before {content: '\ef76';}
.mi-verified_user:before {content: '\f013';}
.mi-vertical_align_bottom:before {content: '\e258';}
.mi-vertical_align_center:before {content: '\e259';}
.mi-vertical_align_top:before {content: '\e25a';}
.mi-vertical_distribute:before {content: '\e076';}
.mi-vertical_shades:before {content: '\ec0e';}
.mi-vertical_shades_closed:before {content: '\ec0d';}
.mi-vertical_split:before {content: '\e949';}
.mi-vibration:before {content: '\e62d';}
.mi-video_call:before {content: '\e070';}
.mi-video_camera_back:before {content: '\f07f';}
.mi-video_camera_front:before {content: '\f080';}
.mi-video_camera_front_off:before {content: '\f83b';}
.mi-video_chat:before {content: '\f8a0';}
.mi-video_file:before {content: '\eb87';}
.mi-video_label:before {content: '\e071';}
.mi-video_library:before {content: '\e04a';}
.mi-video_search:before {content: '\efc6';}
.mi-video_settings:before {content: '\ea75';}
.mi-video_stable:before {content: '\f081';}
.mi-videocam:before {content: '\e04b';}
.mi-videocam_off:before {content: '\e04c';}
.mi-videogame_asset:before {content: '\e338';}
.mi-videogame_asset_off:before {content: '\e500';}
.mi-view_agenda:before {content: '\e8e9';}
.mi-view_array:before {content: '\e8ea';}
.mi-view_carousel:before {content: '\e8eb';}
.mi-view_column:before {content: '\e8ec';}
.mi-view_column_2:before {content: '\f847';}
.mi-view_comfy:before {content: '\e42a';}
.mi-view_comfy_alt:before {content: '\eb73';}
.mi-view_compact:before {content: '\e42b';}
.mi-view_compact_alt:before {content: '\eb74';}
.mi-view_cozy:before {content: '\eb75';}
.mi-view_day:before {content: '\e8ed';}
.mi-view_headline:before {content: '\e8ee';}
.mi-view_in_ar:before {content: '\efc9';}
.mi-view_in_ar_new:before {content: '\efc9';}
.mi-view_in_ar_off:before {content: '\f61b';}
.mi-view_kanban:before {content: '\eb7f';}
.mi-view_list:before {content: '\e8ef';}
.mi-view_module:before {content: '\e8f0';}
.mi-view_quilt:before {content: '\e8f1';}
.mi-view_sidebar:before {content: '\f114';}
.mi-view_stream:before {content: '\e8f2';}
.mi-view_timeline:before {content: '\eb85';}
.mi-view_week:before {content: '\e8f3';}
.mi-vignette:before {content: '\e435';}
.mi-villa:before {content: '\e586';}
.mi-visibility:before {content: '\e8f4';}
.mi-visibility_lock:before {content: '\f653';}
.mi-visibility_off:before {content: '\e8f5';}
.mi-vital_signs:before {content: '\e650';}
.mi-vitals:before {content: '\e13b';}
.mi-voice_chat:before {content: '\e62e';}
.mi-voice_over_off:before {content: '\e94a';}
.mi-voice_selection:before {content: '\f58a';}
.mi-voicemail:before {content: '\e0d9';}
.mi-volcano:before {content: '\ebda';}
.mi-volume_down:before {content: '\e04d';}
.mi-volume_down_alt:before {content: '\e79c';}
.mi-volume_mute:before {content: '\e04e';}
.mi-volume_off:before {content: '\e04f';}
.mi-volume_up:before {content: '\e050';}
.mi-volunteer_activism:before {content: '\ea70';}
.mi-voting_chip:before {content: '\f852';}
.mi-vpn_key:before {content: '\e0da';}
.mi-vpn_key_alert:before {content: '\f6cc';}
.mi-vpn_key_off:before {content: '\eb7a';}
.mi-vpn_lock:before {content: '\e62f';}
.mi-vr180_create2d:before {content: '\efca';}
.mi-vr180_create2d_off:before {content: '\f571';}
.mi-vrpano:before {content: '\f082';}
.mi-wall_art:before {content: '\efcb';}
.mi-wall_lamp:before {content: '\e2b4';}
.mi-wallet:before {content: '\f8ff';}
.mi-wallpaper:before {content: '\e1bc';}
.mi-wallpaper_slideshow:before {content: '\f672';}
.mi-ward:before {content: '\e13c';}
.mi-warehouse:before {content: '\ebb8';}
.mi-warning:before {content: '\f083';}
.mi-warning_amber:before {content: '\f083';}
.mi-warning_off:before {content: '\f7ad';}
.mi-wash:before {content: '\f1b1';}
.mi-watch:before {content: '\e334';}
.mi-watch_button_press:before {content: '\f6aa';}
.mi-watch_later:before {content: '\efd6';}
.mi-watch_off:before {content: '\eae3';}
.mi-watch_screentime:before {content: '\f6ae';}
.mi-watch_wake:before {content: '\f6a9';}
.mi-water:before {content: '\f084';}
.mi-water_bottle:before {content: '\f69d';}
.mi-water_bottle_large:before {content: '\f69e';}
.mi-water_damage:before {content: '\f203';}
.mi-water_do:before {content: '\f870';}
.mi-water_drop:before {content: '\e798';}
.mi-water_ec:before {content: '\f875';}
.mi-water_full:before {content: '\f6d6';}
.mi-water_heater:before {content: '\e284';}
.mi-water_lock:before {content: '\f6ad';}
.mi-water_loss:before {content: '\f6d5';}
.mi-water_lux:before {content: '\f874';}
.mi-water_medium:before {content: '\f6d4';}
.mi-water_orp:before {content: '\f878';}
.mi-water_ph:before {content: '\f87a';}
.mi-water_pump:before {content: '\f5d8';}
.mi-water_voc:before {content: '\f87b';}
.mi-waterfall_chart:before {content: '\ea00';}
.mi-waves:before {content: '\e176';}
.mi-waving_hand:before {content: '\e766';}
.mi-wb_auto:before {content: '\e42c';}
.mi-wb_cloudy:before {content: '\f15c';}
.mi-wb_incandescent:before {content: '\e42e';}
.mi-wb_iridescent:before {content: '\f07d';}
.mi-wb_shade:before {content: '\ea01';}
.mi-wb_sunny:before {content: '\e430';}
.mi-wb_twilight:before {content: '\e1c6';}
.mi-wc:before {content: '\e63d';}
.mi-weather_hail:before {content: '\f67f';}
.mi-weather_mix:before {content: '\f60b';}
.mi-weather_snowy:before {content: '\e2cd';}
.mi-web:before {content: '\e051';}
.mi-web_asset:before {content: '\e069';}
.mi-web_asset_off:before {content: '\ef47';}
.mi-web_stories:before {content: '\e595';}
.mi-web_traffic:before {content: '\ea03';}
.mi-webhook:before {content: '\eb92';}
.mi-weekend:before {content: '\e16b';}
.mi-weight:before {content: '\e13d';}
.mi-west:before {content: '\f1e6';}
.mi-whatshot:before {content: '\e80e';}
.mi-wheelchair_pickup:before {content: '\f1ab';}
.mi-where_to_vote:before {content: '\e177';}
.mi-widgets:before {content: '\e1bd';}
.mi-width:before {content: '\f730';}
.mi-width_full:before {content: '\f8f5';}
.mi-width_normal:before {content: '\f8f6';}
.mi-width_wide:before {content: '\f8f7';}
.mi-wifi:before {content: '\e63e';}
.mi-wifi_1_bar:before {content: '\e4ca';}
.mi-wifi_2_bar:before {content: '\e4d9';}
.mi-wifi_add:before {content: '\f7a8';}
.mi-wifi_calling:before {content: '\ef77';}
.mi-wifi_calling_1:before {content: '\f0f6';}
.mi-wifi_calling_2:before {content: '\f0f6';}
.mi-wifi_calling_3:before {content: '\f0f6';}
.mi-wifi_channel:before {content: '\eb6a';}
.mi-wifi_find:before {content: '\eb31';}
.mi-wifi_home:before {content: '\f671';}
.mi-wifi_lock:before {content: '\e1e1';}
.mi-wifi_notification:before {content: '\f670';}
.mi-wifi_off:before {content: '\e648';}
.mi-wifi_password:before {content: '\eb6b';}
.mi-wifi_protected_setup:before {content: '\f0fc';}
.mi-wifi_proxy:before {content: '\f7a7';}
.mi-wifi_tethering:before {content: '\e1e2';}
.mi-wifi_tethering_error:before {content: '\ead9';}
.mi-wifi_tethering_off:before {content: '\f087';}
.mi-wind_power:before {content: '\ec0c';}
.mi-window:before {content: '\f088';}
.mi-window_closed:before {content: '\e77e';}
.mi-window_open:before {content: '\e78c';}
.mi-window_sensor:before {content: '\e2bb';}
.mi-wine_bar:before {content: '\f1e8';}
.mi-woman:before {content: '\e13e';}
.mi-woman_2:before {content: '\f8e7';}
.mi-work:before {content: '\e943';}
.mi-work_alert:before {content: '\f5f7';}
.mi-work_history:before {content: '\ec09';}
.mi-work_off:before {content: '\e942';}
.mi-work_outline:before {content: '\e943';}
.mi-work_update:before {content: '\f5f8';}
.mi-workflow:before {content: '\ea04';}
.mi-workspace_premium:before {content: '\e7af';}
.mi-workspaces:before {content: '\ea0f';}
.mi-workspaces_outline:before {content: '\ea0f';}
.mi-wounds_injuries:before {content: '\e13f';}
.mi-wrap_text:before {content: '\e25b';}
.mi-wrist:before {content: '\f69c';}
.mi-wrong_location:before {content: '\ef78';}
.mi-wysiwyg:before {content: '\f1c3';}
.mi-yard:before {content: '\f089';}
.mi-your_trips:before {content: '\eb2b';}
.mi-youtube_activity:before {content: '\f85a';}
.mi-youtube_searched_for:before {content: '\e8fa';}
.mi-zone_person_alert:before {content: '\e781';}
.mi-zone_person_idle:before {content: '\e77a';}
.mi-zone_person_urgent:before {content: '\e788';}
.mi-zoom_in:before {content: '\e8ff';}
.mi-zoom_in_map:before {content: '\eb2d';}
.mi-zoom_out:before {content: '\e900';}
.mi-zoom_out_map:before {content: '\e56b';}
.mi-adobe:before {content: '\ea96';}
.mi-airplanemode_off:before {content: '\e194';}
.mi-airplanemode_on:before {content: '\e195';}
.mi-apple:before {content: '\ea80';}
.mi-block_flipped:before {content: '\ef46';}
.mi-bookmark_outline:before {content: '\e867';}
.mi-catching_pokemon:before {content: '\e508';}
.mi-confirmation_num:before {content: '\e638';}
.mi-delivery_dining:before {content: '\ea72';}
.mi-directions_ferry:before {content: '\e532';}
.mi-directions_train:before {content: '\e534';}
.mi-discord:before {content: '\ea6c';}
.mi-discount:before {content: '\ebc9';}
.mi-dnd_forwardslash:before {content: '\e611';}
.mi-enhance_photo_translate:before {content: '\e8fc';}
.mi-exposure_minus_1:before {content: '\e3cb';}
.mi-exposure_minus_2:before {content: '\e3cc';}
.mi-facebook:before {content: '\f234';}
.mi-favorite_outline:before {content: '\e87e';}
.mi-fire_hydrant_alt:before {content: '\f8f1';}
.mi-fitbit:before {content: '\e82b';}
.mi-format_underline:before {content: '\e249';}
.mi-goat:before {content: '\10fffd';}
.mi-highlight_alt:before {content: '\ef52';}
.mi-highlight_remove:before {content: '\e888';}
.mi-info_outline:before {content: '\e88f';}
.mi-invert_colors_on:before {content: '\e891';}
.mi-keyboard_command:before {content: '\eae0';}
.mi-keyboard_control:before {content: '\e5d3';}
.mi-keyboard_option:before {content: '\eadf';}
.mi-leave_bags_at_home:before {content: '\f21b';}
.mi-local_attraction:before {content: '\e53f';}
.mi-local_print_shop:before {content: '\e555';}
.mi-local_restaurant:before {content: '\e556';}
.mi-location_history:before {content: '\e55a';}
.mi-messenger:before {content: '\e0ca';}
.mi-messenger_outline:before {content: '\e0cb';}
.mi-miscellaneous_services:before {content: '\f10c';}
.mi-moped:before {content: '\eb28';}
.mi-multitrack_audio:before {content: '\e1b8';}
.mi-my_library_add:before {content: '\e02e';}
.mi-my_library_books:before {content: '\e02f';}
.mi-my_library_music:before {content: '\e030';}
.mi-no_cell:before {content: '\f1a4';}
.mi-no_meals_ouline:before {content: '\f229';}
.mi-notifications_on:before {content: '\e7f7';}
.mi-now_wallpaper:before {content: '\e1bc';}
.mi-now_widgets:before {content: '\e1bd';}
.mi-outbond:before {content: '\f228';}
.mi-panorama_fisheye:before {content: '\e40c';}
.mi-panorama_horizontal_select:before {content: '\ef60';}
.mi-panorama_photosphere_select:before {content: '\e9ca';}
.mi-panorama_vertical_select:before {content: '\ef61';}
.mi-panorama_wide_angle_select:before {content: '\ef62';}
.mi-paypal:before {content: '\ea8d';}
.mi-perm_contact_cal:before {content: '\e8a3';}
.mi-perm_device_info:before {content: '\e8a5';}
.mi-person_add_alt_1:before {content: '\ef65';}
.mi-person_remove_alt_1:before {content: '\ef67';}
.mi-pix:before {content: '\eaa3';}
.mi-play_circle_fill:before {content: '\e038';}
.mi-play_circle_filled:before {content: '\e038';}
.mi-play_circle_outline:before {content: '\e039';}
.mi-quick_contacts_dialer:before {content: '\e0cf';}
.mi-quick_contacts_mail:before {content: '\e0d0';}
.mi-quora:before {content: '\ea98';}
.mi-radio_button_off:before {content: '\e836';}
.mi-radio_button_on:before {content: '\e837';}
.mi-reddit:before {content: '\eaa0';}
.mi-settings_display:before {content: '\e8bd';}
.mi-share_arrival_time:before {content: '\e524';}
.mi-shopify:before {content: '\ea9d';}
.mi-signal_wifi_statusbar_connected_no_internet_4:before {content: '\f066';}
.mi-snapchat:before {content: '\ea6e';}
.mi-swap_vert_circle:before {content: '\e8d6';}
.mi-system_update_tv:before {content: '\e8d7';}
.mi-telegram:before {content: '\ea6b';}
.mi-tiktok:before {content: '\ea7e';}
.mi-trending_neutral:before {content: '\e8e4';}
.mi-video_collection:before {content: '\e04a';}
.mi-view_comfortable:before {content: '\e42a';}
.mi-wallet_giftcard:before {content: '\e8f6';}
.mi-wallet_membership:before {content: '\e8f7';}
.mi-wallet_travel:before {content: '\e8f8';}
.mi-wb_twighlight:before {content: '\ea02';}
.mi-wechat:before {content: '\ea81';}
.mi-wifi_tethering_error_rounded:before {content: '\f086';}
.mi-woo_commerce:before {content: '\ea6d';}
.mi-wordpress:before {content: '\ea9f';}
.mi-workspaces_filled:before {content: '\ea0d';}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
*/
@charset "UTF-8";
/* rems
$prototype-sizes: (
  25: 25%,
  50: 50%,
  75: 75%,
  100: 100%
);

// 42. Prototype Spacing
// ---------------------

$prototype-spacing-breakpoints: $global-prototype-breakpoints;
$prototype-spacers-count: 3;

// 43. Prototype Text-Decoration
// -----------------------------

$prototype-decoration-breakpoints: $global-prototype-breakpoints;
$prototype-text-decoration: (
  overline,
  underline,
  line-through,
);
*/
/**
 * Foundation for Sites
 * Version 6.6.2
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! 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;
  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: #fefefe;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 0; }

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

.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;
  appearance: none;
  border: 0;
  border-radius: 0;
  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: ' ';
    flex-basis: 0;
    order: 1; }
  .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) {
    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.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.3333333333%; }
  .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.6666666667%; }
  .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.2857142857%; }
  .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.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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; } }
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: 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: 0.5rem; }

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

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

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

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

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.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: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  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, ul ol, ol ul, 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: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  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: #0a0a0a; }

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

.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: #8a8a8a;
  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: #0a0a0a;
  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: #0a0a0a;
  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;
    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 #8a8a8a;
    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: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -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: #1779ba;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .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: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }
  .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: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .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: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .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: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .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: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .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 #1779ba;
    color: #1779ba; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .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 #1779ba;
    color: #1779ba; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .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 #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .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.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: #1779ba; }
  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }
  .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: #1779ba; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }
  .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: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .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.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: #fefefe 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: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .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.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: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 #8a8a8a;
    background-color: #fefefe;
    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'] {
  appearance: none;
  border-radius: 0; }

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

::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: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > .input-group-button:first-child > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > .input-group-button:last-child > * {
    border-radius: 0 0 0 0; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%28138, 138, 138%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 #8a8a8a;
    background-color: #fefefe;
    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: #f9ecea; }
  .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; }

.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; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

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

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  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; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px;
    margin-right: 0; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #126195;
    color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button-group.success .button:hover, .button-group.success .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button-group.warning .button:hover, .button-group.warning .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px;
      margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

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

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > 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 #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > 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 #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  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: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

.dropdown.menu > li > a {
  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 #1779ba 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 #1779ba; }

@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: #1779ba 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 #1779ba 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 #1779ba; } }

@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: #1779ba 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 #1779ba 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 #1779ba; } }

.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 #1779ba 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 #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
    outline: 0; }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-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 #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .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 #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 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: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 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 #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 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 #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 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 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .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 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version v1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

#previous-button.baguetteBox-button, #next-button.baguetteBox-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  #next-button.baguetteBox-button {
    right: 2%; }
  #previous-button.baguetteBox-button {
    left: 2%; }
  #close-button.baguetteBox-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em; }

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa; }

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green; }

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none; }

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px; }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }
.ms-container{
  width: fit-content;
  max-width: 600px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  /*float: left;*/
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px dashed #888;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  max-height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border: 1px solid rgba(76,154,255, 1);
  outline: 1px solid rgba(76,154,255, 1);
  border-radius: 1px;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable{
  padding: 5px 10px;
  color: #444;
}

.ms-container .ms-selectable li:nth-child(even) {
  background-color: #f8f8f8;
}

.ms-container .ms-selectable li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: rgba(76,154,255, 0.6);
}

.ms-container .ms-selectable li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.ms-container .ms-selectable li span.ms-elem-selected {
  display: none;
}


.ms-container .ms-selected {
  font-weight: 600;
  color: darkblue !important;
}

.pull-right.ms-elem-selected{
  float: right;
  padding-left: 4px;
  font-size: 0.8em;
}
/*
OSNOVNI CSS za OZS_SKUPNO
*/
.main .fa-lg {
  vertical-align: 10%;
}

#popup { display: none; } /* drugače zasede 4px v footerju */

/********** PODČRTAN NASLOV ********/
.podcrtan-naslov {
font-size: 1.5em;
font-weight: bold;
color: #4b698c;
padding: 30px 15px 10px 15px;
}

.podcrtan-naslov div {
border-bottom: 7px solid #4b698c;
text-align: left;
display: table-caption;
height: 15px;
}

.podcrtan-naslov hr, .novica .podcrtan-naslov hr {
border-bottom: 1px solid #4b698c;
margin-top: -4px;
}

/*****   DOGODKI    *****/
.vertikalno {
	transform: rotate(270deg);
	transform-origin: left top; 
  float:left;
  width: 1em;
  white-space: nowrap;
  font-size: 1.5em;
  font-weight: 700;
  bottom: -1em;
  left: 0;
  position: absolute;
  color: #888;
  margin-right: 10px;  
}
  
.dogodek {
  position: relative;
  margin: 0 1em;
}

.dogodek .datum hr {
  margin: 0px 4px;
  border-bottom: 2px solid #fff;
}
  

.datum-spremembe {
  font-weight: 300;
  color: #444;
}
.datum-spremembe b {
  font-weight: 400;
}

.dogodek-prijava {
  padding-bottom: 2em;
}
.dogodek hr {
  margin: 0.5em auto;
}

.row.dogodek {font-size: 1.3em;}
.row.dogodek .povzetek {font-style: italic;}

/*******  NOVICE  *******/
.novice-prva, .novice-hub {
  padding: 1rem 0;
}
.novice-prva a, .novice-hub a {
  color: #222;
  font-weight: 400;
}

.novice-prva h4 {
  margin-left: 0.75rem;
}

.novice-prva h5 {
  font-size: 1.6em;
  margin: 0 0 0.3em 0;
  font-weight: 600;
}
.novice-hub h5 {
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0 0 0.3em 0;
  font-weight: 600;
}

.novice-prva hr {
  margin: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.novice-prva .text div {
  font-size: 1.3em;
  font-weight: 400;
}

.novice-prva .slika {
  padding-bottom: 1em;
}

.clanek h1 {
  color: #111;
  font-size: 2.5em;  
}

.row.novica {
  padding: 1.5em 0;
  color: #444;
}

.row.novica h1 {
  margin-top: 0px;
  /*font-size: 2em;
  line-height: 1.2em;
  color: #0069aa;*/
}

.novice.vec, novice.paginate {text-align: center;}
.novice.vec .button {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  border-radius: 15px;
  padding: 0.7em 2em;
}

.novice.vec .button a {
  color: #fff;
}

.row.novica .povzetek, .row.novica .body{
  text-align: justify;
}

.row.novica hr {
  margin: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.row.novica .povzetek {
  font-style: italic;
  font-size: 1.1em;
  color: #222;
}

/* ANKETE */

.poll-div {
  background: rgba(0, 59, 103, 0.05);
}

.poll-div .required {
  color: #b60635;
}
.poll-div .poll-title {
  padding: 8px;
}
.poll-div .poll-text {
  padding: 6px;
}

.poll-data-table {
  padding: 6px;
  font-size: 1rem;
}

.poll-data-table .row-div {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.poll-data-table .row-div.hidden {
  display: none;
}

.poll-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #003a68;
  padding: 4px 0;
  text-align: left;
}

.poll-data-text.lr {
  font-weight: 600;
  xmargin: 0 0 1rem;
}

.poll-data-text.td {
  font-weight: 600;
  xmargin: 0 0 4px;
}

.poll-div ::placeholder {
  color: #888;
}

.poll-div .poll-data-text.comment {
  width: 100%;
  text-align: left;
  white-space:normal;
  padding: 8px;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.poll-div input, .poll-div select, .poll-div textarea {
  border: 1px dashed #888;
  border-radius: 2px;
}

.poll-div .dc-submit {
  font-weight: 600;
  font-size: 1.2em;
  background: #b60635;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 3px;
  border: none;
  margin-bottom: 1rem;
  margin-left: 5%;
}

.poll-div .dc-submit:hover {
  background-color: #003a68;
  transition-duration: 0.8s;
}
.poll-div .dc-form-label {
  padding: 0 4px;
}

.poll-div input, .poll-div select  {
  height: 3em;
  margin: 0;
}

.poll-div .dc-radio input {
  vertical-align: middle;
  margin-right: 4px;
  height: 2em;
}


/********  KODA-95 ********/
.koda-95 {
  background-color: rgba(0, 58, 104, 1);
  padding: 0 1rem 1rem;
  border-radius: 2px;
}

.koda-95 img {
  max-width: 3rem;
  padding-right: 8px;
}

.koda-95 a {
  display: flex;
  font-size: 1.3em;
  line-height: normal;
}

.koda-95 a:link, .koda-95 a:visited {
  color: #fff;
}
.koda-95 a:hover {
  color: #f8ede6;
}

.koda-95-covid {
  font-size: 1.6em;
  line-height: normal;
  font-weight: 400;
  padding: 1rem 0;
  color: #b60635;
}

.koda-95-covid b {
  color: #222;
  font-weight: 700;
}

/****** Filmčki ********/
.filmcki .videowrapper iframe {
  width: 100%;
  height: 100%;
}

.filmcki .videowrapper {
  margin-top: 1rem;
}

/********    ROTATOR     *********/
.orbit-bullets button {
  background-color: rgba(0, 65, 129, 0.1);
}
.orbit-bullets button.is-active, .orbit-bullets button:hover {
  background-color:  rgba(0, 65, 129, 0.8);
}

/** INTERNET EXPLORER NE */
.ie-ne-priporocamo {
  display: none;
  font-size: 13px;
  padding: 20px;
  width: 800px;
  margin: 0 auto;
  color: #fff;
}

/************ SOCIALNE PO NOVEM ************/
.socialne-like {
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 500;
}

.socialne-like img {
  height: 32px;
  margin-right: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-ne-priporocamo {
    display: block;
    background: #fe0036 url(https://c.s-microsoft.com/sl-si/CMSImages/ie_symbol_clr_56x56.png?version=73aa5bf1-0743-11e7-8f71-718675c983bf) top center no-repeat;
  }
}

/****** POSEBEJ ZA MOBILNI TELEFON    *****/
@media only screen and (max-width: 600px) {
  .poll-data-table .row-div {display: block;}
  .poll-data-text {padding: 0 0 2px 2px;}
  .poll-data-text.lr {margin: 0;}
  .poll-data-table .dc-form-label {padding: 2px 0;}
  .poll-data-table .dc-radio.dc-inline div {
    display: block;
  }
  .poll-data-table .dc-radio {
    min-width: 50%;
  }
  .poll-div input[type='checkbox'] {
    height: initial;
  }
  .poll-data-table [type='checkbox'] + label {
    display: inline;
    line-height: 1;
  }

  .poll-data-table .dc-form-label.poll-data-text {
    margin-top: 8px;
  }
}

#vozniki h1 {font-size: 2rem;}
#vozniki .row.top {
  margin: 0 1rem;
  text-shadow:#003b67 0 -1px 0;
  background: linear-gradient(180deg, #04599a, #003b67);
  border-radius: 4px;
}
#vozniki .row.top img {padding: 8px;}

#vozniki button {
  padding: 4px 8px;
  margin-right: 1rem;
  border: 2px solid transparent;
  border-radius: 2px;
}
#vozniki button:hover {
  border: 2px solid #e8e8e8;
}

#vozniki button.active {background-color: #e8e8e8; border-radius: 2px;}
#vozniki button a {color: #e8e8e8; font-size: 1.5em;}
#vozniki button.active a {color: #e0ddc6; color: rgba(0,59,103,1);}

#vozniki .desno button {
  color: #e8e8e8;
  border-radius: 2px;
  background-color: rgba(0,59,103,1);
  margin: 8px 0;
  padding: 0.5rem 1rem;
}
#vozniki .desno button a {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}

#vozniki .kje { padding-bottom: 8px;}
#vozniki .naslov {line-height: 1.2em;}
#vozniki .izbire .dva {
  font-size: 1.4em;
  font-weight: 600;
}

#vozniki .program {
  font-size: 1.4em;
  line-height: 1.3em;
}
#vozniki .program .naslov {
  font-weight: 700;
  padding-top: 1em;
  color: #003b67;
  font-size: 1.1em;
}
#vozniki .dogodek-1 button {
  text-transform: uppercase;
  font-size: 0.8em;
}
#vozniki .dc-form-error, #vozniki .dc-form-info {
  font-size: 2.4em;
  line-height: 1;
}
#vozniki .poll-div { margin: 0 1rem;}
#vozniki .poll-div .dc-submit {
  padding: 10px 1rem;
  font-size: 1.5em;
}

#vozniki .placilo {
  padding: 8px;
  margin: 0 1rem;
  background-color: rgba(0,59,103,0.1);
  font-size: 1.4em;
}
#vozniki .placilo p {
  margin: 0;
}
#vozniki .predava {
  font-weight: 600;
}

#vozniki .dc-link-submit {
  display: contents;
  font-size: 1.2rem;
}

#vozniki .dc-link-submit a {
  margin-left: 2rem;
  color: #4b698c;
  border: none;
}

/*** MOBILNI  **/
@media only screen and (max-width: 600px) {

  #vozniki .row.top {
    margin: 0 10px;
    padding: 8px 0;
    text-align: center;
  }
  #vozniki .row.top .column {
    padding-right: 0;
  }

  #vozniki .placilo { margin: 0 10px; }
  #vozniki .poll-div {margin: 0 10px; }

  #vozniki .column.koledar-dan { margin: 8px 0; padding: 0;}

}
/* 
   rdeča  #ed1847 rgba(237,24,71,1) 
   modra  #003a68 rgba(0,59,103,1)
   modra  #003b67 rgba(0,59,103,1);

   zlata0 #e6e6de rgba(230,230,222,1)
   zlata1 #e0ddc6 rgba(224,221,198,1) 
   zlata2 #a19f82 rgba(161,159,130,1) 
   zlata3 #867140 rgba(134,113,64,1) 
*/

/* rdeča #c53b5f rdeča: #fe0036  rgba(254,0,54,1); */
/* modra #0069aa rgba(0,105,170,1) */
/* modra #2269aa rgba(34,105,170,1) */ 
/* modra #004181 rgba(0,65,129,1)
/* modra #002050 rgba(0,32,80,1)

/* modra-osnovna #4b698c rgba(0,65,129,1) */
/* modra-svetla #e4eaf1 rgba(228,234,241,1) */

html {
  font-size: 16px;
  font-weight: normal;
}

body {
/* background-color: #f1ede3; */
  line-height: 1em;
  font-family: var(--moj-font);
  font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--moj-font);
  font-weight: 600;
  color: #3d3a3a;
  line-height: 1.1em;
} 

h1 { margin: 0;}
h2 { font-size: 1.5em; margin: 0.5em 0;}
h3 { font-size: 1.3em; margin: 0.6em 0;}
h4 { font-size: 1.1em; margin: 0.7em 0;}
h5 { font-size: 1em; margin: 0.8em 0;}
h6 { font-size: 0.9em; margin: 1em 0;}

p { 
  margin: 0 0 1rem 0;
  line-height: normal;
}

a:link, a:active, a:visited {
  color: #003a68;
  font-weight: 600;
  text-decoration: none; 
}

a:hover { 
  text-decoration: none; 
  color: rgba(0,59,103,0.5);
}

strong, b {font-weight: 600}

/* SLIKICE PRED LINKI */
.pdf:before {
content: url(/datoteke/logotipi/pdf.png);
vertical-align: sub; padding-right: 5px;
}

.doc:before {
content: url(/datoteke/logotipi/doc.png);
vertical-align: sub; padding-right: 5px;
} 
.xls:before {
content: url(/datoteke/logotipi/xls.png);
vertical-align: sub; padding-right: 5px;
} 

.povezava:before {
  content: " ";
  position: relative;
  display: inline-block;
  background-size: cover;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;

  background-image: url(/datoteke/logotipi/povezava.svg);
}

.piskotek:before {
  content: " ";
  position: relative;
  display: inline-block;
  background-size: cover;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 4px;

  background-image: url(/datoteke/logotipi/cookies.svg);
}

.row { max-width: 90rem; }
.row .row { margin: 0;}
.row .row { margin: 0;}
/*
.row .row .column.small-12 { padding: 0; }
*/
.body {
  font-size: 1.4em;
  line-height: normal;
  text-align: justify;
}

.body ol { list-style: decimal; }
.body ul { list-style: initial; }

.body b {font-weight: 600;}

/* body img {height: revert-layer;}*/
body img.pisite-nam {width: initial; height: initial;}
.socialne img {width: initial;}

header img {
  max-width: 100%;
}

.valign-center {
  position: relative;
  top: 50%;
  > .columns {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1250px;
  width: 95%;
  background-color: #fff;
}
.wrap.pad {
  padding: 0 1rem;
}

.v-desno {float: right; margin: 0 0 1rem 1rem;}
.v-desno tbody td {padding-right: 0}
.v-levo {float: left; margin: 0 1rem 1rem 0;}
.v-desno tbody td {padding-left: 0}
.v-desno tbody { border: none; background-color: transparent;}

.link-to:hover {cursor: pointer;}

.hidden, .skrito {display: none;}

.rocka {
  color: #4b698c;
}
.rocka:hover {
  color: rgba(0,59,103,0.5);
  cursor: pointer;
}

.button {
  background-color: #003b67;
  border-radius: 4px;
}
.button:hover {
  background-color: #ed1847;
}

.dc-form-error {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
}

table .okvir-za-celice {
  border: 1px solid #444;
}

table.okvir-za-celice td {
  border: 1px solid #444;
}

.tabela td  {
  border: 1px solid #eee;
}

#offCanvas {
  background-color: rgba(217,215,200, 0.95);
  background-color: #e8e8e8;
  box-shadow: 6px 6px 10px #444;
}

/* PROTI MIGOTANJU - FLICKER - KO SE KREIRA MENI */
[data-dropdown-menu] ul { display: none; }
[data-responsive-toggle] { display: none; }

/************* HEADER ************/
header {
  background-color: #fff;
  color: #1779ba;
  font-weight: bold;
  font-size: 1.2em;
/* border-bottom: 5px solid rgba(0,105,170,0.3); */
}

header a:link, header a:visited {
  color: #fff; 
  font-weight: 600;
}
header a:hover {
  color: rgba(255,255,255,0.6);
}



header .socialne { 
  font-size: 0; 
  vertical-align: top;
}

header .socialne img {
  max-height: 26px;
}


header .english { 
  padding: 3px;
  background-color: rgba(0, 59, 103, 1);
  font-size: 12px;
}

header .english a { 
  color: #eee;
}

header .english a:hover { 
  color: #fff;
}

/* PRIJAVA-ODJAVA */
header .prijava-odjava {
  font-weight: 400;
  display: inline;
  font-size: 12px;
}

header .prijava-odjava:hover {
cursor: pointer;
}

header .prijava-odjava .text {
  color: #003b67;
}

header .prijava-odjava .prjava {
  background-color: rgba(0, 59, 103, 0.9);
  color: #eee;
  font-weight: 400;
  padding: 3px 5px;
  max-width: 150px; 
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

header .prijava-odjava .prjava:hover {
color: #fff;
}

header .prijava-odjava .ikonca {
  font-size: 12px;
  background-color: rgba(0, 59, 103, 0.9);
  padding: 1px 0px 5px 4px;
  float: left;
}

header .prijava-odjava .ikonca img {
  height: 16px;
  width: 14px;
}

header .prijava-odjava .ikonca {
-moz-padding-bottom: 4px;
}

header .prijava-odjava .odjava {
  color: #eee;
  font-weight: 400;
  background-color: rgba(0, 59, 103, 1);
  padding: 3px 5px;
  float: left;
}

header .prijava-odjava .odjava:hover {
  color: #fff;
}


header .prijava-odjava .prijava-1 {
  display: none;
  position: absolute;
  background: rgba(200,200,200,0.95);
  text-align: left;
  font-weight: 400;
  width: 300px;
  padding: 1rem;
  z-index: 100;
}

.prijava-1 input, .prijava-1 input {
  background-color: #aaa;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: #fff;
  height: 2rem;
  font-size: 1rem;
}

.prijava-1 input:focus {
  border: none;
  background-color: #aaa;
  border-bottom: 1px solid #fff;
}

header .prijava-1 .button {
  background-color: #003b67;
  padding: 0.6em 1em;
}
header .prijava-1 .button:hover {
  background-color: #ed1847;
}

.prijava-1 .error {
  color: #ed1847;
  font-size: 1rem;
  font-weight: 600;
}


header .center-right img {
  float:right;
  margin-top: 1rem;
  aspect-ratio: 8.25;
  width: 74%;
}

header .center-right hr {
  margin-bottom: 0.5rem; 
  background-color: #e8e8e8;
  height: 1px;
}

header .center-left img {
  margin-top: 10px;
  aspect-ratio: 5;
  width: 100%;
}

/******** ISKANJE NA VRHU  ********/
.iskanje {
  position: relative;
}

.iskanje .ikonca-tag:before {
font-family: MI;
font-size: 16px;
color: #fff;
position: absolute;
top: 1px;
left: 4px;
content: "\e8b6";
}

.iskanje input[type='text']  {
  height: 25px;
  border: 0;
  border-radius: 1px;
  background-color: rgba(0, 59, 103, 0.9);
  padding-left: 1.3rem;
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.iskanje input[type='text']::placeholder {
  color: #fff;
}

/* pusti. Glej Google CLS */
.menu.horizontal {
/*  flex-wrap: nowrap;
  height: 38px;*/
}

.top-menu {
position: fixed;
top: 0;
margin-left: 1rem;
padding: 5px;
z-index: 1000;

}

.top-menu i {
}

.top-menu img {
  height: 18px;
}

.top-logo img {
padding: 0;
}

.top-left {
  font-weight: 400;
  font-style: italic;
  font-size: 1.1em;
  color: #aaa;
  max-width: 500px;
  white-space: nowrap;
  margin-top: 3px;  
}

.top-left .ena {
  background-color: #ed1847;
  padding: 2px 4px 3px 4px;
}

.top-left .ena a {
  color: #eee;
  font-weight: 400;
  font-style: italic;
}

.top-left .ena a:after  {
  content: " ";
  position: relative;
  display: inline-block;
  background-size: cover;
  width: 15px;
  height: 14px;
  top: 1px;
  margin-left: 6px;
  background-image: url(/datoteke/logotipi/puscica.svg);
}

.top-left img {
  max-width:none;
}

.top-right {
text-align: right;
padding-bottom: 0.3rem;
}

.top-right ul {
list-style-type: none;
margin: 0;
}
.top-right li {
display: inline-block;
white-space: nowrap;
vertical-align: top;
}

/*****   RESPONSIVE MENU   *****/
.top-bar { 
  background-color: transparent;
  padding: 0;
  margin: 0.3rem 0 1rem 0;
}

.top-bar ul { background-color: transparent;}
.top-bar ul ul { background-color: #fff; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: none;
}
.menu.vertical {width: 100%;}
.menu.vertical .menu.vertical {width: auto;}
.menu .is-active > a {
  background-color: transparent;
}

.top-bar a {
  text-transform: uppercase; 
  font-size: 1.1em;
}

#responsive-menu {
  background: linear-gradient(to right, #003b67 0%, #189bd1 30%, #003b67 60%);
/*  max-height: 41px;*/
}
#responsive-menu .submenu-toggle::after {
  border-color: rgba(255,255,255,0.8) transparent transparent;
}

.menu-icon {
  margin-top: -0.3rem;
  height: 2rem;
  width: 2rem;
}

.menu-icon::after {
  background: #004181;
  box-shadow: 0 10px 0 #c53b5f, 0 20px 0 #004181;
  height: 5px;
  border-radius: 1px;
  width: 2rem;
}

#responsive-menu a:link, #responsive-menu a:active, #responsive-menu a:visited {
  padding: 2px 12px;
  color: rgba(255,255,255,0.9); 
  font-weight: 600;
  line-height: normal;
}

#responsive-menu a:hover, #responsive-menu .top-selected { 
color: rgba(255,255,255,1);
}

#responsive-menu ul li {
  padding: 0.5em 0;
}

#responsive-menu ul li {
  border-left: 1px solid rgba(255,255,255,0.6);
  list-style: none;
}

#responsive-menu ul li ul {
  font-size: 0.8em;
  text-align: left;
  border: none;

  background-color: rgba(255,255,255,0.95);
  margin-left: -1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2); 
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#responsive-menu ul li ul li {
  border-left: none;
}

#responsive-menu ul li ul li a:link, #responsive-menu ul li ul li a:visited {
  color: #003b67;
  font-weight: 600;
  padding: 4px 1rem;
}

#responsive-menu ul li ul li:hover {
/*background: linear-gradient(to bottom, rgba(0,59,103,0.05) 0%, rgba(0,59,103,0.30) 96%);*/
background-color: rgba(0,59,103,0.1);
}

#responsive-menu ul li ul li:hover > a {text-shadow: 0 0 #003b67;}

#responsive-menu ul ul ul {font-size: 1em;}

/* odprt menu bo prekrival ozadje */
#responsive-menu #top-menu-small {
  position: absolute;
  z-index: 100;
  display: none;
}

/* Moj OZS */
#responsive-menu .rdeca { background: #ed1847; }

/* MOJ OZS v rdeče 
#responsive-menu ul li:nth-child(4) { background: #ed1847; }
#responsive-menu ul li li:nth-child(4) { background: transparent; }
*/

.flowpaper_bttnDownload.download {display: block !important;}


/* ISKANJE AUTOCOMPLETE */
.ui-menu {
  max-height: 400px;
  max-width: 300px;
  overflow: hidden;
  background-color: #bbb;
  z-index: 1000;
}

.ui-menu li {
  padding: 4px 0;
}
.ui-menu .ui-menu-item div { 
color:#fff;
padding: 1px; 
font-size: 1rem;
}

.ui-autocomplete .ui-menu-item div {
  border: none; padding: 0; 
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
}

.ui-menu .ui-menu-item .ui-state-active { 
color: #fff;
background: #666;
border: none;
padding-left: 0;
}

.ui-menu .ui-menu-item div:before {
  font-family: MI;
  content: "\e5cc";
  font-size: 16px;
  vertical-align: middle;
}

.top-left .ena a:after  {
  content: " ";
  position: relative;
  display: inline-block;
  background-size: cover;
  width: 14px;
  height: 13px;
  margin-left: 6px;
  background-image: url(/datoteke/logotipi/puscica.svg);
}

/*****     MENI LEVO     ******/
.meni-levo .menu.nested {
margin-left: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.meni-levo a:link, .meni-levo a:visited {
color: #222;
font-weight: 400;
padding: 5px;
white-space: initial;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: 1px;
}

.meni-levo .submenu-toggle {
  width: 6px; 
  height: 6px; 
  top: 6px;
}

.meni-levo {
  background-color: #fff;
}
.meni-levo li {
  background-color: rgba(0,65,129,1)
}
.meni-levo li a:link, .meni-levo li a:active, .meni-levo li a:visited {
  color: #444;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

.meni-levo li a:hover {
color: #c53b5f;
color: rgba(255,255,255,0.3);
}

.meni-levo li.active div:first-child > a {
 color: #444;
}

.meni-levo li.active li div:first-child > a {
  color: rgba(255,255,255,0.9);
}

.meni-levo li div {
/*border-top: 1px solid #e3ddcf;
  background-color: rgba(0,105,170,1);
  background-color: #e3ddcf;
*/
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.meni-levo li li div {
font-size: 0.75rem;
background-color: rgba(255,255,255,0.2);
padding-left: 5px;
text-align: left;
border-bottom: 1px solid #fff;
}
.meni-levo li li li div {
padding-left: 13px;
background-color: rgba(255,255,255,0.4);
}
.meni-levo li li li li div {
padding-left: 20px;
background-color: rgba(255,255,255,0.5);
}

.meni-levo .submenu-toggle::after {
}
.meni-levo .submenu-toggle[aria-expanded='false']::after {
  border-color: #888 transparent transparent; 
}
.meni-levo .submenu-toggle[aria-expanded='true']::after {
  border-color: #c53b5f transparent transparent;
}

/*********** PRVA STRAN  ************/
.prva-stran {
  color: rgba(0,65,129,1);
  font-size: 1.2em;
}

.naslov b {
  font-weight: 700;
}

.nadnaslov {
  position: absolute;
  top: 8px;
  left: 8px;
  display: table;
  color: #fff;
  background-color: #003b67;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  white-space: nowrap;
}

.desno2 .nadnaslov {
  position: initial;
  margin: 0 0 6px 1rem;
  padding: 6px;
  font-size: 1.1em;
}

/************    NOVICE    ****************/

#novica {
  padding: 1rem 1rem 1rem 0;
  font-size: 1.1em;
  overflow-wrap: break-word;
}

#novica .column .nadnaslov{
  margin-bottom: 1rem;
  padding-right: 8px;
  position: initial;
}

#novica h1, #clanek h1, #dogodek h1 {
font-size: 2.2em;
line-height: normal;
color: #3d3a3a;
font-weight: 700;
margin-bottom: 8px;
}

#novica h2 {font-size: 1.3em;}
#novica h3 {font-size: 1.2em;}
#novica h4 {font-size: 1.1em;}

#novica .slika { padding: 1rem 0; }

#novica h1 b, #clanek h1 b, #dogodek h1 b {
  color: #3d3a3a;
  font-style: normal;
}



#novica .avtor {
  color: #222;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 500;
}

#novica .avtor i {
  padding-right: 2px;
  font-size: 16px;
  color: #444
}

.novica {
  position: relative;
  overflow-wrap: break-word;
}

/* Vrzi ven ob priliki
.novica span {
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
}
*/

#novica .razno {
  line-height: normal; 
  font-size: 0.9rem;
  color: rgba(0,59,103,1);  
}

#novica hr, #dogodek hr { 
margin: 0.4rem 0;
border-bottom: 1px solid #003b67;
}

#novica .povzetek, #dogodek .povzetek, .dogodek-1 .povzetek {
  font-size: 1rem;
  line-height: 1.25em;
  padding-bottom: 1em;
  text-align: justify;
}

.dogodek-1 .povzetek {
  font-style: normal;
}

#novica .row .column {
  padding: 0;
}

#novica .slika .prozorna {
  width: 80%;
  height: 5rem;
  padding: 12px;
  margin: 0 1rem 1rem 0;
}

.novica .ena a:link, .novica .ena a:visited {
  font-weight: normal;
  color: #222;
}

.novica .ena a:hover {
  font-weight: normal;
  color: #666;
}

img.prozorna {
  height: 38px;
  width: 38px;
  padding: 4px;
  background-color: #003b67;
  box-shadow: 1px 1px 2px #888;
  border-radius: 2px;
  margin-right: 8px;
}

/*  NOVICE 2023 ena */

.novice-2023 .clanek {
  padding-left: 0;
}
.novice-2023 .ena {
  padding: 0 2px 0 0.95rem;
}

.novice-2023 .dva, .novice-2023 .dva .small-12 {
  padding: 0 0 2px 0;
}

.novice-2023 .ena .slika { max-height: 450px; }
.novice-2023 .dva .slika {
  height: 30vw;
  max-height: 224px;
  min-height: initial;
}

.novice-2023 .tri {
  margin-top: 1rem;
  font-size: 14px;
}

.novice-2023 .tri .column {padding: 0 0 1rem 1rem; }


.slika-z-nadnaslovom {
  position: relative;
}
.slika-z-nadnaslovom div {
  position: absolute;
  top: 8px;
  left: 8px;
  display: table;
  color: #fff;
  background-color: #003b67;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  white-space: nowrap;
}

/* ZBIRALNIKI ZA NOVIČKE */

.novicka-1 {
  font-size: 14px;
}

.novicka-1 .slika {
  color: #fff;
  height: 50vw;
  max-height: 500px;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.novicka-1 .teksti {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #222);
  width: 100%;
}

.novicka-1 .teksti div {margin-left: 8px}

.novicka-1 .naslov {
  color: #fff;
  font-size: 1.3em;
  line-height: initial;
  font-weight: 700;
  margin: 1rem;
}

.novicka-1 .povzetek {
  text-align: justify;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 600;
  margin: 8px 1rem;
  max-height: 3.2em;
  overflow: hidden;

  display: none;
}

.novicka-1 .datum {
  display: table;
  color: #fff;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 600;
  margin: 10px 1rem 1.2rem;

  display: none;
}

.novicka-2 .slika {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}

.novicka-2 .naslov {
  color: #3d3a3a;
  font-size: 1.3em;
  line-height: initial;
  font-weight: 700;
  margin: 1rem 0 0;
}

.novicka-2 .povzetek {
  text-align: justify;
  color: #444;
  font-size: 1.1em;
  line-height: initial;
  font-weight: 500;
  padding: 8px 0 0;
  max-height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.novicka-2 .datum {
  color: #444;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 8px 0;
}

.novicka-2:hover {
  background-color: #eee;
}

.novicka-3 .slika {
  width: 35%;
  max-height: 100px;
  min-height: 100px;
  background-size: cover;
  background-position: center center;
}

.novicka-3 .desno2 {
  width: 65%;
  overflow: hidden;
}

.novicka-3 .naslov {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: -2px 0 8px 1rem;
  color: #3d3a3a;
}

.novicka-3 .povzetek {
  display: none;
}

.novicka-3 .datum {
  margin-left: 1rem;
  font-weight: 500;
  color: #222;
}

.novicka-4 {
  margin-bottom: 1.5rem;
  font-size: 14px;
}
.novicka-4 a {
  color: #444;
  font-weight: 500;
  line-height: normal;
}
.novicka-4 .naslov h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #867140;
  padding-bottom: 8px;
  margin: 0;
}

.novicka-4 .povzetek {
  padding-top: 8px;
  font-size: 1.2em;
  line-height: normal;
  max-height: 6em;
  overflow: hidden;
}

.novicka-4 .datum {
  padding: 4px 0;
  font-weight: 500;
  font-size: 1.2em;
  color: #222;
}

.novicka-4:hover {
  background-color: #f8f8f8;
}

.column.novicka-4 {
  padding-left: 0;
}

.naslov-s-sliko {
  border-bottom: 1px solid #222;
  font-size: 1.2em;
  height: 39px;
  margin-bottom: 4px;
}

.naslov-s-sliko img {
  width: 38px;
  float: left;
  margin-right: 8px;
}

.naslov-s-sliko h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #867140;
  margin: 2px;
  padding: 10px 0;
  font-size: 1.35em;
}

.prva-stran .novicka-1 .datum, .prva-stran .novicka-2 .datum {display: none}

/* EFEKTI ZA SLIKICE pri novičkah */
.novicka-1 .slika, .novicka-2 .slika, .novicka-3 .slika {
  position: relative;
  overflow: hidden;
}

.novicka-1 .slika::after, .novicka-2 .slika::after, .novicka-3 .slika::after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  width: 10px;
  height: 100%;
  top: 0;
  filter: blur(30px);
  transform: translateX(-200px) skewX(-25deg);
}

.novicka-1 .slika:hover::before, .novicka-2 .slika:hover::before, .novicka-3 .slika:hover::before {
  transform: scale(1.2);
  cursor: pointer;
}

.novicka-1 .slika:hover::after {
  transform: translateX(800px) skewX(0deg);
  transition: 1s;
}

.novicka-2 .slika:hover::after {
  transform: translateX(500px) skewX(0deg);
  transition: 1s;
}

.novicka-3 .slika:hover::after {
  transform: translateX(300px) skewX(0deg);
  transition: 1s;
}
/* pomik slike v ozadju
.novicka-1 .slika:hover, .novicka-2 .slika:hover, .novicka-3 .slika:hover {
  background-position: 1px;
  transition-duration: 0.5s;
}
*/


#besedilo-v-novicah {
  padding-bottom: 1rem;
}

#besedilo-v-novicah h3 {
  font-size: 1.6em;
  margin-top: 0;
  padding: 10px 0;
}

#besedilo-v-novicah .column.small-12 {
  padding: 0;
}

.novice-2023 #besedilo-v-novicah {
  padding-left: 1rem;
}

/******  SOCIALNA ******/
.fb_iframe_widget {
  vertical-align: top !important;
  margin-left: 2px;
} 

#socialna {
/*  background-color: #e5e6eb; */
  padding: 0;
  margin: 2rem 1rem 1rem 0;
}

/* linked-in. To edino prime, da vsaj priblizno izgleda */
.IN-widget {float: left;border-right: 4px solid #fff;}
.IN-widget span {float: left;}

/********** POSEBEJ novice_siroko ************/

.novice-siroko .ena .desno a {
  color: #fff;
}
.novice-siroko .ena .desno a:hover {
  color: rgba(255,255,255,0.7);
}

.novice-siroko .column.text {
  padding-left: 0;
  padding-right: 0;
}

.novice-siroko .text h3, .novice-siroko .text h1 {
  color: #3d3a3a;
  font-weight: 700;
  font-size: 2.3em;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
}

.novice-siroko .text h3 a:link, .novice-siroko .text h3 a:visited {
  color: #444;
  font-weight: 600;
}

.novice-siroko .text h1 img, .novice-siroko .text h3 img {
  margin-right: 8px;
  max-height: 40px;
  max-width: 40px;
  display: none;
}

.novice-siroko .text h3 b, .novice-siroko .text h1 b {
  color: #3d3a3a;
}

.novice-siroko .text .levo {
  display: block;
  padding: 6px 2px 2rem 0;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: justify;
  font-weight: 400;
  float: left;
  max-width: 80%;
}

.novice-siroko .text .desno {
  font-size: 14px;
  padding: 8px;
  background-color: #003b67;
  color: #fff;
  float: right;
  max-width: 20%;
}

.novice-siroko .text .desno i {
  height: initial;
}

.vse-novice {
  margin: 8px 0;
  font-size: 14px;
  padding: 8px 8px 8px 0;
  color: #fff;
  float: right;
  border: 2px #003b67 solid;
  text-transform: uppercase;
}

.vse-novice i {
  height: initial;
  vertical-align: top;
}

.novice-siroko h3 {
  font-size: 2em;
  line-height: 1.1em;
}
.novice-siroko .novica hr {
  margin: 0.6em 0 0 0;
  border-bottom: 1px solid #ddd;
}

.novice-siroko .novica {
  max-height: none;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.novice-siroko .body {
  margin-top: 6px;
}

.novice-siroko .slika img.prozorna {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .novice-siroko .slika { text-align: center; }
}


.novice-za-clane {
margin-top: 0.5em;
padding: 10px;
font-size: 2em;
font-weight: 400;
background-color: rgba(0,65,129,0.15);
color: rgba(0,65,129,1);
text-shadow: 0 0 1px #4b698c;
}

/****  VEČ NOVIC  ****/
#novica .vec-novic {
  font-size: 14px;
}

#novica .vec-novic .column {
  padding: 0;
  margin-bottom: 1rem;
}

.h2-vec-novic {
  border-bottom: 3px solid #003b67;
  margin-bottom: 1rem;
}

.h2-vec-novic div {
  display: table;
  color: #fff;
  background-color: #003b67;
  margin: 0;
  padding: 10px 10px 8px;
  font-size: 1.4em;
  font-weight: 600;
}

.vec-novic a:link, .vec-novic a:visited {
  color: #222;
}


.vec-novic .column:hover {background-color: #eee;}

.vec-novic .novicka-2 .povzetek {
  margin-top: 8px;
  max-height:  5em;
}

.vec-novic .novicka-2 .datum {
  padding-bottom: 1rem;
}


#novica .vec-novic .povzetek {
  font-size: 1.1em;
  padding: 0;
}

#novica .vec-novic .datum {
  padding: 8px 0;
}

#novica .column.vec-novic {
  padding-right: 0;
}


.podcrtan-naslov {
  font-size: 2.5em;
  padding: 0 0 2rem 0;
  color: #003b67;
}

.podcrtan-naslov div, .podcrtan-naslov hr {
  display:none;
}

#dogodek .ozadje ul {
  list-style: none;
  margin: 0;
}
#dogodek .column.levo {
  padding-right: 0;
}

#dogodek .levo .ozadje {
  background-color: rgba(0,59,103,0.08);
}

#dogodek .ozadje li {
  font-size: 1.4em;
  padding: 6px 8px;
  border-bottom: 1px solid #fff;
}

#dogodek .ozadje li.top {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0,59,103,0.9);
  padding: 8px;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#dogodek .ozadje li .cena {
  font-weight: 700;
  color: #ed1847;
}

#dogodek .zemljevid #map {
  height: 300px;
  margin: 1rem 0;
  border: 1px solid #eee;
}

#dogodek .body li span {
  font-weight: normal;
}

#dogodek .body ol li {
  list-style: decimal;
  margin-left: 1.5rem;
}

#dogodek a.prijava:before {
  content: " ";
  position: relative;
  display: inline-block;
  background-size: cover;
  width: 14px;
  height: 13px;
  margin-right: 6px;
  color: #fff;
  background-image: url(/datoteke/logotipi/puscica.svg);
}

#dogodek a.prijava {
  font-weight: 600;
  font-size: 1.3em;
  color: #fff;
  background-color: #ed1847;
  padding: 10px 1rem;
  margin: 8px 0;
  border-radius: 3px;
}

#dogodek a.prijava:hover {
  background-color: #003b67;
  transition-duration: 0.8s;
}

#dogodek .prijava-zaprta {
  background-color: #ed1847;
  color: #fff;
  padding: 8px 1rem;
  font-size: 1rem;
  font-weight: 600;
}

/* SPOROČILO ZAPRTE STRANI */
#msg-zaprte {
  padding: 1rem;
  border: 2px solid #ed1847;
}
#msg-zaprte h2 {
  font-size: 1.5rem;
  color: #ed1847;
  font-style: italic;
  font-weight: 600;
  padding-bottom: 1rem;
}

#msg-zaprte a {
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
}

#msg-zaprte .button.dva {
  background-color: #2269aa;
  margin-left: 2rem;
}
#msg-zaprte .button.dva:hover {
background-color: #ed1847;
}


/*** ČLANEK ***/
.clanek { font-size: 1.1em; }

.clanek h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  color: #3d3a3a;
  font-weight: 700;
  background-color: transparent;
  margin: -4px 0 1.5rem;
}

.clanek h1 b {
  color: rgba(0,59,103,1); 
}

.clanek h1 img, #clanek h1 img {
  background-color: rgba(0,59,103,1);
  margin-right: 8px;
  box-shadow: 1px 1px 2px #888;
}

.clanek .subsubject {
font-size: 1.4em;
line-height: 1.4em;
font-style: italic;
}

/************ DROBTINCE **********/
.drobtince {
background-color: transparent;
padding: 0 0 1rem 1rem;
font-size: 1.3em;
}
 .drobtince span { vertical-align: middle; }  
  
.drobtince a {
font-weight: 400;
color: #444;
}

.drobtinca:last-child a {
font-weight: 600;
color: #444;
}

.drobtinca a:link:hover {
color: rgba(255,255,255,0.3);
}

.drobtince i {
  padding: 0 0.5rem;
  font-size: 0.85em;
  color: #777;
}

.drobtince span:not(:last-child)::after {
  margin: 0 8px;
  content: '>';
  transform: scale(2, 2);
  /*
  font-family: MI;
  content: '\e409';
  vertical-align: top;

  color: #888;
  */
}

/******     ROTATOR      ******/
.rotator ul {
  padding: 0;
}

.rotator .orbit-bullets {
  margin-top: 2px;
  text-align: right;
  vertical-align: middle;
}

.rotator .orbit-bullets button {
  width: 16px;
  height: 16px;
  background-color: rgba(0,59,103,1);
  border: 2px solid #fff;
  margin: 0px;
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
  background-color: #fff;
  border: 2px solid rgba(0,59,103,1);
  width: 16px;
  height: 16px;
}

/* reklame */
.video .rotator .orbit-bullets {
  display: none;
}

.partnerji img {
  width: 100%;
}

/******  PRIJAVA    *******/

#prijava {
  max-width: 50%;
  font-size: 1.3em;
  line-height: 1.3em;
}

#prijava .rocka {
  font-size: 1.2em;
  font-weight: 600;
}

#form {
  padding: 1rem;
}
.gumb-splaca {
  float: right;
  padding: 6px 15px;
  line-height: 1.2em;  
  background-color: #ed1847;
}

.gumb-splaca:hover {
  background-color: #2269aa;
}

.gumb-splaca b {
font-size: 0.8em;
}

/* PAGINATION */
.pagination {
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.pagination a {
font-weight: normal;
color: #444;
padding: 1rem;
line-height: 2.5rem;
}

.pagination span {
display: inline-block;  
font-size: 1.4em;
line-height: 2.5rem;
padding: 0;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(0, 59, 103, 0.1);
border-radius: 2px;
margin-bottom: 0.5em;
}
.pagination .page.current, .pagination .page.gap {
padding: 0 1rem;
}

.pagination .current, .pagination span:hover {
  background-color: rgba(0, 59, 103, 1);
  border: 1px solid rgba(0, 59, 103, 0.5);
  color: #fff;
}
.pagination span:hover a { color: #fff; }

.podrocje .pagination { margin: 20px 0; }

/******* POKAŽI VEČ *********/
.pokazi-vec {
  position:relative;
  background-color: rgba(0,59,103,0.84);
  padding: 10px;
  padding-right: 40px;
  line-height: 1.2em;
  border-top: 4px solid #fff;
  color: #fff;
  cursor: s-resize;
}

.vec {
  background-color: rgba(0,59,103,0.05);
  color: #222;
  padding: 10px;
  line-height: 1.2em;
  display: none;
}

.pokazi-vec::after {
  line-height: 1.2em;
  position: absolute;
  font-family: MI;
  content: "\e5d7";
  font-size: 26px;
  right: 10px;
  top: 2px;
  color: #fff;
  padding: 2px;
  border-radius: 2px;
}

.filmcek a {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: -1px;
}
/* 29.11.2022
.filmcek a::before {
  font-family: MI;
  content: "\e04b";
  padding-right: 0.2em;
  font-size: 32px;
  vertical-align: bottom;
}
*/

/************* FOOTER ************/
footer {
  background-color: rgba(0,59,103,0.03);
  margin-top: 1rem;
}

footer .wrap {
  background-color: transparent;
  padding-top: 0.1rem;
}

footer .partnerji {
  background-color: #fff;
  background-color: #fff;
  margin: 1rem 0;
}

footer .partnerji .column {
  text-align: center;
  padding: 1rem 0.25rem;
}

footer .socialne {
  text-align: center;
  padding-top: 1rem;
}

footer  .column {
  line-height: 1.5em;
}

.footer {
  background-color: transparent;
  color: #444;
}
.footer .row {
  padding-bottom: 1rem;
}


.footer .povezave {
  background-color: #fff;
  text-align: left;
  background-color: rgba(255,255,255,0.5);
  background-color: transparent;
/*  padding: 0 1rem 1rem;
  margin: 1rem 0;*/
}

.footer .naslov {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  
  font-size: 14px;
  line-height: normal;
  padding-bottom: 3px;
  padding-top: 1rem;
}

.footer a:link, .footer a:active, .footer a:visited {
  font-weight: 400;
  line-height: 1.8rem;
  font-size: 1.2em;
  color: rgba(0,65,129,0.9);
  color: #444;
}

.footer .naslov a:link, .footer .naslov a:active, .footer .naslov a:visited {
  color: #444;
  font-weight: 600;
  line-height: 1em;
  font-size: 14px;
}

.footer a:hover, .footer .naslov a:hover {
  color: #888;  
}


/*********  PREDSTAVITEV    *********/
.predstavitev {
  /* padding: 1em; */
  padding-top: 1rem;
}

.predstavitev .column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.predstavitev .column .column {
  padding-left: 0;
  padding-right: 0;
}

.predstavitev .column.dogodek {
  padding: 0;
}

.predstavitev .card {
  border: 0;
}
.predstavitev .card img {
  width: 100%;
}

.predstavitev .card-section {
  background-color: rgba(0,65,129,0.2); 
}
.predstavitev .card-divider {
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  padding: 0.2em 1em;
  letter-spacing: 1px;
  color: #4b698c;
  background-color: rgba(0,65,129,0.1);
  
}

.predstavitev .card-section a {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 1em;
}

.predstavitev .column.novicka-4 {padding-right: 1rem;}

.filmcek h5 {
  font-size: 1.6em;
  margin: 0 0 6px;
}

.predstavitev #clanek h1 {
  font-size: 2.6em;
}
.predstavitev #clanek .body {
  font-size: 1rem;
}

/****** DOGODKI PRVA  *****/

.dogodki-prva {font-size: 14px;}
.dogodki-prva .row {
  padding-top: 8px;
}

.dogodki-prva .dogodek .ozadje {
  font-size: 1.15em;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  padding: 10px 8px;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dogodki-prva .dogodek .ozadje:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.dogodki-prva .dogodek {margin: 0;}
.dogodki-prva .row {
  background-color: transparent;
  font-size: 0.9em;
}
.dogodki-prva .row .column:nth-child(even) {
  background-color: rgba(0, 59, 103, 0.9);
}
.dogodki-prva .row .column:nth-child(odd) {
  background-color: #003b67;
}

.dogodki-prva .row .column {
  padding: 0;
  margin: 0;
}

.vec-- {
  position: absolute;
  background-color: #003b67;
  font-size: 1em;
  font-weight: 600;
  padding: 8px 6px 6px 8px;
  right: 1rem;
  bottom: 0;
  border-radius: 2px;
}

.vec-- a:link, .vec-- a:visited {
  color: #fff;
}

.vec-- .mi-o {
  height: 0.8rem;
  font-size: 18px;
}

.dogodki-prva .vec-- {
  position: initial;
  float: right;
  color: #fff;
  margin-top: 8px;
  border-radius: 2px;
}

.dogodki-naslov {
  border-bottom: 4px solid #003b67;
  margin: 2px 0 1rem;
}

.dogodki-naslov h4 {
  display: initial;
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  background-color: #003b67;
  padding: 2px 12px 4px 12px;
  line-height: 1.4em;
}

.datum-spremembe {
  font-weight: 300;
  color: #444;
}
.datum-spremembe b {
  font-weight: 400;
}

.dogodek-prijava {
  font-size: 1.5em;
  padding: 1em 0;
}

#clanek h3 {
  font-size: 2.2em;
  font-weight: 700;
}

/*** PRIROČNIK ***/

.wrap.row.prirocnik {
  width: 100%;
}
#prirocnik-menu {
  background-color: rgba(0, 59, 103, 0.03);

  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
  box-shadow: 2px 2px 8px #ddd;
}

#prirocnik-menu a:link, #prirocnik-menu a:visited {
color: #444;
font-weight: 400;
padding: 8px;
margin-right: 10px;
white-space: initial;
font-size: 1.1em;
line-height: normal;
text-transform: uppercase;
}

#prirocnik-menu a:hover {
color: #000;
}

#prirocnik-menu div {
  font-size: 1.5em;
  background-color: rgba(0, 59, 103, 0.03);
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

#prirocnik-menu .submenu-toggle {
  width: 6px; 
  height: 6px; 
  top: 12px;
  right:10px;
}

#prirocnik-menu .menu.nested {
  margin-left: 0.5rem;
}

#prirocnik-menu .menu .is-active > a {
  background-color: transparent;
  color: #000;
  font-weight: 600;    
}

#prirocnik-menu .submenu-toggle::after {
border-color: rgba(0,0,0,0.5) transparent transparent;
}

.prirocnik .naslov {
  font-size: 2.2em;
  color: #3d3a3a;
  font-weight: 700;
  padding-bottom: 4px;
}

.prirocnik .naslov b {
  color: rgba(0,59,103,1); 
}

.prirocnik .naslov img {
  background-color: rgba(0,59,103,1);
  margin-right: 8px;
  box-shadow: 1px 1px 2px #888;
}


.prirocnik h2 {
  padding: 8px 0;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  color: rgba(0,59,103,1);
  margin-bottom: 0;
}

.prirocnik .body {
  padding: 8px 0;
}

.prirocnik .body p {
  line-height: normal;
}

.prirocnik h3 {
  font-weight: 600;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

.ni-dostopa {
  font-size: 1.2rem;
  color: #fff;
  background-color: #ed1847;
  margin: 1rem 0;
  padding: 8px;
}

/* SIDE MENU */

#side-menu {
  background-color: #f6f8f9;
  padding: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#side-menu .menu.nested {
  margin-left: 0;
}

#side-menu a:link, #side-menu a:visited {
color: #222;
font-weight: 400;
padding: 8px;
white-space: initial;
font-size: 1.2em;
line-height: 1.4em;
text-transform: uppercase; 
}

#side-menu .is-active > a {
  background-color: transparent;
  font-weight: 600;    
  color: #000;
}

#side-menu a:hover {
  background-color: #e5ebf0;
  text-shadow: 0 0 #000;
}

#side-menu a img {
  max-width: 32px;
  margin-right: 4px;
}

#side-menu .submenu-toggle {
  display: none; 
}

#side-menu .submenu-toggle::after {
  border-color: #003b67 transparent transparent;
  border-color: rgba(255,255,255,0.9) transparent transparent;
}

#side-menu .has-submenu-toggle > a {
  margin-right: 0;
}

#side-menu li:not(last-childe) {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

#side-menu li li {
  border-bottom: none;
}

#side-menu .is-active .top {
  background-color: #003b67;
  color: #f8f8f8;
}

#side-menu .is-active.samo-odprt .top {
  background-color: transparent;
  color: #222;
  font-weight: 400;
}

#side-menu ul li .is-active > a {
  background-color: rgba(0,59,103,0.85);
  color: #f8f8f8;
}
#side-menu ul li ul li .is-active > a {
  background-color: rgba(0,59,103,0.6);
}
#side-menu ul li ul li ul li .is-active > a {
  background-color: rgba(0,59,103,0.4);
}

#side-menu li ul li a:link { padding-left: 1rem}
#side-menu li ul li ul li a:link { padding-left: 2.2rem}
#side-menu li ul li ul li ul li a:link { padding-left: 3.4em}


/* Pišite nam */
.pisite-nam {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1000;
}

.pisite-nam-okno {
  position: fixed;
  top: 10%;
  left: 5%;
  z-index: 10000;
}

.pisite-nam-okno .ozadje {
  display: block;
  position: relative;
  height: 800px;
  width: 800px;
}

.pisite-nam-okno .ozadje::after {
  content: "";
  background: url(/assets/stik-krog.png) no-repeat;
 
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.pisite-nam-okno .image-1 {
  margin: 11rem 0 0 2rem;  
  float: left;
  width: 20%;
}
.pisite-nam-okno .tekst {
  margin: 5rem 0 0 1rem;  
  float: left;
  color: #fff;
  width: 45%;
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3em;
}
.pisite-nam-okno .image-2 {
  margin: 15rem 0 0 2rem;  
  float: left;
  width: 10%;
}

.pisite-nam-okno .form {
  padding: 1rem 8rem;
  color: #fff;
  font-size: 1.2em;
}

.pisite-nam-okno .form .labela {
  padding-bottom: 2px;
}

.pisite-nam-okno .form input, .pisite-nam-okno .form textarea {
font-size: 12px;
font-weight: 300;
color: #fff;
background-color: rgba(0,59,103,0.6);
border: none;
padding-left: 1.5rem;
}

.pisite-nam-okno .form input {
height: 1.5rem;
}

.pisite-nam-okno .form .ikonca-tag {
  position: relative;  
}
.pisite-nam-okno .form .ikonca-tag::before {
  font-family: MI;
  position: absolute;
  top:6px;
  left: 2px;
  font-size: 20px;
  color: #fff;
  content: "\e5cc";
  z-index: 1000;
}

@-moz-document url-prefix() {
  .pisite-nam-okno .form .ikonca-tag::before {
    top: 21px;
  }
}

.pisite-nam-okno .button {
  background-color: rgba(0,59,103,0.6);
  padding: 4px 1rem;
}

.pisite-nam-okno .button:hover {
  background-color: #ed1847;
}


/****   KOLEDAR   ****/

.koledar h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.koledar .dogodek-1 {
  display: flex;
  background: rgba(0,59,103,0.06);
  padding: 1rem;
}

.koledar .dogodek-1 .poteklo { background-color: #aaa; }

.koledar .dogodek-1 .levo {
  float: left;
  color: #fff;
  background-color: #003b67;
  text-align: center;
  font-weight: 600;
  height: 64px;
  min-width: 64px;
  margin: 4px 0;
  padding: 0;
  font-size: 1.5em;
}

.koledar .dogodek-1 .levo .ena {
  background-color: rgba(255, 255, 255, 0.98);
  color: #003b67;
  padding: 10px 4px;
}

.koledar .dogodek-1 .levo .dva hr {
  display: none;
}

.koledar .dogodek-1 .levo .tri {
  padding: 10px;
  box-shadow:0 2px 2px #888;
}


.koledar .dogodek-1 .desno {
  float: left;
  margin-left: 1rem;
  font-size: 1rem;
  max-width: 95%;
  line-height: normal;
}

.koledar .dogodek-1 .desno hr {
  margin: 4px 0;
  display: none;
}

.koledar .dogodek-1 .desno h5 {
  font-size: 1.2em;
  color: #3d3a3a;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.koledar .dogodek-1 .desno h5 b {
  color: #3d3a3a;
  font-weight: 700;
}

.koledar .dogodek-1 .desno a {
  font-weight: 400;
  font-size: 1.1em;
  color: #222;
}

.koledar .dogodek-1 .kje {
  padding-top: 2px;
}

.koledar .hr {
  line-height: 2px;
  background-color: #fff;
}

/*******    za koledar z izbirami    ***********/
.koledar .top {
  background-color: rgba(0,59,103,1);
  color: #e8e8e8;
  padding: 1rem;
  font-size: 1.3em;
  line-height: 1.1em;
}

.koledar .top .naslov .ena {
  font-size: 1.4em;
  font-weight: 600;
}
.koledar .top .naslov .dva {
  font-size: 1em;
  font-weight: 400;
}
.koledar .top hr {
  margin: 6px 0;
  border-bottom:2px solid #fff;
}

.koledar .top .izbire {
  padding: 8px 0;
}

.koledar .top .izbire .ena {
  float: left;
  padding: 2px 12px 10px 0;
  font-size: 1em;
}

.koledar .top .kategorija {
  margin: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}

.preskok h3 {
  padding-bottom: 3px;
}

/*******   GALERIJA SLIK    ********/
.galerija-slik {
  background-color: #f8f8f8;
  padding: 8px;
}

.galerija-slik img {
  padding: 4px;
  width: initial;
}

/***** Orbit zafrkava in za pikico zmanjsa sliko. Posledica je zamegljena slika */
@media only screen and (min-width: 1280px) {
  .leva .rotator .orbit-pic-with-text, .leva .rotator .orbit-text {
    height: 350px;
    width: 700px;
  }
}

/***** Nekatere slike se zameglijo, ko je prikazana celotna velikost */
@media only screen and (max-width: 1200px) {
  body img {width: 100%; height: auto;}
}

/******    TABLICE    *****/
@media only screen and (max-width: 1024px) {
 .top-right {
    text-align: center;
    padding-top: 4px;
    padding-left: 0;
    margin-left: 0;
  }
  
  .top-right ul {
    margin-left: -12px;
  }

  .menu, .menu.horizontal {
    flex-wrap: wrap;
    height: initial;
  }
}

/****   pomoč obrtnik obrtniku   ***/
.obrtnik-obrtniku {
  font-size: 1.3em;
  line-height: normal;
}

.obrtnik-obrtniku h2 {
  color: #003b67;
}

.obrtnik-obrtniku .pomoc {
  padding: 4px 0;
  margin-top: 4px;
  border-top: 1px solid rgba(0,59,103, 0.3);
}

.obrtnik-obrtniku .vrstica {
  background-color: rgba(0,59,103, 0.05);
  padding: 8px;
}
.obrtnik-obrtniku .vrstica:nth-child(odd) {
  background-color: rgba(0,59,103, 0.1);
}


/****** POSEBEJ ZA MOBILNI TELEFON    *****/
@media only screen and (max-width: 600px) {
  body img { width: initial; }
  .wrap {width: 99%}
  .wrap.pad { padding: 0;}
  #prijava {max-width: initial;}
  .v-desno {float: none; margin:0 0 1rem 0; width: 100% !important;}
  .v-desno tbody td {padding: 0}
  .v-levo {float: none; margin:0 0 1rem 0; width: 100% !important;}
  .v-levo tbody td {padding: 0}
  .body b {font-weight: 600;}
  
  #offCanvas.is-open {font-size: 1.4em; display: initial;}
  #offCanvas { background: linear-gradient(to bottom, #189bd1 10%, #003b67 100%); }
  #side-menu, #side-menu ul, #side-menu li {background-color: transparent;}

  #side-menu .is-active .top { background-color: rgba(0,59,103,1);}
  #side-menu .is-active.samo-odprt .top {color: #fff;}

  #side-menu a:link, #side-menu a:visited {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.3em
  }

  #side-menu .is-active > a {
    font-weight: 600;    
    color: #111;
  }
  #side-menu .submenu-toggle {display: block;}

  #side-menu li ul li a:link { padding-left: 1rem}
  #side-menu li ul li ul li a:link { padding-left: 1.5rem}
  #side-menu li ul li ul li ul li a:link { padding-left: 2rem}
  
  #responsive-menu ul li:hover {
    border-bottom: 3px solid transparent;
  }
  
   #responsive-menu  {
    background: #fff;
  }
  #responsive-menu ul {
    background-color: rgba(13,100,153,1);    
    margin-top: 0.5rem;  
    padding: 0.5rem 0;
  }

  .postanite-clan .top {
    padding: 1rem;
    text-align: left;
  }

  #responsive-menu ul li ul {
    border-top: 0;
    border-left: 0;
    margin-left: 0;
    padding-left: 0.5rem;
  }
  
  .top-bar {
    margin: 0;
    padding-top: 0;
  }
  
  .top-logo {text-align: center;}
  
  .menu-icon {
    display: initial; 
    margin-right: 1.5rem;
    margin-top: 1rem;
  } 
  header .center-left img {
    max-width: 50%;
    margin-top: 0;
  }
  
  header ul li {
    padding: 2px 0;
  }

  .drobtince {
    margin-top: 1rem;
    line-height: 1.4em;
    padding-left: 10px;
  }
    
  .pisite-nam-okno {
    position: absolute;
    top: 0;
    left: 0;
    right: 2rem;
    }
  
  .pisite-nam-okno .ozadje {
    margin: 1rem;
    height: auto;
    width: 100%;
    background-color: rgba(0,59,103,0.9);
  }  
  
  .pisite-nam-okno .image-1 {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
  }
  .pisite-nam-okno .tekst {
    margin: 1rem 0;
    width: 100%;
    float: none;
  }
  .pisite-nam-okno .image-2 {
    display: none; 
  }

  .pisite-nam-okno .form {
    padding: 1rem;
  }  
  
  .pisite-nam-okno .form input, .pisite-nam-okno .form textarea {
    background-color: rgba(255,255,255,0.3);
  }  
  
  .novica .prva-novica:after {
    content: "";
    height: 250px;
  }

  .novice-siroko .text .desno {font-size: 12px;}
  .novice-siroko .text .desno i:before {
    display: none;
  }
/*
  #novica .slika img {
    aspect-ratio: 1.5;
    width: 100%;
  }
*/
  #novica h1 {font-size: 2em;}

  .novice-2023 .dva .small-12 {padding: 8px 0 8px 10px;}
  .novice-2023 .tri .column {
    padding: 8px 0 1rem 8px;
  }

  .novicka-3 .slika {
    width: initial;
    min-height: 200px;
    max-height: 200px;
  }
  .novicka-3 .desno2 {width: initial;}
  .novicka-3 .naslov {margin: 8px 0; font-size: 1.3em;}
  .novicka-3 .datum {margin: 0 0 1rem;}

  .postanite-clan .top {padding: 1rem 8px !important; font-size: 0.8em; }
  
  .koledar .dogodek-1 .desno {
    font-size: 1.2em; 
    max-width: 85%;
    margin-left: 8px;
  }
  .koledar .dogodek-1 .desno a { font-size: 0.9em }
  .koledar .dogodek-1 {padding: 8px;}
  .novice-siroko .text h5 {white-space: initial;}

  .koledar .dogodek-1 .levo {font-size: 1.4em;}
  
  .responsive-embed {
    padding-bottom: 150%;
  }
  .dogodki-naslov { margin-bottom: 0; }

  footer {margin: 0;}

  .predstavitev .column {padding: 0 8px;}

  .dogodki-prva .dogodek .ozadje {padding: 8px;}

} /* KONEC MOBILNO */



/*** MOBILNA PRIJAVA ODJAVA - ISKANJE **/

.mobi-isci-prijava button:before { display: none; vertical-align: sub;}
.mobi-isci-prijava button {
  padding: 4px;
  color: #004181;
  vertical-align: sub;
  border-radius: 50px;
  background: linear-gradient(145deg, #fafafa, #cacaca);
  box-shadow:  20px 20px 60px #d0d0d0, -20px -20px 60px #f0f0f0;
}
.mobi-isci-prijava button:nth-of-type(1) { margin-left: 2rem;}
.mobi-isci-prijava button:nth-of-type(2) { margin-left: 4px;}

#mobi-prijava-odjava {
  display: none;
  padding-top: 1rem;
  color: #222;
  font-weight: 500;
}

#mobi-prijava-odjava button {
  margin-left: 1rem;
  border-bottom: 2px solid #3c78b4;
}

.iskanje.mobi {margin-top: 1rem;}
.iskanje.mobi .ikonca-tag:before {top: 7px;}


.b-iframe {
  width: 1000px;
  height: 800px;
  background-color: #fff;
  padding: 10px;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *








 *= #require slick

 




*/
