@charset "UTF-8";
/* #####   General CSS 2.4.5  #####*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font: 18px '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Tahoma, Arial, Verdana, Sans-serif;
  color: #38414c;
  line-height: 1.3em;
  background: #ffffff;
  font-weight: 400;
}
/* ====== HTML ELTS ====== */
/* Main */
section,
div,
span {
  position: relative;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0.4em 0 0.3em 0;
  color: #38414c;
  line-height: 1.1em;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}
div > h1:nth-of-type(1) {
  margin-top: 0.1em;
}
div > h2:nth-of-type(1) {
  margin-top: 0.1em;
}
div > h3:nth-of-type(1) {
  margin-top: 0.1em;
}
p {
  font: 1em ;
  line-height: 1.4em;
  margin: 0.2em 0 0.5em 0;
}
li {
  margin-left: 1em;
}
small {
  font-size: 90%;
}
table {
  border: none;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}
td {
  vertical-align: top;
  line-height: 1.2em;
}
th {
  vertical-align: middle;
  line-height: 1.2em;
}
.invis {
  visibility: hidden;
}
.hide {
  display: none!important;
}
.cp {
  cursor: pointer;
}
.cm {
  cursor: move;
}
.cz {
  cursor: zoom-in;
}
.cx {
  cursor: col-resize;
}
.prel {
  position: relative!important;
}
.pabc {
  position: absolute!important;
}
.pfix {
  position: fixed!important;
}
/* Colors */
.white {
  color: white!important;
}
.bg-white {
  background-color: white!important;
}
.gray-2 {
  color: #1c2026 !important;
}
.bg-gray-2 {
  background-color: #1c2026 !important;
}
.gray-1 {
  color: #38414c !important;
}
.bg-gray-1 {
  background-color: #38414c !important;
}
.gray0 {
  color: #4d5a6a !important;
}
.bg-gray0 {
  background-color: #4d5a6a !important;
}
.gray1 {
  color: #7e8896 !important;
}
.bg-gray1 {
  background-color: #7e8896 !important;
}
.gray2 {
  color: #b9c0cb !important;
}
.bg-gray2 {
  background-color: #b9c0cb !important;
}
.gray3 {
  color: #d0d6dd !important;
}
.bg-gray3 {
  background-color: #d0d6dd !important;
}
.gray4 {
  color: #e3e8eb !important;
}
.bg-gray4 {
  background-color: #e3e8eb !important;
}
.gray5 {
  color: rgba(126, 136, 150, 0.35) !important;
}
.bg-gray5 {
  background-color: rgba(126, 136, 150, 0.35) !important;
}
.gray6 {
  color: rgba(185, 192, 203, 0.35) !important;
}
.bg-gray6 {
  background-color: rgba(185, 192, 203, 0.35) !important;
}
.gray7 {
  color: rgba(227, 232, 235, 0.35) !important;
}
.bg-gray7 {
  background-color: rgba(227, 232, 235, 0.35) !important;
}
.blue-2 {
  color: #16325a !important;
}
.bg-blue-2 {
  background-color: #16325a !important;
}
.blue-1 {
  color: #234f8f !important;
}
.bg-blue-1 {
  background-color: #234f8f !important;
}
.blue0 {
  color: #2d66b8 !important;
}
.bg-blue0 {
  background-color: #2d66b8 !important;
}
.blue1 {
  color: #6b9fdb !important;
}
.bg-blue1 {
  background-color: #6b9fdb !important;
}
.blue2 {
  color: #9ecdf8 !important;
}
.bg-blue2 {
  background-color: #9ecdf8 !important;
}
.blue3 {
  color: #b7dbfb !important;
}
.bg-blue3 {
  background-color: #b7dbfb !important;
}
.blue4 {
  color: #cbe7fe !important;
}
.bg-blue4 {
  background-color: #cbe7fe !important;
}
.blue5 {
  color: rgba(107, 159, 219, 0.35) !important;
}
.bg-blue5 {
  background-color: rgba(107, 159, 219, 0.35) !important;
}
.blue6 {
  color: rgba(158, 205, 248, 0.35) !important;
}
.bg-blue6 {
  background-color: rgba(158, 205, 248, 0.35) !important;
}
.blue7 {
  color: rgba(203, 231, 254, 0.35) !important;
}
.bg-blue7 {
  background-color: rgba(203, 231, 254, 0.35) !important;
}
.cyan-2 {
  color: #095470 !important;
}
.bg-cyan-2 {
  background-color: #095470 !important;
}
.cyan-1 {
  color: #0e82ad !important;
}
.bg-cyan-1 {
  background-color: #0e82ad !important;
}
.cyan0 {
  color: #12a5dc !important;
}
.bg-cyan0 {
  background-color: #12a5dc !important;
}
.cyan1 {
  color: #5dc5e8 !important;
}
.bg-cyan1 {
  background-color: #5dc5e8 !important;
}
.cyan2 {
  color: #9ae0f1 !important;
}
.bg-cyan2 {
  background-color: #9ae0f1 !important;
}
.cyan3 {
  color: #b2e9f6 !important;
}
.bg-cyan3 {
  background-color: #b2e9f6 !important;
}
.cyan4 {
  color: #c6f0fa !important;
}
.bg-cyan4 {
  background-color: #c6f0fa !important;
}
.cyan5 {
  color: rgba(93, 197, 232, 0.35) !important;
}
.bg-cyan5 {
  background-color: rgba(93, 197, 232, 0.35) !important;
}
.cyan6 {
  color: rgba(154, 224, 241, 0.35) !important;
}
.bg-cyan6 {
  background-color: rgba(154, 224, 241, 0.35) !important;
}
.cyan7 {
  color: rgba(198, 240, 250, 0.35) !important;
}
.bg-cyan7 {
  background-color: rgba(198, 240, 250, 0.35) !important;
}
.teal-2 {
  color: #0c5448 !important;
}
.bg-teal-2 {
  background-color: #0c5448 !important;
}
.teal-1 {
  color: #158e7a !important;
}
.bg-teal-1 {
  background-color: #158e7a !important;
}
.teal0 {
  color: #1bbba0 !important;
}
.bg-teal0 {
  background-color: #1bbba0 !important;
}
.teal1 {
  color: #62d2c0 !important;
}
.bg-teal1 {
  background-color: #62d2c0 !important;
}
.teal2 {
  color: #9ce5da !important;
}
.bg-teal2 {
  background-color: #9ce5da !important;
}
.teal3 {
  color: #b7ece1 !important;
}
.bg-teal3 {
  background-color: #b7ece1 !important;
}
.teal4 {
  color: #cdf2e6 !important;
}
.bg-teal4 {
  background-color: #cdf2e6 !important;
}
.teal5 {
  color: rgba(98, 210, 192, 0.35) !important;
}
.bg-teal5 {
  background-color: rgba(98, 210, 192, 0.35) !important;
}
.teal6 {
  color: rgba(156, 229, 218, 0.35) !important;
}
.bg-teal6 {
  background-color: rgba(156, 229, 218, 0.35) !important;
}
.teal7 {
  color: rgba(205, 242, 230, 0.35) !important;
}
.bg-teal7 {
  background-color: rgba(205, 242, 230, 0.35) !important;
}
.green-2 {
  color: #213306 !important;
}
.bg-green-2 {
  background-color: #213306 !important;
}
.green-1 {
  color: #486f0d !important;
}
.bg-green-1 {
  background-color: #486f0d !important;
}
.green0 {
  color: #659c13 !important;
}
.bg-green0 {
  background-color: #659c13 !important;
}
.green1 {
  color: #9ac55c !important;
}
.bg-green1 {
  background-color: #9ac55c !important;
}
.green2 {
  color: #c6e697 !important;
}
.bg-green2 {
  background-color: #c6e697 !important;
}
.green3 {
  color: #d4eeb1 !important;
}
.bg-green3 {
  background-color: #d4eeb1 !important;
}
.green4 {
  color: #e0f5c6 !important;
}
.bg-green4 {
  background-color: #e0f5c6 !important;
}
.green5 {
  color: rgba(154, 197, 92, 0.35) !important;
}
.bg-green5 {
  background-color: rgba(154, 197, 92, 0.35) !important;
}
.green6 {
  color: rgba(198, 230, 151, 0.35) !important;
}
.bg-green6 {
  background-color: rgba(198, 230, 151, 0.35) !important;
}
.green7 {
  color: rgba(224, 245, 198, 0.35) !important;
}
.bg-green7 {
  background-color: rgba(224, 245, 198, 0.35) !important;
}
.yellow-2 {
  color: #8a6300 !important;
}
.bg-yellow-2 {
  background-color: #8a6300 !important;
}
.yellow-1 {
  color: #cc9200 !important;
}
.bg-yellow-1 {
  background-color: #cc9200 !important;
}
.yellow0 {
  color: #ffb700 !important;
}
.bg-yellow0 {
  background-color: #ffb700 !important;
}
.yellow1 {
  color: #ffd036 !important;
}
.bg-yellow1 {
  background-color: #ffd036 !important;
}
.yellow2 {
  color: #ffe563 !important;
}
.bg-yellow2 {
  background-color: #ffe563 !important;
}
.yellow3 {
  color: #ffed81 !important;
}
.bg-yellow3 {
  background-color: #ffed81 !important;
}
.yellow4 {
  color: #fff399 !important;
}
.bg-yellow4 {
  background-color: #fff399 !important;
}
.yellow5 {
  color: rgba(255, 208, 54, 0.35) !important;
}
.bg-yellow5 {
  background-color: rgba(255, 208, 54, 0.35) !important;
}
.yellow6 {
  color: rgba(255, 229, 99, 0.35) !important;
}
.bg-yellow6 {
  background-color: rgba(255, 229, 99, 0.35) !important;
}
.yellow7 {
  color: rgba(255, 243, 153, 0.35) !important;
}
.bg-yellow7 {
  background-color: rgba(255, 243, 153, 0.35) !important;
}
.orange-2 {
  color: #a14005 !important;
}
.bg-orange-2 {
  background-color: #a14005 !important;
}
.orange-1 {
  color: #e15a07 !important;
}
.bg-orange-1 {
  background-color: #e15a07 !important;
}
.orange0 {
  color: #f87423 !important;
}
.bg-orange0 {
  background-color: #f87423 !important;
}
.orange1 {
  color: #fb9f67 !important;
}
.bg-orange1 {
  background-color: #fb9f67 !important;
}
.orange2 {
  color: #fec29e !important;
}
.bg-orange2 {
  background-color: #fec29e !important;
}
.orange3 {
  color: #ffcfa5 !important;
}
.bg-orange3 {
  background-color: #ffcfa5 !important;
}
.orange4 {
  color: #ffdaaa !important;
}
.bg-orange4 {
  background-color: #ffdaaa !important;
}
.orange5 {
  color: rgba(251, 159, 103, 0.35) !important;
}
.bg-orange5 {
  background-color: rgba(251, 159, 103, 0.35) !important;
}
.orange6 {
  color: rgba(254, 194, 158, 0.35) !important;
}
.bg-orange6 {
  background-color: rgba(254, 194, 158, 0.35) !important;
}
.orange7 {
  color: rgba(255, 218, 170, 0.35) !important;
}
.bg-orange7 {
  background-color: rgba(255, 218, 170, 0.35) !important;
}
.red-2 {
  color: #761727 !important;
}
.bg-red-2 {
  background-color: #761727 !important;
}
.red-1 {
  color: #ad2239 !important;
}
.bg-red-1 {
  background-color: #ad2239 !important;
}
.red0 {
  color: #d62c49 !important;
}
.bg-red0 {
  background-color: #d62c49 !important;
}
.red1 {
  color: #ea7286 !important;
}
.bg-red1 {
  background-color: #ea7286 !important;
}
.red2 {
  color: #faabb8 !important;
}
.bg-red2 {
  background-color: #faabb8 !important;
}
.red3 {
  color: #fcc1c7 !important;
}
.bg-red3 {
  background-color: #fcc1c7 !important;
}
.red4 {
  color: #fed3d3 !important;
}
.bg-red4 {
  background-color: #fed3d3 !important;
}
.red5 {
  color: rgba(234, 114, 134, 0.35) !important;
}
.bg-red5 {
  background-color: rgba(234, 114, 134, 0.35) !important;
}
.red6 {
  color: rgba(250, 171, 184, 0.35) !important;
}
.bg-red6 {
  background-color: rgba(250, 171, 184, 0.35) !important;
}
.red7 {
  color: rgba(254, 211, 211, 0.35) !important;
}
.bg-red7 {
  background-color: rgba(254, 211, 211, 0.35) !important;
}
.violet-2 {
  color: #412363 !important;
}
.bg-violet-2 {
  background-color: #412363 !important;
}
.violet-1 {
  color: #613494 !important;
}
.bg-violet-1 {
  background-color: #613494 !important;
}
.violet0 {
  color: #7a41ba !important;
}
.bg-violet0 {
  background-color: #7a41ba !important;
}
.violet1 {
  color: #ae86e0 !important;
}
.bg-violet1 {
  background-color: #ae86e0 !important;
}
.violet2 {
  color: #d8bfff !important;
}
.bg-violet2 {
  background-color: #d8bfff !important;
}
.violet3 {
  color: #e3d2ff !important;
}
.bg-violet3 {
  background-color: #e3d2ff !important;
}
.violet4 {
  color: #ece1ff !important;
}
.bg-violet4 {
  background-color: #ece1ff !important;
}
.violet5 {
  color: rgba(174, 134, 224, 0.35) !important;
}
.bg-violet5 {
  background-color: rgba(174, 134, 224, 0.35) !important;
}
.violet6 {
  color: rgba(216, 191, 255, 0.35) !important;
}
.bg-violet6 {
  background-color: rgba(216, 191, 255, 0.35) !important;
}
.violet7 {
  color: rgba(236, 225, 255, 0.35) !important;
}
.bg-violet7 {
  background-color: rgba(236, 225, 255, 0.35) !important;
}
.o0 {
  opacity: 0.01 !important;
}
.o10 {
  opacity: 0.1 !important;
}
.o20 {
  opacity: 0.2 !important;
}
.o30 {
  opacity: 0.3 !important;
}
.o40 {
  opacity: 0.4 !important;
}
.o50 {
  opacity: 0.5 !important;
}
.o60 {
  opacity: 0.6 !important;
}
.o70 {
  opacity: 0.7 !important;
}
.o80 {
  opacity: 0.8 !important;
}
.o90 {
  opacity: 0.9 !important;
}
.o100 {
  opacity: 1 !important;
}
/* Old colors */
.lgray {
  color: #d0d6dd !important;
}
.gray {
  color: #7e8896 !important;
}
.xgray {
  color: #4d5a6a !important;
}
.blue {
  color: #2d66b8 !important;
}
.skyblue {
  color: #43a4ef !important;
}
.sky {
  color: #76c6f3 !important;
}
.teal {
  color: #1bbba0 !important;
}
.lgreen {
  color: #c6e697 !important;
}
.green {
  color: #659c13 !important;
}
.yellow {
  color: #ffd036 !important;
}
.orange {
  color: #f87423 !important;
}
.pink {
  color: #faabb8 !important;
}
.salmon {
  color: #fda096 !important;
}
.brown {
  color: #cc9200 !important;
}
.red {
  color: #d62c49 !important;
}
.bg-lgray {
  background-color: rgba(227, 232, 235, 0.35) !important;
}
.bg-gray {
  background-color: #e3e8eb !important;
}
.bg-lblue {
  background-color: #cbe7fe !important;
}
.bg-lgreen {
  background-color: #e0f5c6 !important;
}
.bg-green {
  background-color: #c6e697 !important;
}
.bg-yellow {
  background-color: #ffe563 !important;
}
.bg-orange {
  background-color: #fec29e !important;
}
.bg-chalk {
  background-color: rgba(255, 229, 99, 0.35) !important;
}
.bg-lsalmon {
  background-color: rgba(255, 80, 60, 0.11) !important;
}
.bg-salmon {
  background-color: rgba(255, 80, 60, 0.5) !important;
}
/* Effects */
.bg-blur1 {
  backdrop-filter: blur(1px);
}
.bg-blur2 {
  backdrop-filter: blur(2px);
}
.bg-blur3 {
  backdrop-filter: blur(3px);
}
.bg-blur4 {
  backdrop-filter: blur(4px);
}
.bg-blur5 {
  backdrop-filter: blur(5px);
}
.bg-blur10 {
  backdrop-filter: blur(10px);
}
/* INPUTS & FORM ELTS */
input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
input[type=email],
input[type=tel],
input[type=range],
textarea {
  -webkit-appearance: none;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
input,
select,
option,
button {
  font: 100% '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Tahoma, Arial, Verdana, Sans-serif;
  line-height: 1.3em;
  color: #4d5a6a;
  outline: none!important;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=time] {
  border-width: 1px;
  border-style: solid;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=time] {
  padding: 0.35em 0.4em 0.35em 0.4em;
  border-color: #d0d6dd;
  border-radius: 2px;
  background-color: white;
  margin: 0;
  position: relative;
}
input[type=number] {
  padding: 0.35em 0.2em 0.35em 0.4em;
}
input:disabled,
select:disabled,
option:disabled,
textarea:disabled,
button:disabled {
  color: #7e8896;
  border-color: #b9c0cb !important;
  opacity: 0.75;
}
input:not([type=radio]):not([type=checkbox]):not([type=button]):focus {
  outline: none;
  border-color: #9ecdf8;
}
::-webkit-input-placeholder {
  color: #b9c0cb;
}
::-moz-placeholder {
  color: #b9c0cb;
}
:-ms-input-placeholder {
  color: #b9c0cb;
}
:-moz-placeholder {
  color: #b9c0cb;
}
/* ---- Textarea ---- */
textarea {
  font: 100% '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Tahoma, Arial, Verdana, Sans-serif;
  line-height: 1.3em;
  color: #4d5a6a;
  padding: 0.35em 0.4em 0.35em 0.4em;
  border: 1px solid #d0d6dd;
  border-radius: 2px;
  background-color: white;
  margin: 0;
  width: 90%;
  min-height: 60px;
  position: relative;
}
textarea:focus {
  outline: none;
  border: 1px solid #9ecdf8;
}
/* ---- Select ---- */
select {
  margin: 4px 0 4px 0;
}
select option {
  padding: 2px 3px 3px 3px;
}
select[multiple] {
  padding: 0.35em 0.4em 0.35em 0.4em;
  border: 1px solid #d0d6dd;
  border-radius: 2px;
  background-color: white;
  margin: 4px 0 4px 0;
  position: relative;
}
/* ---- Other form elts ---- */
label,
.label {
  display: block;
  line-height: 1.1em;
  color: #7e8896;
  margin: 3px 0 4px 0;
}
input[type='checkbox'] + label {
  display: inline;
}
input[type='radio'] + label {
  display: inline;
}
fieldset {
  border-radius: 2px;
  margin: 0px 0 20px 0;
  border: 1px solid #ccc;
  padding: 10px;
}
legend {
  padding: 0 2px 0 2px;
}
/* BUTTONS */
input[type=button]:focus,
button:focus {
  outline: none !important;
}
input[type='button'],
button,
.button {
  border-width: 1px;
  border-style: solid;
}
input[type='button'],
button,
.button {
  line-height: 1.3em;
  color: #4d5a6a;
  border-color: #e3e8eb;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  padding: 0.3em 0.7em 0.4em 0.7em;
  margin: 0;
  background-color: #e3e8eb;
  transition: border 0.3s, color 0.3s, opacity 0.3s, background-color 0.3s;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='button']:hover,
.button:hover,
button:hover {
  border-color: #6b9fdb;
  color: #2d66b8;
  background-color: #fff!important;
  opacity: 1;
}
input[type='button']:disabled,
input[type='button']:disabled:hover,
button:disabled,
button:disabled:hover,
.button.disabled,
.button.disabled:hover {
  border-color: #e3e8eb !important;
  color: #7e8896 !important;
  opacity: 0.65!important;
  background-color: #e3e8eb !important;
  cursor: default!important;
}
button.markfocus {
  position: relative;
}
button.markfocus:focus:after {
  content: " ";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff!important;
  z-index: 2;
}
/* ---- Blue ---- */
input[type=button].blue:hover,
.button.blue:hover,
button.blue:hover {
  border-color: #6b9fdb;
}
input[type=button].blue,
.button.blue,
button.blue {
  border-color: #cbe7fe;
  background-color: #cbe7fe;
  color: #2d66b8;
}
/* ---- Teal ---- */
input[type=button].teal:hover,
.button.teal:hover,
button.teal:hover {
  border-color: #1bbba0;
}
input[type=button].teal,
.button.teal,
button.teal {
  border-color: #cdf2e6;
  background-color: #cdf2e6;
}
/* ---- Green ---- */
input[type=button].green:hover,
.button.green:hover,
button.green:hover {
  border-color: #9ac55c;
  color: #659c13;
}
input[type=button].green,
.button.green,
button.green {
  border-color: #e0f5c6;
  background-color: #e0f5c6;
}
/* ---- Orange ---- */
input[type=button].orange:hover,
.button.orange:hover,
button.orange:hover {
  border-color: #fec29e;
  color: #f87423;
}
input[type=button].orange,
.button.orange,
button.orange {
  border-color: #ffdaaa;
  background-color: #ffdaaa;
  color: #f87423;
}
/* ---- Red ---- */
input[type=button].red:hover,
.button.red:hover,
button.red:hover {
  border-color: #faabb8;
  color: #d62c49;
}
input[type=button].red,
.button.red,
button.red {
  border-color: #fed3d3;
  background-color: #fed3d3;
  color: #d62c49;
}
/* ---- Violet ---- */
input[type=button].violet:hover,
.button.violet:hover,
button.violet:hover {
  border-color: #d8bfff;
  color: #7a41ba;
}
input[type=button].violet,
.button.violet,
button.violet {
  border-color: #ece1ff;
  background-color: #ece1ff;
  color: #7a41ba;
}
/* Links */
a:active,
a:focus {
  outline: none;
}
a,
.pseudolink {
  color: #2d66b8;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s, border 0.3s;
  -opera-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
}
.pseudolink {
  text-decoration: underline;
  color: #2d66b8;
}
a:hover,
.pseudolink:hover,
.pseudobutton:hover {
  color: #12a5dc;
}
.white a,
.white .pseudolink {
  color: #cbe7fe;
  text-decoration: none;
}
.white a:hover,
.white .pseudolink:hover,
.white .pseudobutton:hover {
  color: #c6f0fa;
}
.hoverlink .pseudolink {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.hoverlink:hover .pseudolink {
  text-decoration: none;
  color: #2d66b8;
  border-bottom: 1px solid #9ecdf8;
}
.hoverlink:hover .pseudolink:hover {
  border-bottom: 1px solid #9ae0f1;
  color: #12a5dc;
}
.white .hoverlink:hover .pseudolink {
  text-decoration: none;
  color: #cbe7fe;
  border-bottom: 1px solid #cbe7fe;
}
.white .hoverlink:hover .pseudolink:hover {
  border-bottom: 1px solid #c6f0fa;
  color: #c6f0fa;
}
a img {
  border: none !important;
}
/* Width, absolute */
.w1 {
  width: 1px!important;
}
.w2 {
  width: 2px!important;
}
.w3 {
  width: 3px!important;
}
.w4 {
  width: 4px!important;
}
.w5 {
  width: 5px!important;
}
.w6 {
  width: 6px!important;
}
.w7 {
  width: 7px!important;
}
.w8 {
  width: 8px!important;
}
.w9 {
  width: 9px!important;
}
.w10 {
  width: 10px!important;
}
.w11 {
  width: 11px!important;
}
.w12 {
  width: 12px!important;
}
.w13 {
  width: 13px!important;
}
.w14 {
  width: 14px!important;
}
.w15 {
  width: 15px!important;
}
.w16 {
  width: 16px!important;
}
.w17 {
  width: 17px!important;
}
.w18 {
  width: 18px!important;
}
.w19 {
  width: 19px!important;
}
.w20 {
  width: 20px!important;
}
.w21 {
  width: 21px!important;
}
.w22 {
  width: 22px!important;
}
.w23 {
  width: 23px!important;
}
.w24 {
  width: 24px!important;
}
.w25 {
  width: 25px!important;
}
.w30 {
  width: 30px!important;
}
.w32 {
  width: 32px!important;
}
.w35 {
  width: 35px!important;
}
.w40 {
  width: 40px!important;
}
.w45 {
  width: 45px!important;
}
.w48 {
  width: 48px!important;
}
.w50 {
  width: 50px!important;
}
.w55 {
  width: 55px!important;
}
.w60 {
  width: 60px!important;
}
.w64 {
  width: 64px!important;
}
.w65 {
  width: 65px!important;
}
.w70 {
  width: 70px!important;
}
.w75 {
  width: 75px!important;
}
.w80 {
  width: 80px!important;
}
.w85 {
  width: 85px!important;
}
.w90 {
  width: 90px!important;
}
.w95 {
  width: 95px!important;
}
.w96 {
  width: 96px!important;
}
.w100 {
  width: 100px!important;
}
.w105 {
  width: 105px!important;
}
.w110 {
  width: 110px!important;
}
.w115 {
  width: 115px!important;
}
.w120 {
  width: 120px!important;
}
.w125 {
  width: 125px!important;
}
.w130 {
  width: 130px!important;
}
.w135 {
  width: 135px!important;
}
.w140 {
  width: 140px!important;
}
.w145 {
  width: 145px!important;
}
.w150 {
  width: 150px!important;
}
.w155 {
  width: 155px!important;
}
.w160 {
  width: 160px!important;
}
.w165 {
  width: 165px!important;
}
.w170 {
  width: 170px!important;
}
.w175 {
  width: 175px!important;
}
.w180 {
  width: 180px!important;
}
.w185 {
  width: 185px!important;
}
.w190 {
  width: 190px!important;
}
.w195 {
  width: 195px!important;
}
.w200 {
  width: 200px!important;
}
.w210 {
  width: 210px!important;
}
.w220 {
  width: 220px!important;
}
.w230 {
  width: 230px!important;
}
.w240 {
  width: 240px!important;
}
.w250 {
  width: 250px!important;
}
.w260 {
  width: 260px!important;
}
.w270 {
  width: 270px!important;
}
.w280 {
  width: 280px!important;
}
.w290 {
  width: 290px!important;
}
.w300 {
  width: 300px!important;
}
.w310 {
  width: 310px!important;
}
.w320 {
  width: 320px!important;
}
.w330 {
  width: 330px!important;
}
.w340 {
  width: 340px!important;
}
.w350 {
  width: 350px!important;
}
.w360 {
  width: 360px!important;
}
.w370 {
  width: 370px!important;
}
.w380 {
  width: 380px!important;
}
.w390 {
  width: 390px!important;
}
.w400 {
  width: 400px!important;
}
.w420 {
  width: 420px!important;
}
.w450 {
  width: 450px!important;
}
.w500 {
  width: 500px!important;
}
.w520 {
  width: 520px!important;
}
.w550 {
  width: 550px!important;
}
.w600 {
  width: 600px!important;
}
.w620 {
  width: 620px!important;
}
.w650 {
  width: 650px!important;
}
.w700 {
  width: 700px!important;
}
.w720 {
  width: 720px!important;
}
.w750 {
  width: 750px!important;
}
.w800 {
  width: 800px!important;
}
.w820 {
  width: 820px!important;
}
.w850 {
  width: 850px!important;
}
.w900 {
  width: 900px!important;
}
.w920 {
  width: 920px!important;
}
.w950 {
  width: 950px!important;
}
.w1000 {
  width: 1000px!important;
}
.w1050 {
  width: 1050px!important;
}
.w1100 {
  width: 1100px!important;
}
.w1150 {
  width: 1150px!important;
}
.w1160 {
  width: 1160px!important;
}
.w1200 {
  width: 1200px!important;
}
.w1250 {
  width: 1250px!important;
}
.w1300 {
  width: 1300px!important;
}
.w1350 {
  width: 1350px!important;
}
.w1400 {
  width: 1400px!important;
}
.w1450 {
  width: 1450px!important;
}
.w1500 {
  width: 1500px!important;
}
/* Width, relative */
.w5p {
  width: 5%!important;
}
.w10p {
  width: 10%!important;
}
.w15p {
  width: 15%!important;
}
.w20p {
  width: 20%!important;
}
.w25p {
  width: 25%!important;
}
.w30p {
  width: 30%!important;
}
.w35p {
  width: 35%!important;
}
.w40p {
  width: 40%!important;
}
.w45p {
  width: 45%!important;
}
.w50p {
  width: 50%!important;
}
.w55p {
  width: 55%!important;
}
.w60p {
  width: 60%!important;
}
.w65p {
  width: 65%!important;
}
.w70p {
  width: 70%!important;
}
.w75p {
  width: 75%!important;
}
.w80p {
  width: 80%!important;
}
.w85p {
  width: 85%!important;
}
.w90p {
  width: 90%!important;
}
.w95p {
  width: 95%!important;
}
.w100p {
  width: 100%!important;
}
/* Height, absolute */
.h0 {
  height: 0px!important;
}
.h1 {
  height: 1px!important;
}
.h2 {
  height: 2px!important;
}
.h3 {
  height: 3px!important;
}
.h4 {
  height: 4px!important;
}
.h5 {
  height: 5px!important;
}
.h10 {
  height: 10px!important;
}
.h15 {
  height: 15px!important;
}
.h16 {
  height: 16px!important;
}
.h20 {
  height: 20px!important;
}
.h24 {
  height: 24px!important;
}
.h25 {
  height: 25px!important;
}
.h30 {
  height: 30px!important;
}
.h32 {
  height: 32px!important;
}
.h35 {
  height: 35px!important;
}
.h40 {
  height: 40px!important;
}
.h45 {
  height: 45px!important;
}
.h48 {
  height: 48px!important;
}
.h50 {
  height: 50px!important;
}
.h55 {
  height: 55px!important;
}
.h60 {
  height: 60px!important;
}
.h64 {
  height: 64px!important;
}
.h65 {
  height: 65px!important;
}
.h70 {
  height: 70px!important;
}
.h75 {
  height: 75px!important;
}
.h80 {
  height: 80px!important;
}
.h85 {
  height: 85px!important;
}
.h90 {
  height: 90px!important;
}
.h95 {
  height: 95px!important;
}
.h96 {
  height: 96px!important;
}
.h100 {
  height: 100px!important;
}
.h110 {
  height: 110px!important;
}
.h120 {
  height: 120px!important;
}
.h130 {
  height: 130px!important;
}
.h140 {
  height: 140px!important;
}
.h150 {
  height: 150px!important;
}
.h160 {
  height: 160px!important;
}
.h170 {
  height: 170px!important;
}
.h180 {
  height: 180px!important;
}
.h190 {
  height: 190px!important;
}
.h200 {
  height: 200px!important;
}
.h250 {
  height: 250px!important;
}
.h300 {
  height: 300px!important;
}
.h350 {
  height: 350px!important;
}
.h400 {
  height: 400px!important;
}
.h450 {
  height: 450px!important;
}
.h500 {
  height: 500px!important;
}
.h550 {
  height: 550px!important;
}
.h600 {
  height: 600px!important;
}
.h650 {
  height: 650px!important;
}
.h700 {
  height: 700px!important;
}
.h750 {
  height: 750px!important;
}
.h800 {
  height: 800px!important;
}
.h850 {
  height: 850px!important;
}
.h900 {
  height: 900px!important;
}
.h950 {
  height: 950px!important;
}
.h1000 {
  height: 1000px!important;
}
/* Height, other */
.ha {
  height: auto!important;
}
/* View mode */
.di {
  display: inline !important;
}
.dib {
  display: inline-block !important;
}
.db {
  display: block !important;
}
.di.hide,
.db.hide,
.dib.hide,
.di.filter-nomatch,
.db.filter-nomatch,
.dib.filter-nomatch {
  display: none !important;
}
.oh {
  overflow: hidden!important;
}
.ov {
  overflow: visible!important;
}
.oy {
  overflow-y: scroll;
  overflow-y: overlay;
  overflow-x: hidden;
}
.ox {
  overflow-x: scroll;
  overflow-x: overlay;
  overflow-y: hidden;
}
/* Float */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.cr {
  clear: right;
}
.cl {
  clear: left;
}
/* Padding */
.p0 {
  padding: 0px!important;
}
.p1 {
  padding: 1px!important;
}
.p2 {
  padding: 2px!important;
}
.p3 {
  padding: 3px!important;
}
.p4 {
  padding: 4px!important;
}
.p5 {
  padding: 5px!important;
}
.p6 {
  padding: 6px!important;
}
.p7 {
  padding: 7px!important;
}
.p8 {
  padding: 8px!important;
}
.p9 {
  padding: 9px!important;
}
.p10 {
  padding: 10px!important;
}
.p15 {
  padding: 15px!important;
}
.p20 {
  padding: 20px!important;
}
.p25 {
  padding: 25px!important;
}
.p30 {
  padding: 30px!important;
}
.p35 {
  padding: 35px!important;
}
.p40 {
  padding: 40px!important;
}
.p45 {
  padding: 45px!important;
}
.p50 {
  padding: 50px!important;
}
.p55 {
  padding: 55px!important;
}
.p60 {
  padding: 60px!important;
}
.p65 {
  padding: 65px!important;
}
.p70 {
  padding: 70px!important;
}
.p75 {
  padding: 75px!important;
}
.p80 {
  padding: 80px!important;
}
.p85 {
  padding: 85px!important;
}
.p90 {
  padding: 90px!important;
}
.p95 {
  padding: 95px!important;
}
.p100 {
  padding: 100px!important;
}
.p110 {
  padding: 110px!important;
}
.p120 {
  padding: 120px!important;
}
.p130 {
  padding: 130px!important;
}
.p140 {
  padding: 140px!important;
}
.p150 {
  padding: 150px!important;
}
.p160 {
  padding: 160px!important;
}
.p170 {
  padding: 170px!important;
}
.p180 {
  padding: 180px!important;
}
.p190 {
  padding: 190px!important;
}
.p200 {
  padding: 200px!important;
}
.p250 {
  padding: 250px!important;
}
.p300 {
  padding: 300px!important;
}
.p350 {
  padding: 350px!important;
}
.p400 {
  padding: 400px!important;
}
.p450 {
  padding: 450px!important;
}
.p500 {
  padding: 500px!important;
}
/* Padding left */
.pl0 {
  padding-left: 0px!important;
}
.pl1 {
  padding-left: 1px!important;
}
.pl2 {
  padding-left: 2px!important;
}
.pl3 {
  padding-left: 3px!important;
}
.pl4 {
  padding-left: 4px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl6 {
  padding-left: 6px!important;
}
.pl7 {
  padding-left: 7px!important;
}
.pl8 {
  padding-left: 8px!important;
}
.pl9 {
  padding-left: 9px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl11 {
  padding-left: 11px!important;
}
.pl12 {
  padding-left: 12px!important;
}
.pl13 {
  padding-left: 13px!important;
}
.pl14 {
  padding-left: 14px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pl16 {
  padding-left: 16px!important;
}
.pl17 {
  padding-left: 17px!important;
}
.pl18 {
  padding-left: 18px!important;
}
.pl19 {
  padding-left: 19px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl21 {
  padding-left: 21px!important;
}
.pl22 {
  padding-left: 22px!important;
}
.pl23 {
  padding-left: 23px!important;
}
.pl24 {
  padding-left: 24px!important;
}
.pl25 {
  padding-left: 25px!important;
}
.pl26 {
  padding-left: 26px!important;
}
.pl27 {
  padding-left: 27px!important;
}
.pl28 {
  padding-left: 28px!important;
}
.pl29 {
  padding-left: 29px!important;
}
.pl30 {
  padding-left: 30px!important;
}
.pl35 {
  padding-left: 35px!important;
}
.pl40 {
  padding-left: 40px!important;
}
.pl45 {
  padding-left: 45px!important;
}
.pl50 {
  padding-left: 50px!important;
}
.pl55 {
  padding-left: 55px!important;
}
.pl60 {
  padding-left: 60px!important;
}
.pl65 {
  padding-left: 65px!important;
}
.pl70 {
  padding-left: 70px!important;
}
.pl75 {
  padding-left: 75px!important;
}
.pl80 {
  padding-left: 80px!important;
}
.pl85 {
  padding-left: 85px!important;
}
.pl90 {
  padding-left: 90px!important;
}
.pl95 {
  padding-left: 95px!important;
}
.pl100 {
  padding-left: 100px!important;
}
.pl110 {
  padding-left: 110px!important;
}
.pl120 {
  padding-left: 120px!important;
}
.pl130 {
  padding-left: 130px!important;
}
.pl140 {
  padding-left: 140px!important;
}
.pl150 {
  padding-left: 150px!important;
}
.pl160 {
  padding-left: 160px!important;
}
.pl170 {
  padding-left: 170px!important;
}
.pl180 {
  padding-left: 180px!important;
}
.pl190 {
  padding-left: 190px!important;
}
.pl200 {
  padding-left: 200px!important;
}
/* Padding right */
.pr0 {
  padding-right: 0px!important;
}
.pr1 {
  padding-right: 1px!important;
}
.pr2 {
  padding-right: 2px!important;
}
.pr3 {
  padding-right: 3px!important;
}
.pr4 {
  padding-right: 4px!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr6 {
  padding-right: 6px!important;
}
.pr7 {
  padding-right: 7px!important;
}
.pr8 {
  padding-right: 8px!important;
}
.pr9 {
  padding-right: 9px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr11 {
  padding-right: 11px!important;
}
.pr12 {
  padding-right: 12px!important;
}
.pr13 {
  padding-right: 13px!important;
}
.pr14 {
  padding-right: 14px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pr16 {
  padding-right: 16px!important;
}
.pr17 {
  padding-right: 17px!important;
}
.pr18 {
  padding-right: 18px!important;
}
.pr19 {
  padding-right: 19px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr21 {
  padding-right: 21px!important;
}
.pr22 {
  padding-right: 22px!important;
}
.pr23 {
  padding-right: 23px!important;
}
.pr24 {
  padding-right: 24px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.pr26 {
  padding-right: 26px!important;
}
.pr27 {
  padding-right: 27px!important;
}
.pr28 {
  padding-right: 28px!important;
}
.pr29 {
  padding-right: 29px!important;
}
.pr30 {
  padding-right: 30px!important;
}
.pr35 {
  padding-right: 35px!important;
}
.pr40 {
  padding-right: 40px!important;
}
.pr45 {
  padding-right: 45px!important;
}
.pr50 {
  padding-right: 50px!important;
}
.pr55 {
  padding-right: 55px!important;
}
.pr60 {
  padding-right: 60px!important;
}
.pr65 {
  padding-right: 65px!important;
}
.pr70 {
  padding-right: 70px!important;
}
.pr75 {
  padding-right: 75px!important;
}
.pr80 {
  padding-right: 80px!important;
}
.pr85 {
  padding-right: 85px!important;
}
.pr90 {
  padding-right: 90px!important;
}
.pr95 {
  padding-right: 95px!important;
}
.pr100 {
  padding-right: 100px!important;
}
.pr110 {
  padding-right: 110px!important;
}
.pr120 {
  padding-right: 120px!important;
}
.pr130 {
  padding-right: 130px!important;
}
.pr140 {
  padding-right: 140px!important;
}
.pr150 {
  padding-right: 150px!important;
}
.pr160 {
  padding-right: 160px!important;
}
.pr170 {
  padding-right: 170px!important;
}
.pr180 {
  padding-right: 180px!important;
}
.pr190 {
  padding-right: 190px!important;
}
.pr200 {
  padding-right: 200px!important;
}
/* Padding top */
.pt0 {
  padding-top: 0px!important;
}
.pt1 {
  padding-top: 1px!important;
}
.pt2 {
  padding-top: 2px!important;
}
.pt3 {
  padding-top: 3px!important;
}
.pt4 {
  padding-top: 4px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt6 {
  padding-top: 6px!important;
}
.pt7 {
  padding-top: 7px!important;
}
.pt8 {
  padding-top: 8px!important;
}
.pt9 {
  padding-top: 9px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt11 {
  padding-top: 11px!important;
}
.pt12 {
  padding-top: 12px!important;
}
.pt13 {
  padding-top: 13px!important;
}
.pt14 {
  padding-top: 14px!important;
}
.pt15 {
  padding-top: 15px!important;
}
.pt16 {
  padding-top: 16px!important;
}
.pt17 {
  padding-top: 17px!important;
}
.pt18 {
  padding-top: 18px!important;
}
.pt19 {
  padding-top: 19px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt21 {
  padding-top: 21px!important;
}
.pt22 {
  padding-top: 22px!important;
}
.pt23 {
  padding-top: 23px!important;
}
.pt24 {
  padding-top: 24px!important;
}
.pt25 {
  padding-top: 25px!important;
}
.pt26 {
  padding-top: 26px!important;
}
.pt27 {
  padding-top: 27px!important;
}
.pt28 {
  padding-top: 28px!important;
}
.pt29 {
  padding-top: 29px!important;
}
.pt30 {
  padding-top: 30px!important;
}
.pt35 {
  padding-top: 35px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pt45 {
  padding-top: 45px!important;
}
.pt50 {
  padding-top: 50px!important;
}
.pt55 {
  padding-top: 55px!important;
}
.pt60 {
  padding-top: 60px!important;
}
.pt65 {
  padding-top: 65px!important;
}
.pt70 {
  padding-top: 70px!important;
}
.pt75 {
  padding-top: 75px!important;
}
.pt80 {
  padding-top: 80px!important;
}
.pt85 {
  padding-top: 85px!important;
}
.pt90 {
  padding-top: 90px!important;
}
.pt95 {
  padding-top: 95px!important;
}
.pt100 {
  padding-top: 100px!important;
}
.pt110 {
  padding-top: 110px!important;
}
.pt120 {
  padding-top: 120px!important;
}
.pt130 {
  padding-top: 130px!important;
}
.pt140 {
  padding-top: 140px!important;
}
.pt150 {
  padding-top: 150px!important;
}
.pt160 {
  padding-top: 160px!important;
}
.pt170 {
  padding-top: 170px!important;
}
.pt180 {
  padding-top: 180px!important;
}
.pt190 {
  padding-top: 190px!important;
}
.pt200 {
  padding-top: 200px!important;
}
/* Padding bottom */
.pb0 {
  padding-bottom: 0px!important;
}
.pb1 {
  padding-bottom: 1px!important;
}
.pb2 {
  padding-bottom: 2px!important;
}
.pb3 {
  padding-bottom: 3px!important;
}
.pb4 {
  padding-bottom: 4px!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb6 {
  padding-bottom: 6px!important;
}
.pb7 {
  padding-bottom: 7px!important;
}
.pb8 {
  padding-bottom: 8px!important;
}
.pb9 {
  padding-bottom: 9px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb11 {
  padding-bottom: 11px!important;
}
.pb12 {
  padding-bottom: 12px!important;
}
.pb13 {
  padding-bottom: 13px!important;
}
.pb14 {
  padding-bottom: 14px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pb16 {
  padding-bottom: 16px!important;
}
.pb17 {
  padding-bottom: 17px!important;
}
.pb18 {
  padding-bottom: 18px!important;
}
.pb19 {
  padding-bottom: 19px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb21 {
  padding-bottom: 21px!important;
}
.pb22 {
  padding-bottom: 22px!important;
}
.pb23 {
  padding-bottom: 23px!important;
}
.pb24 {
  padding-bottom: 24px!important;
}
.pb25 {
  padding-bottom: 25px!important;
}
.pb26 {
  padding-bottom: 26px!important;
}
.pb27 {
  padding-bottom: 27px!important;
}
.pb28 {
  padding-bottom: 28px!important;
}
.pb29 {
  padding-bottom: 29px!important;
}
.pb30 {
  padding-bottom: 30px!important;
}
.pb35 {
  padding-bottom: 35px!important;
}
.pb40 {
  padding-bottom: 40px!important;
}
.pb45 {
  padding-bottom: 45px!important;
}
.pb50 {
  padding-bottom: 50px!important;
}
.pb55 {
  padding-bottom: 55px!important;
}
.pb60 {
  padding-bottom: 60px!important;
}
.pb65 {
  padding-bottom: 65px!important;
}
.pb70 {
  padding-bottom: 70px!important;
}
.pb75 {
  padding-bottom: 75px!important;
}
.pb80 {
  padding-bottom: 80px!important;
}
.pb85 {
  padding-bottom: 85px!important;
}
.pb90 {
  padding-bottom: 90px!important;
}
.pb95 {
  padding-bottom: 95px!important;
}
.pb100 {
  padding-bottom: 100px!important;
}
.pb110 {
  padding-bottom: 110px!important;
}
.pb120 {
  padding-bottom: 120px!important;
}
.pb130 {
  padding-bottom: 130px!important;
}
.pb140 {
  padding-bottom: 140px!important;
}
.pb150 {
  padding-bottom: 150px!important;
}
.pb160 {
  padding-bottom: 160px!important;
}
.pb170 {
  padding-bottom: 170px!important;
}
.pb180 {
  padding-bottom: 180px!important;
}
.pb190 {
  padding-bottom: 190px!important;
}
.pb200 {
  padding-bottom: 200px!important;
}
/* Margin left */
.ml-50 {
  margin-left: -50px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-25 {
  margin-left: -25px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-9 {
  margin-left: -9px !important;
}
.ml-8 {
  margin-left: -8px !important;
}
.ml-7 {
  margin-left: -7px !important;
}
.ml-6 {
  margin-left: -6px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-4 {
  margin-left: -4px !important;
}
.ml-3 {
  margin-left: -3px !important;
}
.ml-2 {
  margin-left: -2px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0px!important;
}
.ml1 {
  margin-left: 1px!important;
}
.ml2 {
  margin-left: 2px!important;
}
.ml3 {
  margin-left: 3px!important;
}
.ml4 {
  margin-left: 4px!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml6 {
  margin-left: 6px!important;
}
.ml7 {
  margin-left: 7px!important;
}
.ml8 {
  margin-left: 8px!important;
}
.ml9 {
  margin-left: 9px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml11 {
  margin-left: 11px!important;
}
.ml12 {
  margin-left: 12px!important;
}
.ml13 {
  margin-left: 13px!important;
}
.ml14 {
  margin-left: 14px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml16 {
  margin-left: 16px!important;
}
.ml17 {
  margin-left: 17px!important;
}
.ml18 {
  margin-left: 18px!important;
}
.ml19 {
  margin-left: 19px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.ml55 {
  margin-left: 55px!important;
}
.ml60 {
  margin-left: 60px!important;
}
.ml65 {
  margin-left: 65px!important;
}
.ml70 {
  margin-left: 70px!important;
}
.ml75 {
  margin-left: 75px!important;
}
.ml80 {
  margin-left: 80px!important;
}
.ml85 {
  margin-left: 85px!important;
}
.ml90 {
  margin-left: 90px!important;
}
.ml95 {
  margin-left: 95px!important;
}
.ml100 {
  margin-left: 100px!important;
}
.ml110 {
  margin-left: 110px!important;
}
.ml120 {
  margin-left: 120px!important;
}
.ml130 {
  margin-left: 130px!important;
}
.ml140 {
  margin-left: 140px!important;
}
.ml150 {
  margin-left: 150px!important;
}
.ml160 {
  margin-left: 160px!important;
}
.ml170 {
  margin-left: 170px!important;
}
.ml180 {
  margin-left: 180px!important;
}
.ml190 {
  margin-left: 190px!important;
}
.ml200 {
  margin-left: 200px!important;
}
/* Margin right */
.mr-50 {
  margin-right: -50px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-25 {
  margin-right: -25px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-9 {
  margin-right: -9px !important;
}
.mr-8 {
  margin-right: -8px !important;
}
.mr-7 {
  margin-right: -7px !important;
}
.mr-6 {
  margin-right: -6px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-4 {
  margin-right: -4px !important;
}
.mr-3 {
  margin-right: -3px !important;
}
.mr-2 {
  margin-right: -2px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0px!important;
}
.mr1 {
  margin-right: 1px!important;
}
.mr2 {
  margin-right: 2px!important;
}
.mr3 {
  margin-right: 3px!important;
}
.mr4 {
  margin-right: 4px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr6 {
  margin-right: 6px!important;
}
.mr7 {
  margin-right: 7px!important;
}
.mr8 {
  margin-right: 8px!important;
}
.mr9 {
  margin-right: 9px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr11 {
  margin-right: 11px!important;
}
.mr12 {
  margin-right: 12px!important;
}
.mr13 {
  margin-right: 13px!important;
}
.mr14 {
  margin-right: 14px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr16 {
  margin-right: 16px!important;
}
.mr17 {
  margin-right: 17px!important;
}
.mr18 {
  margin-right: 18px!important;
}
.mr19 {
  margin-right: 19px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.mr55 {
  margin-right: 55px!important;
}
.mr60 {
  margin-right: 60px!important;
}
.mr65 {
  margin-right: 65px!important;
}
.mr70 {
  margin-right: 70px!important;
}
.mr75 {
  margin-right: 75px!important;
}
.mr80 {
  margin-right: 80px!important;
}
.mr85 {
  margin-right: 85px!important;
}
.mr90 {
  margin-right: 90px!important;
}
.mr95 {
  margin-right: 95px!important;
}
.mr100 {
  margin-right: 100px!important;
}
.mr110 {
  margin-right: 110px!important;
}
.mr120 {
  margin-right: 120px!important;
}
.mr130 {
  margin-right: 130px!important;
}
.mr140 {
  margin-right: 140px!important;
}
.mr150 {
  margin-right: 150px!important;
}
.mr160 {
  margin-right: 160px!important;
}
.mr170 {
  margin-right: 170px!important;
}
.mr180 {
  margin-right: 180px!important;
}
.mr190 {
  margin-right: 190px!important;
}
.mr200 {
  margin-right: 200px!important;
}
/* Margin top */
.mt-50 {
  margin-top: -50px !important;
}
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-9 {
  margin-top: -9px !important;
}
.mt-8 {
  margin-top: -8px !important;
}
.mt-7 {
  margin-top: -7px !important;
}
.mt-6 {
  margin-top: -6px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-4 {
  margin-top: -4px !important;
}
.mt-3 {
  margin-top: -3px !important;
}
.mt-2 {
  margin-top: -2px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0px!important;
}
.mt1 {
  margin-top: 1px!important;
}
.mt2 {
  margin-top: 2px!important;
}
.mt3 {
  margin-top: 3px!important;
}
.mt4 {
  margin-top: 4px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt6 {
  margin-top: 6px!important;
}
.mt7 {
  margin-top: 7px!important;
}
.mt8 {
  margin-top: 8px!important;
}
.mt9 {
  margin-top: 9px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt11 {
  margin-top: 11px!important;
}
.mt12 {
  margin-top: 12px!important;
}
.mt13 {
  margin-top: 13px!important;
}
.mt14 {
  margin-top: 14px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt16 {
  margin-top: 16px!important;
}
.mt17 {
  margin-top: 17px!important;
}
.mt18 {
  margin-top: 18px!important;
}
.mt19 {
  margin-top: 19px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt55 {
  margin-top: 55px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mt65 {
  margin-top: 65px!important;
}
.mt70 {
  margin-top: 70px!important;
}
.mt75 {
  margin-top: 75px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mt85 {
  margin-top: 85px!important;
}
.mt90 {
  margin-top: 90px!important;
}
.mt95 {
  margin-top: 95px!important;
}
.mt100 {
  margin-top: 100px!important;
}
.mt110 {
  margin-top: 110px!important;
}
.mt120 {
  margin-top: 120px!important;
}
.mt130 {
  margin-top: 130px!important;
}
.mt140 {
  margin-top: 140px!important;
}
.mt150 {
  margin-top: 150px!important;
}
.mt160 {
  margin-top: 160px!important;
}
.mt170 {
  margin-top: 170px!important;
}
.mt180 {
  margin-top: 180px!important;
}
.mt190 {
  margin-top: 190px!important;
}
.mt200 {
  margin-top: 200px!important;
}
/* Margin bottom */
.mb-50 {
  margin-bottom: -50px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-25 {
  margin-bottom: -25px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-9 {
  margin-bottom: -9px !important;
}
.mb-8 {
  margin-bottom: -8px !important;
}
.mb-7 {
  margin-bottom: -7px !important;
}
.mb-6 {
  margin-bottom: -6px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-4 {
  margin-bottom: -4px !important;
}
.mb-3 {
  margin-bottom: -3px !important;
}
.mb-2 {
  margin-bottom: -2px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb1 {
  margin-bottom: 1px!important;
}
.mb2 {
  margin-bottom: 2px!important;
}
.mb3 {
  margin-bottom: 3px!important;
}
.mb4 {
  margin-bottom: 4px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb6 {
  margin-bottom: 6px!important;
}
.mb7 {
  margin-bottom: 7px!important;
}
.mb8 {
  margin-bottom: 8px!important;
}
.mb9 {
  margin-bottom: 9px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb11 {
  margin-bottom: 11px!important;
}
.mb12 {
  margin-bottom: 12px!important;
}
.mb13 {
  margin-bottom: 13px!important;
}
.mb14 {
  margin-bottom: 14px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb16 {
  margin-bottom: 16px!important;
}
.mb17 {
  margin-bottom: 17px!important;
}
.mb18 {
  margin-bottom: 18px!important;
}
.mb19 {
  margin-bottom: 19px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb55 {
  margin-bottom: 55px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb65 {
  margin-bottom: 65px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb75 {
  margin-bottom: 75px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb85 {
  margin-bottom: 85px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb95 {
  margin-bottom: 95px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb110 {
  margin-bottom: 110px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb130 {
  margin-bottom: 130px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb150 {
  margin-bottom: 150px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb170 {
  margin-bottom: 170px!important;
}
.mb180 {
  margin-bottom: 180px!important;
}
.mb190 {
  margin-bottom: 190px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}
/* Z-index */
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.zi7 {
  z-index: 7;
}
.zi8 {
  z-index: 8;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi11 {
  z-index: 11;
}
.zi12 {
  z-index: 12;
}
.zi13 {
  z-index: 13;
}
.zi14 {
  z-index: 14;
}
.zi15 {
  z-index: 15;
}
.zi16 {
  z-index: 16;
}
.zi17 {
  z-index: 17;
}
.zi18 {
  z-index: 18;
}
.zi19 {
  z-index: 19;
}
.zi20 {
  z-index: 20;
}
/* Font size */
.fs40 {
  font-size: 40%!important;
}
.fs45 {
  font-size: 45%!important;
}
.fs50 {
  font-size: 50%!important;
}
.fs55 {
  font-size: 55%!important;
}
.fs60 {
  font-size: 60%!important;
}
.fs65 {
  font-size: 65%!important;
}
.fs70 {
  font-size: 70%!important;
}
.fs75 {
  font-size: 75%!important;
}
.fs80 {
  font-size: 80%!important;
}
.fs85 {
  font-size: 85%!important;
}
.fs90 {
  font-size: 90%!important;
}
.fs95 {
  font-size: 95%!important;
}
.fs100 {
  font-size: 100%!important;
}
.fs105 {
  font-size: 105%!important;
}
.fs110 {
  font-size: 110%!important;
}
.fs115 {
  font-size: 115%!important;
}
.fs120 {
  font-size: 120%!important;
}
.fs125 {
  font-size: 125%!important;
}
.fs130 {
  font-size: 130%!important;
}
.fs140 {
  font-size: 140%!important;
}
.fs150 {
  font-size: 150%!important;
}
.fs160 {
  font-size: 160%!important;
}
.fs170 {
  font-size: 170%!important;
}
.fs180 {
  font-size: 180%!important;
}
.fs190 {
  font-size: 190%!important;
}
.fs200 {
  font-size: 200%!important;
}
.fs210 {
  font-size: 210%!important;
}
.fs220 {
  font-size: 220%!important;
}
.fs230 {
  font-size: 230%!important;
}
.fs240 {
  font-size: 240%!important;
}
.fs250 {
  font-size: 250%!important;
}
.fs260 {
  font-size: 260%!important;
}
.fs280 {
  font-size: 280%!important;
}
.fs300 {
  font-size: 300%!important;
}
.fs320 {
  font-size: 320%!important;
}
.fs340 {
  font-size: 340%!important;
}
.fs360 {
  font-size: 360%!important;
}
.fs380 {
  font-size: 380%!important;
}
.fs400 {
  font-size: 400%!important;
}
/* Line height */
.lh70 {
  line-height: 0.7em;
}
.lh75 {
  line-height: 0.75em;
}
.lh80 {
  line-height: 0.8em;
}
.lh85 {
  line-height: 0.85em;
}
.lh90 {
  line-height: 0.9em;
}
.lh95 {
  line-height: 0.95em;
}
.lh100 {
  line-height: 1em;
}
.lh105 {
  line-height: 1.05em;
}
.lh110 {
  line-height: 1.1em;
}
.lh115 {
  line-height: 1.15em;
}
.lh120 {
  line-height: 1.2em;
}
.lh125 {
  line-height: 1.25em;
}
.lh130 {
  line-height: 1.3em;
}
.lh140 {
  line-height: 1.4em;
}
.lh150 {
  line-height: 1.5em;
}
.lh160 {
  line-height: 1.6em;
}
.lh170 {
  line-height: 1.7em;
}
.lh180 {
  line-height: 1.8em;
}
.lh190 {
  line-height: 1.9em;
}
.lh200 {
  line-height: 2em;
}
.lh220 {
  line-height: 2.2em;
}
.lh240 {
  line-height: 2.4em;
}
.lh250 {
  line-height: 2.5em;
}
.lh260 {
  line-height: 2.6em;
}
.lh280 {
  line-height: 2.8em;
}
.lh300 {
  line-height: 3em;
}
/* Other typo */
.small {
  font-size: 90%;
  line-height: 1.37em;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: bolder;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.tdn {
  text-decoration: none !important;
}
.tdl {
  text-decoration: line-through !important;
}
.filter-nomatch {
  display: none !important;
}
.nw {
  white-space: nowrap;
}
.wn {
  white-space: normal!important;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
}
.wba {
  word-break: break-all;
}
/* Align */
.vat {
  vertical-align: top !important;
}
.vab {
  vertical-align: bottom !important;
}
.val {
  vertical-align: baseline !important;
}
.vam {
  vertical-align: middle !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
/* Borders */
.bbs {
  border-bottom: 1px solid rgba(107, 159, 219, 0.35);
}
.bts {
  border-top: 1px solid rgba(107, 159, 219, 0.35);
}
.bbd {
  border-bottom: 1px dotted rgba(107, 159, 219, 0.35);
}
.btd {
  border-top: 1px dotted rgba(107, 159, 219, 0.35);
}
.bbx {
  border-bottom: none!important;
}
.btx {
  border-bottom: none!important;
}
.bas {
  border: 1px solid rgba(107, 159, 219, 0.35);
}
.bad {
  border: 1px dotted rgba(107, 159, 219, 0.35);
}
.bax {
  border: none!important;
}
.br0 {
  border-radius: 0px !important;
}
.br1 {
  border-radius: 1px !important;
}
.br2 {
  border-radius: 2px !important;
}
.br3 {
  border-radius: 3px !important;
}
.br4 {
  border-radius: 4px !important;
}
.br5 {
  border-radius: 5px !important;
}
.br6 {
  border-radius: 6px !important;
}
.br8 {
  border-radius: 8px !important;
}
.br10 {
  border-radius: 10px !important;
}
.br100 {
  border-radius: 100px !important;
}
.b1 {
  border-width: 1px!important;
}
.b2 {
  border-width: 2px!important;
}
.b3 {
  border-width: 3px!important;
}
.b4 {
  border-width: 4px!important;
}
.b5 {
  border-width: 5px!important;
}
/* Columns */
.col6 {
  overflow-y: visible!important;
  clear: both;
  height: auto!important;
  -webkit-column-count: 6!important;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  column-count: 6!important;
  column-gap: 40px;
  column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  -moz-column-count: 6!important;
  -moz-column-gap: 40px;
  -moz-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
}
.col5 {
  overflow-y: visible!important;
  clear: both;
  height: auto!important;
  -webkit-column-count: 5!important;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  column-count: 5!important;
  column-gap: 40px;
  column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  -moz-column-count: 5!important;
  -moz-column-gap: 40px;
  -moz-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
}
.col4 {
  overflow-y: visible!important;
  clear: both;
  height: auto!important;
  -webkit-column-count: 4!important;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  column-count: 4!important;
  column-gap: 40px;
  column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  -moz-column-count: 4!important;
  -moz-column-gap: 40px;
  -moz-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
}
.col3 {
  overflow-y: visible!important;
  clear: both;
  height: auto!important;
  -webkit-column-count: 3!important;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  column-count: 3!important;
  column-gap: 40px;
  column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  -moz-column-count: 3!important;
  -moz-column-gap: 40px;
  -moz-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
}
.col2 {
  overflow-y: visible!important;
  clear: both;
  height: auto!important;
  -webkit-column-count: 2!important;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  column-count: 2!important;
  column-gap: 40px;
  column-rule: 1px dotted rgba(0, 10, 20, 0.3);
  -moz-column-count: 2!important;
  -moz-column-gap: 40px;
  -moz-column-rule: 1px dotted rgba(0, 10, 20, 0.3);
}
/* Animations */
@keyframes rotate360 {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.arot05s {
  animation-name: rotate360;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.arot1s {
  animation-name: rotate360;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.arot2s {
  animation-name: rotate360;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* ====== PLUGINS ====== */
/* MODAL  */
div.my-modal-screen {
  background-color: rgba(22, 50, 90, 0.88);
  position: fixed;
  z-index: 1997;
  top: 0;
  left: 0;
}
div.my-modal {
  position: fixed;
  z-index: 1998;
  box-shadow: 0 30px 60px -10px rgba(28, 32, 38, 0.5);
  padding: 20px;
  background-color: white;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 4px;
}
div.my-modal.my-modal-loading {
  background-image: url('../i/loader-bar2.gif');
  background-repeat: repeat-x;
  background-position: left top;
}
div.my-modal > .my-modal-close {
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans;
  position: absolute;
  top: -9pt;
  right: -8pt;
  font-size: 20pt;
  line-height: 13pt;
  margin: 0;
  border: none;
  padding: 4pt 6pt 8pt 6pt;
  color: #2d66b8;
  border-radius: 20pt;
  background: #e5f3ff;
  transition: color 0.3s;
  cursor: pointer;
  z-index: 1999;
}
div.my-modal > .my-modal-close:hover {
  color: #12a5dc;
}
div.my-modal.my-modal-overlay {
  position: absolute;
  z-index: 1998;
  box-shadow: 0 0 11px 6px rgba(28, 32, 38, 0.08), 0 0 6px rgba(28, 32, 38, 0.15);
  padding: 10px 15px 13px 15px;
  border-radius: 3px;
}
div.my-modal.my-modal-overlay > .my-modal-close {
  top: -0.2pt;
  right: -0.2pt;
  background: none;
  padding: 2pt 3pt 3pt 3pt;
}
div.my-modal > .my-modal-nose {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(28, 32, 38, 0.15);
  border-top: none;
  border-right: none;
  background-color: white;
  top: 0;
  left: 0;
}
div.my-modal.nose-left:before,
div.my-modal.nose-right:before,
div.my-modal.nose-top:before,
div.my-modal.nose-bottom:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(28, 32, 38, 0.15);
  border-top: none;
  border-right: none;
  background-color: white;
}
div.my-modal.nose-left {
  margin-left: 7px;
}
div.my-modal.nose-right {
  margin-right: 7px;
}
div.my-modal.nose-top {
  margin-top: 7px;
}
div.my-modal.nose-bottom {
  margin-bottom: 7px;
}
div.my-modal.nose-left:before {
  left: -6px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
div.my-modal.nose-right:before {
  right: -6px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
div.my-modal.nose-top:before {
  left: 50%;
  top: -6px;
  margin-left: -5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
div.my-modal.nose-bottom:before {
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
/* Tags */
.my-tags {
  position: relative;
}
.my-tags .tag {
  padding: 0.15em 0.35em 0.22em 0.35em;
  white-space: nowrap;
  text-decoration: none;
}
.my-tags .tag.active {
  background-color: rgba(158, 205, 248, 0.35);
  color: #234f8f;
  text-decoration: none;
  border-radius: 2px;
}
.my-tags[disabled="disabled"]:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(249, 252, 255, 0);
  content: " ";
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.my-tags[disabled="disabled"] .tag {
  filter: saturate(0.1);
}
.my-error .my-tags .tag.active {
  background-color: rgba(234, 114, 134, 0.35);
  color: #d62c49;
}
.my-tags .tag.active:hover {
  color: #12a5dc;
}
/* SELECT2  */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 0.4em;
  overflow: hidden;
  position: relative;
  min-height: 2em;
  border: 1px solid #d0d6dd;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #d0d6dd;
  border-radius: 0 0 2px 2px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
  line-height: 1.9em;
  color: #4d5a6a;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background-position: right top;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 2997;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 2998;
  top: 100%;
  font-size: 0.8em;
  line-height: 1.35em;
  background: #fff;
  color: inherit;
  border: 1px solid #d0d6dd;
  border-top: 0;
  color: #4d5a6a;
  border-radius: 0 0 2px 2px;
}
.select2-drop li {
  margin-left: 0;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #d0d6dd;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.select2-drop-active {
  border: 1px solid #9ecdf8;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #9ecdf8;
}
.select2-drop-auto-width {
  border-top: 1px solid #d0d6dd;
  width: auto;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 1.2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 1px;
  padding-top: 0.06em;
  border-radius: 0 2px 2px 0;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid transparent;
  border-radius: 2px 0 0 2px;
}
.select2-container .select2-choice .select2-arrow b {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  height: 0.3em;
  width: 0.3em;
  top: -0.16em;
  left: 0.23em;
  font-size: 1.3em;
  line-height: 1em;
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  transform-origin: center;
  transform: rotate(135deg);
  transition: opacity 0.3s;
  opacity: 0.6;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 2999;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: none;
  background-color: white;
  background-position: 100% -22px;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background-color: white;
  background-position: -37px -22px;
}
.select2-search input.select2-active {
  background: #ffffff;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #9ecdf8;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(158, 205, 248, 0.35);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #9ecdf8;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  left: 0.25em;
  top: -0.02em;
  transform: rotate(-45deg);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 1px 0px 2px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 0px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 10px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 30px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 50px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 60px;
}
.select2-results .select2-highlighted {
  background-color: rgba(158, 205, 248, 0.35);
  color: #4d5a6a;
}
.select2-results li em {
  background: rgba(203, 231, 254, 0.35);
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #4d5a6a;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: rgba(185, 192, 203, 0.35);
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #4d5a6a;
  background: rgba(227, 232, 235, 0.35);
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: rgba(227, 232, 235, 0.35);
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: rgba(185, 192, 203, 0.35) url('../i/spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(254, 211, 211, 0.35);
}
.select2-more-results {
  background: rgba(185, 192, 203, 0.35);
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: rgba(227, 232, 235, 0.35);
  background-image: none;
  border: 1px solid #e3e8eb;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  opacity: 0.5;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  min-height: 26px;
  background-color: #fff;
  border: 1px solid #d0d6dd;
  border-radius: 2px;
  margin: 0;
  padding: 0 0 2px 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  position: relative;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #9ecdf8;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 3px 6px;
  margin: 3px 0;
  font-size: 0.9em;
  line-height: 1.1em;
  outline: none;
  border: 0!important;
  background: transparent !important;
}
.my-error .select2-container-multi .select2-choices .select2-search-field input,
.my-error .select2-container-multi .select2-choices .select2-search-field input:focus {
  border: 0!important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../i/spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #b9c0cb !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: rgba(185, 192, 203, 0.35);
  filter: none;
  background-image: none;
  color: #4d5a6a;
  border: none;
  line-height: 1.1em;
  font-size: 0.9em;
  padding: 3px 8px 4px 16px;
  margin: 3px 0 0px 3px;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: rgba(158, 205, 248, 0.35);
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background-position: right top;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: rgba(227, 232, 235, 0.35);
  background-image: none;
  border: 1px solid #e3e8eb;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding-left: 5px;
  background-image: none;
  background-color: rgba(227, 232, 235, 0.35);
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp9JREFUeNrsmdtLG1EQxjeapF6KYrWCV7y0UGsFqRSvD0Xf9KEP/TMF8Q+QgqilSGtooQUr3rDiLWgba7ygid/gt/V4WJo1NdadOPAjy1ldzrcz55yZ2VA6nXbyyQqcPLO8Exz2GgyFQoGYvLscOd8usAnWebsa1INY2li3YSWOa6K4SpAAZ6ADPOT9OW2Cd8FvCuwX54Mijq1rXMPi1SmwDx5QbBK8B1taN62opUeuI1p36UdgAJQyjBP0ch9o+B+Cowy1XFkZn3/EMJ6hcBmryngswZrdnd8YKwRr4CSLCb0CxWAiR4JXONef4JBjHyh21Y/gCtBujf2y//ka4dbC6xqwkaPz2J7bAfG1huesB6TANDjN0rvm9Y0tI0k4/OB3Dcd4gIvN86y7rrUz43GtHLy8c6klbZ9Cn4Iv//D8BTsC+aJTN6hDjp9B7jHfONZKpox1nTHT+spM5STLiXy+Jcd1gheMqCTnO8IXIdnX2J9l4FUPB6V4MExEDfPMPWMUhenxd9AY15Z4yJk7ymqpkGJ36dm41tSy3qiOxErsLEuT4CfgLQVLGC8ztXwDejQKLmAob4Nx8sMI76tZik1ArdEK6WKOXdGmZZf21QrStmn5jv17wfeCFVlQu5YR57JfdWg1KtQJln5zm3PZMtpjkbKmMaR7WRmdskkxz+7Ma+eiGa/Kw3VMIaVAmDRK1iUwBLp570iLhxv5O2vV53HW7dIZrdQU0hF2SRIe9/b86gmS4APOt87jnrt+jzUJXuSvfE2oNbwurZ0WvpDtTA8JWvHQSsEOQzvKutc1aeB9+lvxELRzeJFCn/E4kh35O3U8J+Ktj5oSjx1iW4rh3UbRMcfjw4GmXDrGjCvFCHicD8WDfDBwP4Anvf7gXIABAFuqtY/cQK8hAAAAAElFTkSuQmCC);
  background-repeat: no-repeat !important;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDZJREFUeNrsnM9PE0EUx6eCYiDBkz8SDD9iwgFjhEQ4eOqdf9R/gIvxwBliijEaU1S0EULk1CZFTW3qGzpLnsu87Q7b2c4s32/y0qXzuiT97Jv9vtnu1gaDgYKqq1v4CgAYAmAoVE3jKwhLtVot2dwwr42M9Isc8lENAI5LGtwi+7uRlaMPCgkypujw4S6yahZzCPIGAMcrDjkNN3vKRx8c5DlYgtilmLO835KmaAAO22TlqdRWlsnCFB2uNLRWEbgAHAfkrjDWHdFCAXAkjnpOGJuzuGsAjrhdsrprqT0C4Djhdl0hA3A8cLXheiMYLyx0RK4WM1R53PWlol6LZj0j11Pz+iE9EEnPn4BctMAVc6R2qWoXG7SzXDPb3zJajFggq4xWqMEOXLFdclrJoorZppfZnOnntO+dkiu4TnHfbJ9R7EZYwWOV6zl431PuOLTA4CqzvXDTT96ugH9SnOTIOzG5Zek2xbrl/XUzBsAOOqDoZYz3TE6ZWhVOHbNmDIAdpI3LYcb4Ycnmhhsrm9aUvNwHwIJ0C3JuM1a29sSzNseUA8A5TNSkjZWkG2u4igBOG66yjZUSjNU4cicm3fqZqJtQGXGRk7W/ogsdB6yCyjZWynefPUHVU+ZwNyvH/Kpy1wdgbri6CvIBd9UC+UqOBHnasWIkwwX5bwMTyHWX1g8/ugvwHJwBsUMxb3m/KU3RABwmYOVQqSLcoi4a8isNrVkELgDHAbkjjHUEdw3AkTnqeWFs3owDcEXaJau7HrXQAcBxwe24QgbgeOBqw/VKMF4iZACOQ01mqPK4awCOqD1qWtzylRxfa9GQP8i2bWtOVi+MlayKC1M0AEMADAEwBMAQAEMADAEwAEMADAEwBMCQb+FqkidZHi+hb0RfoVimuJcaa6vhM0WOVOre66IXg3A1qRzA+s7GTTX6aQMarr5D8xiA4wG8rOz3JydfvO1ZUPumogsDxhTtVwspuJqWvkn+E8UpOwB0zDLYm6aajwsfaKhgbxWsp+NtNi33Kb5SvDfbXDMUz9TwwWZTbLreIT49uOgwtcLg6ir6oob3UPctuX8o3pppeZAyZWiTAtUy287z7BIN9h3Fb2EfAByYeCv0meJvjs/0E3Nl2QcABywXs3TGpmkFwHFoalL/GIDL0SOH3IdCbwzAganNtp/kXHOYUf8/7b0NwOGKmyX9KMXnI77vKZNzV9gHAAcmfuFAT7lLFC9MlaZ1h2KL4jGbnrXROuIPPruOsJLlSQaIXqp8mep1f1H8UMOlSl1gD8y0PGM5936n2Lv88DVYAbBfwMlihevFBitkAA4TcFLJeS4XDgTgF5ABOFzASuW/4L9hztdXIBOrPQCuxkGxNS7IcNFhas9My2kt0UGwhQquzrQuVXKbuL1GBVe3knNfZQLgeCEDcMUg83XpjzgHQ6jgm6B/AgwASf9JdGlG080AAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*!* jQuery UI Slider 1.8.21 */
.ui-slider {
  border: 1px solid #d0d6dd !important;
  border-radius: 100px!important;
  background: white;
  font-size: 90%;
  display: inline-block;
  position: relative;
  text-align: left;
}
.ui-slider-horizontal {
  height: 0.4em;
}
.ui-slider-handle {
  border: 1px solid #d0d6dd;
  background: #e3e8eb;
  border-radius: 3px;
  height: 1.1em;
  width: 1.1em;
  outline: none!important;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.ui-slider-handle.ui-state-hover {
  background: #cbe7fe;
  border: 1px solid #9ecdf8;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.55em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .4em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.4em;
  margin-left: 0;
  margin-bottom: -0.55em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
input[type="range"] {
  border: 1px solid #d0d6dd;
  border-radius: 100px;
  background: white;
  font-size: 90%;
  display: inline-block;
  height: 0.4em;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  top: 0;
  margin-left: 0;
  z-index: 1;
  border: 1px solid #d0d6dd;
  background: #e3e8eb;
  border-radius: 3px;
  height: 1.1em;
  width: 1.1em;
}
input[type="range"]::-webkit-slider-thumb:hover {
  background: #b7dbfb;
  border: 1px solid #b7dbfb;
}
/* jQuery UI General 1.8.21 */
.ui-widget {
  font-size: 90%;
}
body > .ui-autocomplete {
  font-size: 15px;
  line-height: 1.3em;
}
.ui-widget-content {
  border: 1px solid #d0d6dd;
  border-radius: 2px;
  background: white;
  color: #4d5a6a;
}
.ui-state-active {
  background-color: #cbe7fe;
}
.ui-state-highlight {
  box-shadow: 0 0 0 1px #d0d6dd inset;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .6;
  filter: alpha(opacity=70);
}
/* UI Autocomplete and tooltip */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-state-focus {
  background-color: #cbe7fe;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  border-color: #9ecdf8;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 9999;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/*!
 * jQuery UI Datepicker 1.8.21
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  font-size: 11pt!important;
  margin-top: -1px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 2.8em;
  height: 1.6em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 97%;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .3em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  vertical-align: baseline;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.hasDatepicker + span {
  margin: 0.1em 0 0 -0.9em;
  vertical-align: top;
  line-height: 1.1em;
  display: inline-block;
  width: 0.9em;
  color: #d0d6dd;
  font-size: 1.2em;
  pointer-events: none;
}
.hasDatepicker + span:before {
  content: "\f124";
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
/* jQuery UI Tooltip */
.ui-tooltip {
  padding: 8px 12px 9px 12px;
  position: absolute;
  z-index: 59999;
  max-width: 250px;
  min-width: 200px;
  box-shadow: 2px 2px 0px rgba(28, 32, 38, 0.08);
  border: 1px solid #d0d6dd;
  background-color: white;
  font-size: 90%;
  line-height: 1.3em;
  color: #6b9fdb;
  height: auto;
}
.ui-tooltip:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 10px;
  width: 11px;
  height: 11px;
  border: 1px solid #d0d6dd;
  border-top: none;
  border-right: none;
  background-color: white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 59998;
}
/* ------------------ Selectmenu ----------------------------------*/
.ui-selectmenu {
  display: block;
  position: relative;
  height: 2em;
  text-decoration: none;
  overflow: hidden;
}
.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  overflow: auto;
}
.ui-selectmenu-open {
  visibility: visible;
}
.ui-selectmenu-menu-popup {
  margin-top: -1px;
}
.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: normal !important;
}
.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .3em 1em;
  outline: none;
  text-decoration: none;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}
.ui-selectmenu-status {
  line-height: 1.4em;
}
.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}
/* CODEMIRROR */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font: 13px Cousine, 'PT Mono', Monaco, monospace;
  height: auto;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
}
/* DEFAULT THEME */
.cm-s-default .cm-keyword {
  color: #613494;
}
.cm-s-default .cm-atom {
  color: #ff4d01;
}
.cm-s-default .cm-number {
  color: #659c13;
}
.cm-s-default .cm-def {
  color: #c30c3b;
}
.cm-s-default .cm-variable {
  color: #33bfad;
}
.cm-s-default .cm-variable-2 {
  color: #0055aa;
}
.cm-s-default .cm-variable-3 {
  color: #008855;
}
.cm-s-default .cm-property {
  color: #434e5d;
}
.cm-s-default .cm-operator {
  color: #363636;
}
.cm-s-default .cm-comment {
  color: #4aaa00;
}
.cm-s-default .cm-string {
  color: #485e77;
}
.cm-s-default .cm-string-2 {
  color: #ff5500;
}
.cm-s-default .cm-meta {
  color: #555555;
}
.cm-s-default .cm-qualifier {
  color: #555555;
}
.cm-s-default .cm-builtin {
  color: #3300aa;
}
.cm-s-default .cm-bracket {
  color: #999977;
}
.cm-s-default .cm-tag {
  color: #73ac19;
}
.cm-s-default .cm-attribute {
  color: #0047cc;
}
.cm-s-default .cm-header {
  color: #b60000;
}
.cm-s-default .cm-quote {
  color: #f834c8;
}
.cm-s-default .cm-hr {
  color: #999999;
}
.cm-s-default .cm-link {
  color: #5481a0;
}
.cm-negative {
  color: #dd4444;
}
.cm-positive {
  color: #229922;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-error {
  color: #d62c49;
}
.cm-invalidchar {
  color: #ff0000;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #00ff00;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #ff2222;
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
  line-height: 1.307em;
  position: relative;
  overflow: hidden;
  background: white;
  color: #333333;
}
.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  padding-right: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
  line-height: 1.307em;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre {
  position: static;
}
.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffffaa;
  background: rgba(255, 255, 0, 0.4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span {
  *vertical-align: text-bottom;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}
/*

Name:       Base16 Default Light
Author:     Chris Kempson (http://chriskempson.com)

CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/
.cm-s-base16-light.CodeMirror {
  background: white;
  color: #202020;
}
.cm-s-base16-light div.CodeMirror-selected {
  background: #e0e0e0 !important;
}
.cm-s-base16-light .CodeMirror-cursor {
  border-left: 1px solid #505050 !important;
}
.cm-s-base16-light span.cm-comment {
  color: #8f5536;
}
.cm-s-base16-light span.cm-atom {
  color: #aa759f;
}
.cm-s-base16-light span.cm-number {
  color: #aa759f;
}
.cm-s-base16-light span.cm-property,
.cm-s-base16-light span.cm-attribute {
  color: #87A249;
}
.cm-s-base16-light span.cm-keyword {
  color: #ac4142;
}
.cm-s-base16-light span.cm-string {
  color: #F3A062;
}
.cm-s-base16-light span.cm-variable {
  color: #90a959;
}
.cm-s-base16-light span.cm-variable-2 {
  color: #6a9fb5;
}
.cm-s-base16-light span.cm-def {
  color: #d28445;
}
.cm-s-base16-light span.cm-bracket {
  color: #202020;
}
.cm-s-base16-light span.cm-tag {
  color: #ac4142;
}
.cm-s-base16-light span.cm-link {
  color: #aa759f;
}
.cm-s-base16-light span.cm-error {
  background: #ac4142;
  color: #ffffff;
}
.cm-s-base16-light .CodeMirror-activeline-background {
  background: #DDDCDC !important;
}
.cm-s-base16-light .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}
/* neo theme for codemirror */
/* Color scheme */
.cm-s-neo.CodeMirror {
  background-color: #ffffff;
  color: #2e383c;
  line-height: 1.4375;
}
.cm-s-neo .cm-comment {
  color: #75787b;
}
.cm-s-neo .cm-keyword,
.cm-s-neo .cm-property {
  color: #1d75b3;
}
.cm-s-neo .cm-atom,
.cm-s-neo .cm-number {
  color: #75438a;
}
.cm-s-neo .cm-node,
.cm-s-neo .cm-tag {
  color: #9c3328;
}
.cm-s-neo .cm-string {
  color: #b35e14;
}
.cm-s-neo .cm-variable,
.cm-s-neo .cm-qualifier {
  color: #047d65;
}
/* Editor styling */
.cm-s-neo pre {
  padding: 0;
}
/*
Copyright (C) 2011 by MarkLogic Corporation
Author: Mike Brevoort <mike@brevoort.com>

*/
.cm-s-xq-light span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: #5A5CAD;
}
.cm-s-xq-light span.cm-atom {
  color: #6C8CD5;
}
.cm-s-xq-light span.cm-number {
  color: #164;
}
.cm-s-xq-light span.cm-def {
  text-decoration: underline;
}
.cm-s-xq-light span.cm-variable {
  color: black;
}
.cm-s-xq-light span.cm-variable-2 {
  color: black;
}
.cm-s-xq-light span.cm-variable-3 {
  color: black;
}
.cm-s-xq-light span.cm-comment {
  color: #0080FF;
  font-style: italic;
}
.cm-s-xq-light span.cm-string {
  color: red;
}
.cm-s-xq-light span.cm-meta {
  color: yellow;
}
.cm-s-xq-light span.cm-qualifier {
  color: grey;
}
.cm-s-xq-light span.cm-builtin {
  color: #7EA656;
}
.cm-s-xq-light span.cm-bracket {
  color: #cc7;
}
.cm-s-xq-light span.cm-tag {
  color: #3F7F7F;
}
.cm-s-xq-light span.cm-attribute {
  color: #7F007F;
}
.cm-s-xq-light span.cm-error {
  color: #f00;
}
.cm-s-xq-light .CodeMirror-activeline-background {
  background: #e8f2ff !important;
}
.cm-s-xq-light .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: black !important;
  background: yellow;
}
/* REDACTOR */
.redactor_box {
  position: relative;
  overflow: visible;
  border: 1px solid #e3e8eb;
  background-color: #ffffff;
}
body .redactor_air {
  position: absolute;
  z-index: 19;
}
/*
Fullscreen
*/
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.redactor_box textarea,
.redactor_box textarea:focus {
  position: relative;
  z-index: 1004;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
  background-color: #38414c;
  box-shadow: none;
  color: #e3e8eb;
  font-size: 13px;
  font-family: Cousine, 'PT Mono', Monaco, monospace;
  resize: none;
}
.redactor_editor code,
.redactor_editor pre {
  font-family: Cousine, 'PT Mono', Monaco, monospace;
  font-size: 0.85em;
}
.redactor_editor,
.redactor_editor:focus {
  position: relative;
  overflow: auto;
  outline: none;
  box-shadow: none !important;
  white-space: normal;
  padding: 0.3em;
}
.redactor_editor .redactor_placeholder {
  color: #d0d6dd !important;
  display: block !important;
  margin-bottom: 10px !important;
}
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  max-width: 100%;
  width: auto;
}
.redactor_editor video,
.redactor_editor img {
  height: auto;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin: 0;
  margin-bottom: 10px !important;
  border: none;
  background: none !important;
  box-shadow: none !important;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important;
}
.redactor_editor blockquote {
  margin-left: 3em !important;
  color: #b9c0cb;
  font-style: italic !important;
}
.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important;
  border: none;
}
.redactor_editor dl dt {
  font-weight: bold;
}
.redactor_editor dd {
  margin-left: 1em;
}
.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important;
}
.redactor_editor table td {
  padding: 5px !important;
  border: 1px solid #e3e8eb;
  vertical-align: top;
}
.redactor_editor table thead td {
  border-bottom: 2px solid #b9c0cb !important;
  font-weight: bold !important;
}
.redactor_editor code {
  border: 1px solid #e3e8eb;
  border-radius: 2px;
  background: rgba(227, 232, 235, 0.35);
  padding: 1px 3px 1px 3px;
}
.redactor_editor pre code {
  background-color: none;
  padding: none;
  border: none;
}
.redactor_editor pre {
  overflow: auto;
  padding: 0.8em 1em 0.8em 1em;
  border: 1px solid #e3e8eb !important;
  border-radius: 3px !important;
  background: rgba(227, 232, 235, 0.35) !important;
  white-space: pre;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e8eb;
}
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0;
  padding: 0 !important;
  background: none;
  color: #4d5a6a;
  font-weight: bold;
}
.redactor_editor h1 {
  margin-bottom: 10px;
  font-size: 36px !important;
  line-height: 40px !important;
}
.redactor_editor h2 {
  margin-bottom: 10px;
  font-size: 30px !important;
  line-height: 38px !important;
}
.redactor_editor h3 {
  margin-bottom: 10px;
  font-size: 24px !important;
  line-height: 30px;
}
.redactor_editor h4 {
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height: 24px !important;
}
.redactor_editor h5 {
  margin-bottom: 10px;
  font-size: 1em !important;
}
.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: rgba(227, 232, 235, 0.35) !important;
}
.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym h6,
.redactor_editor_wym blockquote {
  margin: 0 0 5px 0;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
}
.redactor_editor_wym blockquote:before {
  content: '';
}
.redactor_editor_wym div {
  border: 1px dotted #aaa !important;
}
.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important;
}
.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important;
}
.redactor_editor_wym ul li ul,
.redactor_editor_wym ul li ol,
.redactor_editor_wym ol li ol,
.redactor_editor_wym ol li ul {
  border: none !important;
}
/*
TOOLBAR
*/
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0!important;
  background-color: #cbe0f8;
  list-style: none !important;
  font-size: 0;
  /* font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important; */
  line-height: 0 !important;
}
.redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.redactor_box .redactor_toolbar {
  border: none;
  border-bottom: 1px solid #C1D0DA;
}
.redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #C1D0DA;
}
body .redactor_air .redactor_toolbar {
  border-radius: 3px;
  transform: scale(1.28) translate(-20px, 1px);
  transform-origin: top left;
}
.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
}
.redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 !important;
  padding: 0;
  height: 27px;
  border-left: 1px solid #dbeffeb0;
}
.redactor_toolbar li a {
  display: block;
  width: 27px;
  height: 27px;
  padding: 1px;
  outline: none;
  border: none!important;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
}
.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}
.redactor_color_link {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0;
}
.redactor_toolbar li a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSI5MDAiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAsIDAsIDkwMCwgMjUiPgogIDxnIGlkPSJMYXllcl8xIj4KICAgIDxwYXRoIGQ9Ik0yMjEsOCBMMjIxLDE4IEwyMDcsMTggTDIwNyw4IEwyMjEsOCB6IE0yMTkuNiw5LjIgTDIwOC4zLDkuMiBMMjA4LjQsMTUuMiBMMjA5LjMsMTMuOSBDMjA5LjMsMTMuOCAyMDkuNCwxMy43IDIwOS41LDEzLjcgQzIwOS42LDEzLjcgMjA5LjcsMTMuOCAyMDkuNywxMy45IEwyMDkuNywxMy45IEwyMTAuNSwxNC43IEwyMTIuOSwxMS4xIEMyMTMuMCwxMS4wIDIxMy4yLDEwLjggMjEzLjMsMTAuOCBDMjEzLjUsMTAuOCAyMTMuNywxMC45IDIxMy44LDExLjEgTDIxMy44LDExLjEgTDIxNy4zLDE2LjcgQzIxNy4zLDE2LjcgMjE3LjMsMTYuNiAyMTcuMywxNi43IEwyMTkuNiwxNi43IEwyMTkuNiw5LjIgeiBNMjE5LjEsMTAuOSBDMjE5LjEsMTAuNCAyMTguNiw5LjkgMjE4LjEsOS45IEMyMTcuNSw5LjkgMjE3LjEsMTAuNCAyMTcuMSwxMC45IEMyMTcuMSwxMS40IDIxNy41LDExLjkgMjE4LjEsMTEuOSBDMjE4LjYsMTEuOSAyMTkuMSwxMS40IDIxOS4xLDEwLjkgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik0yMzgsNy41IEMyMzkuNSw3LjUgMjQ0LjIsOC4yIDI0NC4yLDguMiBDMjQ0LjIsOC4yIDI0NS4wLDExLjMgMjQ1LDEzIEMyNDQuOSwxNC40IDI0NC4yLDE3LjcgMjQ0LjIsMTcuNyBDMjQ0LjIsMTcuNyAyMzkuNSwxOC41IDIzOCwxOC41IEMyMzYuNCwxOC41IDIzMS43LDE3LjcgMjMxLjcsMTcuNyBDMjMxLjcsMTcuNyAyMzEuMCwxNC42IDIzMS4wLDEzIEMyMzAuOSwxMS4yIDIzMS43LDguMiAyMzEuNyw4LjIgQzIzMS43LDguMiAyMzYuNCw3LjUgMjM4LDcuNSB6IE0yMzgsOS4wIEMyMzcuNSw5LjAgMjM2LjUsOS4xIDIzNS4zLDkuMyBDMjM1LjAsOS4zIDIzNC44LDkuNCAyMzQuNSw5LjQgQzIzMy40LDkuNiAyMzMuOSw5LjUgMjMzLjAsOS42IEMyMzIuOSw5LjggMjMzLjAsOS42IDIzMi45LDEwLjIgQzIzMi44LDEwLjYgMjMyLjcsMTEuMCAyMzIuNiwxMS40IEMyMzIuNSwxMi4wIDIzMi41LDEyLjYgMjMyLjUsMTIuOSBDMjMyLjUsMTMuMyAyMzIuNiwxMy45IDIzMi43LDE0LjYgQzIzMi43LDE0LjkgMjMyLjgsMTUuMiAyMzIuOSwxNS41IEMyMzMuMCwxNi4yIDIzMi45LDE1LjkgMjMzLjAsMTYuMyBDMjMzLjksMTYuNCAyMzMuNCwxNi4zIDIzNC41LDE2LjUgQzIzNC44LDE2LjUgMjM1LjAsMTYuNiAyMzUuMywxNi42IEMyMzYuNSwxNi44IDIzNy41LDE2LjkgMjM4LDE2LjkgQzIzOC40LDE2LjkgMjM5LjQsMTYuOCAyNDAuNiwxNi42IEMyNDAuOSwxNi42IDI0MS4xLDE2LjUgMjQxLjQsMTYuNSBDMjQyLjUsMTYuMyAyNDIuMCwxNi40IDI0Mi45LDE2LjMgQzI0My4wLDE2LjAgMjQyLjksMTYuMiAyNDMuMCwxNS42IEMyNDMuMSwxNS4zIDI0My4xLDE1LjAgMjQzLjIsMTQuNyBDMjQzLjMsMTMuOSAyNDMuNCwxMy4zIDI0My40LDEyLjkgQzI0My40LDEyLjYgMjQzLjMsMTIuMCAyNDMuMiwxMS40IEMyNDMuMiwxMS4wIDI0My4xLDEwLjcgMjQzLjAsMTAuMyBDMjQyLjksOS43IDI0My4wLDkuOSAyNDIuOSw5LjYgQzI0Mi4wLDkuNSAyNDIuNSw5LjYgMjQxLjQsOS40IEMyNDEuMSw5LjQgMjQwLjksOS4zIDI0MC42LDkuMyBDMjM5LjQsOS4xIDIzOC40LDkuMCAyMzgsOS4wIHogTTIzOC41LDExLjYgTDIzNi40LDEwLjQgTDIzNi40LDEyLjkgTDIzNi40LDE1LjMgTDIzOC41LDE0LjEgTDI0MC42LDEyLjkgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik0xMC4zLDExLjAgTDEwLjMsOS4yIEw1LDExLjggTDUsMTMuMiBMMTAuMywxNS43IEwxMC4zLDEzLjkgTDYuOSwxMi41IEw2LjksMTIuNCB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTEyLjcsMTcgTDE0LjksOCBMMTMuMSw4IEwxMS4wLDE3IHoiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNMTUuNiwxMS4wIEwxOS4wLDEyLjQgTDE5LjAsMTIuNSBMMTUuNiwxMy45IEwxNS42LDE1LjcgTDIxLDEzLjIgTDIxLDExLjggTDE1LjYsOS4yIHoiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNMzguMiwxOCBMMzguMiw3IEwzNi4xLDcgQzM0LjAsNyAzMi41LDguMyAzMi41LDEwLjIgQzMyLjUsMTIuMCAzNC4xLDEzLjQgMzYuMSwxMy40IEwzNi4yLDEzLjQgTDM2LjIsMTggeiBNMzkuMywxOCBMNDEuMiwxOCBMNDEuMiw3IEwzOS4zLDcgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik02NC4yLDE4IEM2Ni41LDE4IDY4LDE2LjcgNjgsMTQuOCBDNjgsMTMuMyA2Ni44LDEyLjIgNjUuMywxMi4xIEw2NS4zLDEyLjEgQzY2LjUsMTEuOSA2Ny40LDEwLjkgNjcuNCw5LjcgQzY3LjQsOC4wIDY2LjIsNyA2NC4wLDcgTDU5LDcgTDU5LDE4IHogTTYxLjcsOC45IEw2My4zLDguOSBDNjQuMiw4LjkgNjQuOCw5LjQgNjQuOCwxMC4yIEM2NC44LDExLjAgNjQuMiwxMS40IDYzLjIsMTEuNCBMNjEuNywxMS40IHogTTYxLjcsMTYuMCBMNjEuNywxMy4xIEw2My40LDEzLjEgQzY0LjUsMTMuMSA2NS4xLDEzLjYgNjUuMSwxNC41IEM2NS4xLDE1LjUgNjQuNSwxNi4wIDYzLjQsMTYuMCB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTEzMi4xLDEyIEwxMzMuMSwxMiBMMTMzLjEsOCBMMTMyLjEsOCBMMTMxLjEsOC42IEwxMzEuMSw5LjUgTDEzMi4xLDguOCBMMTMyLjEsOC44IHogTTEzMC45LDE1LjIgQzEzMC45LDE0LjUgMTMxLjYsMTQgMTMyLjUsMTQgQzEzMy40LDE0IDEzNC4wLDE0LjQgMTM0LjAsMTUuMSBDMTM0LjAsMTUuNiAxMzMuNiwxNi4wIDEzMy4zLDE2LjMgTDEzMi40LDE3LjIgTDEzMi40LDE3LjIgTDEzNC4yLDE3LjEgTDEzNC4yLDE4IEwxMzEuMSwxOCBMMTMxLjEsMTcuMyBMMTMyLjYsMTUuOSBDMTMyLjksMTUuNiAxMzMuMCwxNS40IDEzMy4wLDE1LjEgQzEzMy4wLDE0LjkgMTMyLjgsMTQuNyAxMzIuNSwxNC43IEMxMzIuMiwxNC43IDEzMS45LDE0LjkgMTMxLjksMTUuMiBMMTMxLjksMTUuMyBMMTMwLjgsMTUuMyBMMTMwLjksMTUuMiB6IE0xMzUsOCBMMTM1LDEwIEwxNDUsMTAgTDE0NSw4IEwxMzUsOCB6IE0xMzUsMTIgTDEzNSwxNCBMMTQzLjEsMTQgTDE0My4xLDEyIEwxMzUsMTIgeiBNMTM1LDE2IEwxMzUsMTggTDE0MS4zLDE4IEwxNDEuMywxNiBMMTM1LDE2IHoiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNOTAuMyw4LjcgTDg4LjYsMTYuMiBMOTAuMSwxNi4yIEw4OS43LDE4IEw4NC4wLDE4IEw4NC40LDE2LjIgTDg1LjgsMTYuMiBMODcuNSw4LjcgTDg2LjAsOC43IEw4Ni40LDcgTDkxLjksNyBMOTEuNSw4LjcgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik0xMDYsOCBMMTA4LDggTDEwOCwxMCBMMTA2LDEwIEwxMDYsOCB6IE0xMDksOCBMMTA5LDEwIEwxMjAsMTAgTDEyMCw4IEwxMDksOCB6IE0xMDYsMTIgTDEwNiwxNCBMMTA4LDE0IEwxMDgsMTIgTDEwNiwxMiB6IE0xMDksMTIgTDEwOSwxNCBMMTE4LDE0IEwxMTgsMTIgTDEwOSwxMiB6IE0xMDYsMTYgTDEwNiwxOCBMMTA4LDE4IEwxMDgsMTYgTDEwNiwxNiB6IE0xMDksMTYgTDEwOSwxOCBMMTE2LDE4IEwxMTYsMTYgTDEwOSwxNiB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTM4MSw5IEwzOTUsOSBMMzk1LDExIEwzODEsMTEgTDM4MSw5IHogTTM4MSwxMiBMMzgxLDE0IEwzOTEsMTQgTDM5MSwxMiBMMzgxLDEyIHogTTM4MSwxNSBMMzgxLDE3IEwzODcsMTcgTDM4NywxNSBMMzgxLDE1IHoiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNNjMxLDkgTDY0NSw5IEw2NDUsMTEgTDYzMSwxMSBMNjMxLDkgeiBNNjMxLDEyIEw2MzEsMTQgTDY0MSwxNCBMNjQxLDEyIEw2MzEsMTIgeiBNNjMxLDE1IEw2MzEsMTcgTDYzNywxNyBMNjM3LDE1IEw2MzEsMTUgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik00MDYsMTIgTDQyMCwxMiBMNDIwLDE0IEw0MDYsMTQgTDQwNiwxMiB6IE00MDgsOSBMNDA4LDExIEw0MTgsMTEgTDQxOCw5IEw0MDgsOSB6IE00MTAsMTUgTDQxMCwxNyBMNDE2LDE3IEw0MTYsMTUgTDQxMCwxNSB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTQ1NSw5IEw0NjksOSBMNDY5LDExIEw0NTUsMTEgTDQ1NSw5IHogTTQ1NSwxMiBMNDU1LDE0IEw0NjksMTQgTDQ2OSwxMiBMNDU1LDEyIHogTTQ1NSwxNSBMNDU1LDE3IEw0NjEsMTcgTDQ2MSwxNSBMNDU1LDE1IHoiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNNDgxLDEyIEw0OTUsMTIgTDQ5NSwxMyBMNDgxLDEzIEw0ODEsMTIgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik01MDcsMTMgTDUxMS44LDEzIEw1MTEuOCwxNCBMNTA3LDE0IEw1MDcsMTMgeiBNNTE0LjIsMTMgTDUxNC4yLDE0IEw1MTksMTQgTDUxOSwxMyBMNTE0LjIsMTMgeiIgZmlsbD0iIzY5NzY4QyIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxwYXRoIGQ9Ik00NDUsOSBMNDMxLDkgTDQzMSwxMSBMNDQ1LDExIEw0NDUsOSB6IE00NDUsMTIgTDQ0NSwxNCBMNDM1LDE0IEw0MzUsMTIgTDQ0NSwxMiB6IE00NDUsMTUgTDQ0NSwxNyBMNDM4LDE3IEw0MzgsMTUgTDQ0NSwxNSB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTE1Niw4IEwxNzAsOCBMMTcwLDEwIEwxNTYsMTAgTDE1Niw4IHogTTE1NiwxMiBMMTU2LDE4IEwxNTksMTUgeiBNMTYwLDEyIEwxNjAsMTQgTDE3MCwxNCBMMTcwLDEyIEwxNjAsMTIgeiBNMTYwLDE2IEwxNjAsMTggTDE3MCwxOCBMMTcwLDE2IEwxNjAsMTYgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik00NC41LDIyIEw0Mi41LDIwIEw0Ni41LDIwIHoiIGZpbGw9IiM2OTc2OEMiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CiAgICA8cGF0aCBkPSJNMjkzLjUsMjIgTDI5MS41LDIwIEwyOTUuNSwyMCB6IiBmaWxsPSIjNjk3NjhDIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgogICAgPHBhdGggZD0iTTMxOC41LDIyIEwzMTYuNSwyMCBMMzIwLjUsMjAgeiIgZmlsbD0iIzY5NzY4QyIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxwYXRoIGQ9Ik02NDMuNSwyMiBMNjQxLjUsMjAgTDY0NS41LDIwIHoiIGZpbGw9IiM2OTc2OEMiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CiAgICA8cGF0aCBkPSJNMTgxLDggTDE5NSw4IEwxOTUsMTAgTDE4MSwxMCBMMTgxLDggeiBNMTgzLjUsMTIgTDE4My41LDE4IEwxODAuNSwxNSB6IE0xODUsMTIgTDE4NSwxNCBMMTk1LDE0IEwxOTUsMTIgTDE4NSwxMiB6IE0xODUsMTYgTDE4NSwxOCBMMTk1LDE4IEwxOTUsMTYgTDE4NSwxNiB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTI1Ny4yLDE4LjIgQzI1Ni4wLDE2LjYgMjU2LjMsMTQuMSAyNTcuOCwxMi44IEwyNjQuOSw3LjEgQzI2Ni4xLDYuMSAyNjcuOCw2LjMgMjY4LjgsNy40IEMyNjkuOCw4LjYgMjY5LjYsMTAuMyAyNjguNCwxMS4zIEwyNjEuNSwxNi45IEMyNjAuOCwxNy41IDI1OS43LDE3LjQgMjU5LjEsMTYuNyBDMjU4LjYsMTYuMCAyNTguNywxNS4wIDI1OS40LDE0LjQgTDI2NC41LDEwLjIgQzI2NC43LDEwLjAgMjY1LjEsMTAuMSAyNjUuMywxMC4zIEMyNjUuNSwxMC41IDI2NS40LDEwLjkgMjY1LjIsMTEuMSBMMjYwLjEsMTUuMyBDMjU5LjgsMTUuNCAyNTkuOCwxNS44IDI2MC4wLDE2LjAgQzI2MC4yLDE2LjMgMjYwLjUsMTYuMyAyNjAuOCwxNi4xIEMyNjAuOCwxNi4xIDI2Ny43LDEwLjUgMjY3LjcsMTAuNSBDMjY4LjQsOS45IDI2OC41LDguOCAyNjguMCw4LjEgQzI2Ny40LDcuNCAyNjYuMyw3LjMgMjY1LjYsNy45IEwyNTguNSwxMy43IEMyNTcuNSwxNC41IDI1Ny4yLDE2LjQgMjU4LjEsMTcuNSBDMjU5LjAsMTguNSAyNjEuMCwxOC43IDI2Mi4wLDE3LjggTDI2Ny4wLDEzLjcgQzI2Ny4yLDEzLjUgMjY3LjYsMTMuNiAyNjcuOCwxMy44IEMyNjguMCwxNC4wIDI2Ny45LDE0LjQgMjY3LjcsMTQuNiBMMjYyLjcsMTguNiBDMjYxLjIsMTkuOSAyNTguNSwxOS43IDI1Ny4yLDE4LjIiIGZpbGw9IiM0NDRFNUYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICA8cGF0aCBkPSJNMjgxLDcuNSBMMjk1LDcuNSBMMjk1LDE4LjUgTDI4MSwxOC41IEwyODEsNy41IHogTTI4Mi41LDkgTDI4Mi41LDE3IEwyOTMuNSwxNyBMMjkzLjUsOSBMMjgyLjUsOSB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTI4Niw5LjUgTDI4NiwxMSBMMjkwLDExIEwyOTAsOS41IEwyOTEsOS41IEwyOTEsMTEgTDI5MywxMSBMMjkzLDEyIEwyOTEsMTIgTDI5MSwxNCBMMjkzLDE0IEwyOTMsMTUgTDI5MSwxNSBMMjkxLDE2LjUgTDI5MCwxNi41IEwyOTAsMTUgTDI4NiwxNSBMMjg2LDE2LjUgTDI4NSwxNi41IEwyODUsMTUgTDI4MywxNSBMMjgzLDE0IEwyODUsMTQgTDI4NSwxMiBMMjgzLDEyIEwyODMsMTEgTDI4NSwxMSBMMjg1LDkuNSBMMjg2LDkuNSB6IE0yOTAsMTIgTDI4NiwxMiBMMjg2LDE0IEwyOTAsMTQgTDI5MCwxMiB6IiBmaWxsPSIjNjk3NjhDIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgogICAgPHBhdGggZD0iTTMwOSw5IEMzMTAuNCw5IDMxMS43LDkuOSAzMTIuMiwxMS4yIEwzMTAuNSwxMS4yIEMzMTAuMiwxMC43IDMwOS41LDEwLjUgMzA5LDEwLjUgQzMwNy44LDEwLjUgMzA3LDExLjMgMzA3LDEyLjUgQzMwNywxMy42IDMwNy44LDE0LjUgMzA5LDE0LjUgQzMwOS41LDE0LjQgMzEwLjIsMTQuMiAzMTAuNSwxMy43IEwzMTIuMiwxMy43IEMzMTEuNywxNS4xIDMxMC40LDE1LjkgMzA5LDE2IEMzMDcuMCwxNiAzMDUuNSwxNC40IDMwNS41LDEyLjUgQzMwNS41LDEwLjUgMzA3LjAsOSAzMDksOSBMMzA5LDkgeiBNMzE3LDkgQzMxNS41LDkuMCAzMTQuMiw5LjggMzEzLjcsMTEuMiBMMzE1LjQsMTEuMiBDMzE1LjcsMTAuNyAzMTYuNCwxMC41IDMxNywxMC41IEMzMTguMSwxMC41IDMxOSwxMS4zIDMxOSwxMi41IEMzMTksMTMuNiAzMTguMSwxNC41IDMxNywxNC41IEMzMTYuNCwxNC40IDMxNS43LDE0LjIgMzE1LjQsMTMuNyBMMzEzLjcsMTMuNyBDMzE0LjIsMTUuMCAzMTUuNSwxNiAzMTcsMTYgQzMxOC45LDE2IDMyMC41LDE0LjQgMzIwLjUsMTIuNSBDMzIwLjUsMTAuNSAzMTguOSw5IDMxNyw5IHogTTMwOC41LDExLjcgTDMwOC41LDEzLjIgTDMxNy41LDEzLjIgTDMxNy41LDExLjcgTDMwOC41LDExLjcgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik0zNTYsNyBMMzcwLDcgTDM3MCwxOCBMMzU2LDE4IEwzNTYsNyB6IiBmaWxsPSIjNjk3NjhDIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgogICAgPHBhdGggZD0iTTM2NC44LDE2LjcgTDM2Ny4xLDE2LjcgTDM2NC4zLDguMiBMMzYxLjYsOC4yIEwzNTguOCwxNi43IEwzNjEuMCwxNi43IEwzNjEuNSwxNC44IEwzNjQuMywxNC44IHogTTM2Mi45LDEwLjAgTDM2Mi45LDEwLjAgTDM2My45LDEzLjMgTDM2MS45LDEzLjMgeiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiLz4KICAgIDxwYXRoIGQ9Ik0zNDAuMiwxNyBMMzQzLDE3IEwzMzkuNiw3IEwzMzYuNSw3IEwzMzMuMSwxNyBMMzM1LjcsMTcgTDMzNi4zLDE0LjggTDMzOS42LDE0LjggeiBNMzM4LjAsOS4xIEwzMzguMCw5LjEgTDMzOS4xLDEyLjkgTDMzNi44LDEyLjkgeiIgZmlsbD0iIzQ0NEU1RiIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KICAgIDxwYXRoIGQ9Ik0zMzMsMTggTDMzNi4zLDE4IEwzMzYuMywyMCBMMzMzLDIwIEwzMzMsMTggeiIgZmlsbD0iIzcyQTNGNCIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxwYXRoIGQ9Ik0zNDMsMTggTDMzOS42LDE4IEwzMzkuNiwyMCBMMzQzLDIwIEwzNDMsMTggeiIgZmlsbD0iI0ZGOTY4MiIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxwYXRoIGQ9Ik0zMzkuNiwxOCBMMzM2LjMsMTggTDMzNi4zLDIwIEwzMzkuNiwyMCBMMzM5LjYsMTggeiIgZmlsbD0iIzYxRDM0QyIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxwYXRoIGQ9Ik01MTQuMywxOCBMNTE0LjMsOS4yIEw1MTcuNCw5LjIgTDUxNy40LDcgTDUwOC41LDcgTDUwOC41LDkuMiBMNTExLjYsOS4yIEw1MTEuNiwxOCB6IiBmaWxsPSIjNDQ0RTVGIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgogICAgPHBhdGggZD0iTTAsMCBMMSwwIEwxLDEgTDAsMSBMMCwwIHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtb3BhY2l0eT0iMC4wIi8+CiAgICA8cGF0aCBkPSJNODk5LDI0IEw5MDAsMjQgTDkwMCwyNSBMODk5LDI1IEw4OTksMjQgeiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjAiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: background-color 0.2s;
}
.redactor_toolbar li a:hover {
  outline: none;
  background-color: #ddf1ff;
  opacity: 0.9;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  background-color: #ddf1ff;
}
.redactor_button_disabled {
  opacity: .3 ;
}
.redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
/*
BUTTONS
step 25px
*/
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}
body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}
body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}
body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}
body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}
body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}
body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}
body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -175px;
}
body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -150px;
}
body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}
body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}
body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}
body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}
body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}
body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}
body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}
body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}
body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}
body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}
body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}
body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -476px;
}
body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}
body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}
body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}
body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}
body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}
body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}
body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}
body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}
body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}
body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}
body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}
body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}
body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}
body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}
body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}
/*
Toolbar classes
*/
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.redactor_format_pre {
  font-family: Cousine, 'PT Mono', Monaco, monospace;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold;
}
.redactor_format_h1 {
  font-size: 27px;
  line-height: 30px;
}
.redactor_format_h2 {
  font-size: 23px;
  line-height: 26px;
}
.redactor_format_h3 {
  font-size: 19px;
  line-height: 21px;
}
.redactor_format_h4 {
  font-size: 16px;
  line-height: 19px;
}
.redactor_format_h5 {
  font-size: 14px;
  line-height: 17px;
}
/*
DROPDOWN
*/
.redactor_dropdown {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 18;
  padding: 12px;
  width: 230px;
  background-color: #f7fbff;
  font-size: 85%;
  line-height: 1.2em;
  transform: translate(-4px, 2px);
  border-radius: 3px;
  border: 4px solid #cae0f8;
}
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #cae0f8;
  font-size: 0;
  line-height: 0;
}
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #384a5c;
  text-decoration: none;
}
.redactor_dropdown a:hover {
  background-color: #ddf1ff;
  color: #384a5c!important;
  text-decoration: none;
}
.redactor_dropdown a.redactor_color_none {
  display: inline-block;
  text-align: center;
  width: 100%;
}
/* MODAL */
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 39, 59, 0.88);
}
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 15px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 69px 10px rgba(0, 20, 47, 0.5);
  color: #4d5a6a;
  font-size: 17px;
  line-height: 23px;
}
#redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: 500;
}
#redactor_modal section {
  padding: 20px 30px;
}
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #16325a;
  font-size: 20px;
  cursor: pointer;
}
#redactor_modal_close:hover {
  color: #2d66b8;
}
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 90%;
}
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
}
.redactor_input {
  width: 99%;
}
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px;
}
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
#redactor_tabs {
  margin: 5px 0 12px 0;
}
#redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #b9c0cb;
  border-radius: 15px;
  background-color: #fff;
  color: #7e8896;
  text-decoration: none;
  font-size: 11pt;
  line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
  padding: 4px 14px;
  border: none;
  background-color: #cbe7fe;
  border: 1px solid #cbe7fe;
  color: #234f8f !important;
  text-decoration: none !important;
}
#redactor_modal footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
}
#redactor_modal textarea {
  line-height: 1.4em;
}
#redactor_modal .redactor_modal_btn {
  font-size: 95%;
  margin: 5px 2px 0 0;
}
.xredactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  outline: none;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.xredactor_modal_btn:hover {
  color: #555;
  background: none;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  filter: none;
}
#redactor_modal #redactor_modal_footer {
  margin-top: 8px;
}
#redactor_modal .redactor_btn_modal_close {
  display: none;
}
#redactor_modal .ui-draggable-handle {
  width: 90%;
}
/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
/* jquery.Jcrop.css v0.9.12 mod ermouth */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  background: #ffffff;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}
.jcrop-handle {
  background-color: #38414c;
  border: 1px #e3e8eb solid;
  font-size: 1px;
  height: 13px;
  width: 13px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -7px;
  margin-left: -7px;
}
.jcrop-handle.ord-e {
  margin-right: -7px;
  margin-top: -7px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -7px;
  margin-top: -7px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -7px;
  margin-top: -7px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -7px;
  margin-right: -7px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
  margin-left: -7px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 13px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 13px;
}
.jcrop-dragbar.ord-n {
  margin-top: -7px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -7px;
}
.jcrop-dragbar.ord-e {
  margin-right: -7px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -7px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #FFF;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.jcrop-holder div {
  position: static;
}
/* jsondiff */
.jsondiffpatch-delta {
  font-family: Cousine, 'PT Mono', Monaco, monospace;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 12px;
  display: inline-block;
}
.jsondiffpatch-delta pre {
  font-family: Cousine, 'PT Mono', Monaco, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.jsondiffpatch-delta {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-delta ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-added .jsondiffpatch-property-name,
.jsondiffpatch-added .jsondiffpatch-value pre,
.jsondiffpatch-modified .jsondiffpatch-right-value pre,
.jsondiffpatch-textdiff-added {
  background: #e0f5c6;
}
.jsondiffpatch-deleted .jsondiffpatch-property-name,
.jsondiffpatch-deleted pre,
.jsondiffpatch-modified .jsondiffpatch-left-value pre,
.jsondiffpatch-textdiff-deleted {
  background: #fed3d3;
  text-decoration: line-through;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination {
  color: #657180;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination > .jsondiffpatch-value {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow-y: hidden;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  display: block;
}
.jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow {
  display: none;
}
.jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-property-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.jsondiffpatch-property-name:after {
  content: ': ';
}
.jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after {
  content: ': [';
}
.jsondiffpatch-child-node-type-array:after {
  content: '],';
}
div.jsondiffpatch-child-node-type-array:before {
  content: '[';
}
div.jsondiffpatch-child-node-type-array:after {
  content: ']';
}
.jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after {
  content: ': {';
}
.jsondiffpatch-child-node-type-object:after {
  content: '},';
}
div.jsondiffpatch-child-node-type-object:before {
  content: '{';
}
div.jsondiffpatch-child-node-type-object:after {
  content: '}';
}
.jsondiffpatch-value pre:after {
  content: ',';
}
li:last-child > .jsondiffpatch-value pre:after,
.jsondiffpatch-modified > .jsondiffpatch-left-value pre:after {
  content: '';
}
.jsondiffpatch-modified .jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-modified .jsondiffpatch-right-value {
  margin-left: 5px;
}
.jsondiffpatch-moved .jsondiffpatch-value {
  display: none;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination {
  display: inline-block;
  background: #ffed81;
  color: #4d5a6a;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination:before {
  content: ' => ';
}
ul.jsondiffpatch-textdiff {
  padding: 0;
}
.jsondiffpatch-textdiff-location {
  color: #7e8896;
  display: inline-block;
  min-width: 60px;
}
.jsondiffpatch-textdiff-line {
  display: inline-block;
}
.jsondiffpatch-textdiff-line-number:after {
  content: ',';
}
.jsondiffpatch-error {
  background: #d62c49;
  color: white;
  font-weight: bold;
}
/*sysnotes*/
#cw-notes {
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 290px;
  padding: 0px;
  z-index: 2002;
}
#cw-notes > div {
  margin-bottom: 15px;
  border-radius: 4px;
  width: 290px;
  padding: 15px;
  background-color: rgba(35, 79, 143, 0.9);
  /*border:1px solid white;*/
  box-shadow: 0 0 0 1px white;
  color: white;
  font-size: 12pt;
  line-height: 15pt;
  word-wrap: break-word;
  overflow: hidden;
}
#cw-notes > div.error {
  background-color: rgba(234, 114, 134, 0.9);
}
#cw-notes > div.warning {
  background-color: rgba(255, 229, 99, 0.9);
  color: #ffb700;
}
#cw-notes > div.ok {
  background-color: rgba(224, 245, 198, 0.9);
  color: #659c13;
}
/* ====== FI ICONS ====== */
.ico32 {
  background-position: 15px 12px;
  background-repeat: no-repeat;
}
/* Chevrons */
.adown:before,
.aright:before,
.aleft:before,
.aup:before {
  border-style: solid;
  border-width: 0.14em 0.14em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  left: 0.35em;
  position: relative;
  top: 0.05em;
  transform-origin: center;
  transform: rotate(-45deg);
  vertical-align: baseline;
  width: 0.3em;
  transition: opacity 0.3s;
  opacity: 0.6;
  white-space: normal;
}
.adown:hover:before,
.aright:hover:before,
.aleft:hover:before,
.aup:hover:before {
  opacity: 0.9;
}
.aright:before {
  left: 0.2em;
  top: -0.07em;
  transform: rotate(45deg);
}
.adown:before {
  top: -0.16em;
  transform: rotate(135deg);
}
.aleft:before {
  top: -0.12em;
  left: 0.45em;
  transform: rotate(-135deg);
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("foundation-icons.eot");
  src: url("foundation-icons.eot?#iefix") format("embedded-opentype"), url("foundation-icons.woff") format("woff"), url("foundation-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.fi-address-book:before {
  content: "\f100";
}
.fi-alert:before {
  content: "\f101";
}
.fi-align-center:before {
  content: "\f102";
}
.fi-align-justify:before {
  content: "\f103";
}
.fi-align-left:before {
  content: "\f104";
}
.fi-align-right:before {
  content: "\f105";
}
.fi-anchor:before {
  content: "\f106";
}
.fi-annotate:before {
  content: "\f107";
}
.fi-archive:before {
  content: "\f108";
}
.fi-arrow-down:before {
  content: "\f109";
}
.fi-arrow-left:before {
  content: "\f10a";
}
.fi-arrow-right:before {
  content: "\f10b";
}
.fi-arrow-up:before {
  content: "\f10c";
}
.fi-arrows-compress:before {
  content: "\f10d";
}
.fi-arrows-expand:before {
  content: "\f10e";
}
.fi-arrows-in:before {
  content: "\f10f";
}
.fi-arrows-out:before {
  content: "\f110";
}
.fi-asl:before {
  content: "\f111";
}
.fi-asterisk:before {
  content: "\f112";
}
.fi-at-sign:before {
  content: "\f113";
}
.fi-background-color:before {
  content: "\f114";
}
.fi-battery-empty:before {
  content: "\f115";
}
.fi-battery-full:before {
  content: "\f116";
}
.fi-battery-half:before {
  content: "\f117";
}
.fi-bitcoin-circle:before {
  content: "\f118";
}
.fi-bitcoin:before {
  content: "\f119";
}
.fi-blind:before {
  content: "\f11a";
}
.fi-bluetooth:before {
  content: "\f11b";
}
.fi-bold:before {
  content: "\f11c";
}
.fi-book-bookmark:before {
  content: "\f11d";
}
.fi-book:before {
  content: "\f11e";
}
.fi-bookmark:before {
  content: "\f11f";
}
.fi-braille:before {
  content: "\f120";
}
.fi-burst-new:before {
  content: "\f121";
}
.fi-burst-sale:before {
  content: "\f122";
}
.fi-burst:before {
  content: "\f123";
}
.fi-calendar:before {
  content: "\f124";
}
.fi-camera:before {
  content: "\f125";
}
.fi-check:before {
  content: "\f126";
}
.fi-checkbox:before {
  content: "\f127";
}
.fi-clipboard-notes:before {
  content: "\f128";
}
.fi-clipboard-pencil:before {
  content: "\f129";
}
.fi-clipboard:before {
  content: "\f12a";
}
.fi-clock:before {
  content: "\f12b";
}
.fi-closed-caption:before {
  content: "\f12c";
}
.fi-cloud:before {
  content: "\f12d";
}
.fi-comment-minus:before {
  content: "\f12e";
}
.fi-comment-quotes:before {
  content: "\f12f";
}
.fi-comment-video:before {
  content: "\f130";
}
.fi-comment:before {
  content: "\f131";
}
.fi-comments:before {
  content: "\f132";
}
.fi-compass:before {
  content: "\f133";
}
.fi-contrast:before {
  content: "\f134";
}
.fi-credit-card:before {
  content: "\f135";
}
.fi-crop:before {
  content: "\f136";
}
.fi-crown:before {
  content: "\f137";
}
.fi-css3:before {
  content: "\f138";
}
.fi-database:before {
  content: "\f139";
}
.fi-die-five:before {
  content: "\f13a";
}
.fi-die-four:before {
  content: "\f13b";
}
.fi-die-one:before {
  content: "\f13c";
}
.fi-die-six:before {
  content: "\f13d";
}
.fi-die-three:before {
  content: "\f13e";
}
.fi-die-two:before {
  content: "\f13f";
}
.fi-dislike:before {
  content: "\f140";
}
.fi-dollar-bill:before {
  content: "\f141";
}
.fi-dollar:before {
  content: "\f142";
}
.fi-download:before {
  content: "\f143";
}
.fi-eject:before {
  content: "\f144";
}
.fi-elevator:before {
  content: "\f145";
}
.fi-euro:before {
  content: "\f146";
}
.fi-eye:before {
  content: "\f147";
}
.fi-fast-forward:before {
  content: "\f148";
}
.fi-female-symbol:before {
  content: "\f149";
}
.fi-female:before {
  content: "\f14a";
}
.fi-filter:before {
  content: "\f14b";
}
.fi-first-aid:before {
  content: "\f14c";
}
.fi-flag:before {
  content: "\f14d";
}
.fi-folder-add:before {
  content: "\f14e";
}
.fi-folder-lock:before {
  content: "\f14f";
}
.fi-folder:before {
  content: "\f150";
}
.fi-foot:before {
  content: "\f151";
}
.fi-foundation:before {
  content: "\f152";
}
.fi-graph-bar:before {
  content: "\f153";
}
.fi-graph-horizontal:before {
  content: "\f154";
}
.fi-graph-pie:before {
  content: "\f155";
}
.fi-graph-trend:before {
  content: "\f156";
}
.fi-guide-dog:before {
  content: "\f157";
}
.fi-hearing-aid:before {
  content: "\f158";
}
.fi-heart:before {
  content: "\f159";
}
.fi-home:before {
  content: "\f15a";
}
.fi-html5:before {
  content: "\f15b";
}
.fi-indent-less:before {
  content: "\f15c";
}
.fi-indent-more:before {
  content: "\f15d";
}
.fi-info:before {
  content: "\f15e";
}
.fi-italic:before {
  content: "\f15f";
}
.fi-key:before {
  content: "\f160";
}
.fi-laptop:before {
  content: "\f161";
}
.fi-layout:before {
  content: "\f162";
}
.fi-lightbulb:before {
  content: "\f163";
}
.fi-like:before {
  content: "\f164";
}
.fi-link:before {
  content: "\f165";
}
.fi-list-bullet:before {
  content: "\f166";
}
.fi-list-number:before {
  content: "\f167";
}
.fi-list-thumbnails:before {
  content: "\f168";
}
.fi-list:before {
  content: "\f169";
}
.fi-lock:before {
  content: "\f16a";
}
.fi-loop:before {
  content: "\f16b";
}
.fi-magnifying-glass:before {
  content: "\f16c";
}
.fi-mail:before {
  content: "\f16d";
}
.fi-male-female:before {
  content: "\f16e";
}
.fi-male-symbol:before {
  content: "\f16f";
}
.fi-male:before {
  content: "\f170";
}
.fi-map:before {
  content: "\f171";
}
.fi-marker:before {
  content: "\f172";
}
.fi-megaphone:before {
  content: "\f173";
}
.fi-microphone:before {
  content: "\f174";
}
.fi-minus-circle:before {
  content: "\f175";
}
.fi-minus:before {
  content: "\f176";
}
.fi-mobile-signal:before {
  content: "\f177";
}
.fi-mobile:before {
  content: "\f178";
}
.fi-monitor:before {
  content: "\f179";
}
.fi-mountains:before {
  content: "\f17a";
}
.fi-music:before {
  content: "\f17b";
}
.fi-next:before {
  content: "\f17c";
}
.fi-no-dogs:before {
  content: "\f17d";
}
.fi-no-smoking:before {
  content: "\f17e";
}
.fi-page-add:before {
  content: "\f17f";
}
.fi-page-copy:before {
  content: "\f180";
}
.fi-page-csv:before {
  content: "\f181";
}
.fi-page-delete:before {
  content: "\f182";
}
.fi-page-doc:before {
  content: "\f183";
}
.fi-page-edit:before {
  content: "\f184";
}
.fi-page-export-csv:before {
  content: "\f185";
}
.fi-page-export-doc:before {
  content: "\f186";
}
.fi-page-export-pdf:before {
  content: "\f187";
}
.fi-page-export:before {
  content: "\f188";
}
.fi-page-filled:before {
  content: "\f189";
}
.fi-page-multiple:before {
  content: "\f18a";
}
.fi-page-pdf:before {
  content: "\f18b";
}
.fi-page-remove:before {
  content: "\f18c";
}
.fi-page-search:before {
  content: "\f18d";
}
.fi-page:before {
  content: "\f18e";
}
.fi-paint-bucket:before {
  content: "\f18f";
}
.fi-paperclip:before {
  content: "\f190";
}
.fi-pause:before {
  content: "\f191";
}
.fi-paw:before {
  content: "\f192";
}
.fi-paypal:before {
  content: "\f193";
}
.fi-pencil:before {
  content: "\f194";
}
.fi-photo:before {
  content: "\f195";
}
.fi-play-circle:before {
  content: "\f196";
}
.fi-play-video:before {
  content: "\f197";
}
.fi-play:before {
  content: "\f198";
}
.fi-plus:before {
  content: "\f199";
}
.fi-pound:before {
  content: "\f19a";
}
.fi-power:before {
  content: "\f19b";
}
.fi-previous:before {
  content: "\f19c";
}
.fi-price-tag:before {
  content: "\f19d";
}
.fi-pricetag-multiple:before {
  content: "\f19e";
}
.fi-print:before {
  content: "\f19f";
}
.fi-prohibited:before {
  content: "\f1a0";
}
.fi-projection-screen:before {
  content: "\f1a1";
}
.fi-puzzle:before {
  content: "\f1a2";
}
.fi-quote:before {
  content: "\f1a3";
}
.fi-record:before {
  content: "\f1a4";
}
.fi-refresh:before {
  content: "\f1a5";
}
.fi-results-demographics:before {
  content: "\f1a6";
}
.fi-results:before {
  content: "\f1a7";
}
.fi-rewind-ten:before {
  content: "\f1a8";
}
.fi-rewind:before {
  content: "\f1a9";
}
.fi-rss:before {
  content: "\f1aa";
}
.fi-safety-cone:before {
  content: "\f1ab";
}
.fi-save:before {
  content: "\f1ac";
}
.fi-share:before {
  content: "\f1ad";
}
.fi-sheriff-badge:before {
  content: "\f1ae";
}
.fi-shield:before {
  content: "\f1af";
}
.fi-shopping-bag:before {
  content: "\f1b0";
}
.fi-shopping-cart:before {
  content: "\f1b1";
}
.fi-shuffle:before {
  content: "\f1b2";
}
.fi-skull:before {
  content: "\f1b3";
}
.fi-social-500px:before {
  content: "\f1b4";
}
.fi-social-adobe:before {
  content: "\f1b5";
}
.fi-social-amazon:before {
  content: "\f1b6";
}
.fi-social-android:before {
  content: "\f1b7";
}
.fi-social-apple:before {
  content: "\f1b8";
}
.fi-social-behance:before {
  content: "\f1b9";
}
.fi-social-bing:before {
  content: "\f1ba";
}
.fi-social-blogger:before {
  content: "\f1bb";
}
.fi-social-delicious:before {
  content: "\f1bc";
}
.fi-social-designer-news:before {
  content: "\f1bd";
}
.fi-social-deviant-art:before {
  content: "\f1be";
}
.fi-social-digg:before {
  content: "\f1bf";
}
.fi-social-dribbble:before {
  content: "\f1c0";
}
.fi-social-drive:before {
  content: "\f1c1";
}
.fi-social-dropbox:before {
  content: "\f1c2";
}
.fi-social-evernote:before {
  content: "\f1c3";
}
.fi-social-facebook:before {
  content: "\f1c4";
}
.fi-social-flickr:before {
  content: "\f1c5";
}
.fi-social-forrst:before {
  content: "\f1c6";
}
.fi-social-foursquare:before {
  content: "\f1c7";
}
.fi-social-game-center:before {
  content: "\f1c8";
}
.fi-social-github:before {
  content: "\f1c9";
}
.fi-social-google-plus:before {
  content: "\f1ca";
}
.fi-social-hacker-news:before {
  content: "\f1cb";
}
.fi-social-hi5:before {
  content: "\f1cc";
}
.fi-social-instagram:before {
  content: "\f1cd";
}
.fi-social-joomla:before {
  content: "\f1ce";
}
.fi-social-lastfm:before {
  content: "\f1cf";
}
.fi-social-linkedin:before {
  content: "\f1d0";
}
.fi-social-medium:before {
  content: "\f1d1";
}
.fi-social-myspace:before {
  content: "\f1d2";
}
.fi-social-orkut:before {
  content: "\f1d3";
}
.fi-social-path:before {
  content: "\f1d4";
}
.fi-social-picasa:before {
  content: "\f1d5";
}
.fi-social-pinterest:before {
  content: "\f1d6";
}
.fi-social-rdio:before {
  content: "\f1d7";
}
.fi-social-reddit:before {
  content: "\f1d8";
}
.fi-social-skillshare:before {
  content: "\f1d9";
}
.fi-social-skype:before {
  content: "\f1da";
}
.fi-social-smashing-mag:before {
  content: "\f1db";
}
.fi-social-snapchat:before {
  content: "\f1dc";
}
.fi-social-spotify:before {
  content: "\f1dd";
}
.fi-social-squidoo:before {
  content: "\f1de";
}
.fi-social-stack-overflow:before {
  content: "\f1df";
}
.fi-social-steam:before {
  content: "\f1e0";
}
.fi-social-stumbleupon:before {
  content: "\f1e1";
}
.fi-social-treehouse:before {
  content: "\f1e2";
}
.fi-social-tumblr:before {
  content: "\f1e3";
}
.fi-social-twitter:before {
  content: "\f1e4";
}
.fi-social-vimeo:before {
  content: "\f1e5";
}
.fi-social-windows:before {
  content: "\f1e6";
}
.fi-social-xbox:before {
  content: "\f1e7";
}
.fi-social-yahoo:before {
  content: "\f1e8";
}
.fi-social-yelp:before {
  content: "\f1e9";
}
.fi-social-youtube:before {
  content: "\f1ea";
}
.fi-social-zerply:before {
  content: "\f1eb";
}
.fi-social-zurb:before {
  content: "\f1ec";
}
.fi-sound:before {
  content: "\f1ed";
}
.fi-star:before {
  content: "\f1ee";
}
.fi-stop:before {
  content: "\f1ef";
}
.fi-strikethrough:before {
  content: "\f1f0";
}
.fi-subscript:before {
  content: "\f1f1";
}
.fi-superscript:before {
  content: "\f1f2";
}
.fi-tablet-landscape:before {
  content: "\f1f3";
}
.fi-tablet-portrait:before {
  content: "\f1f4";
}
.fi-target-two:before {
  content: "\f1f5";
}
.fi-target:before {
  content: "\f1f6";
}
.fi-telephone-accessible:before {
  content: "\f1f7";
}
.fi-telephone:before {
  content: "\f1f8";
}
.fi-text-color:before {
  content: "\f1f9";
}
.fi-thumbnails:before {
  content: "\f1fa";
}
.fi-ticket:before {
  content: "\f1fb";
}
.fi-torso-business:before {
  content: "\f1fc";
}
.fi-torso-female:before {
  content: "\f1fd";
}
.fi-torso:before {
  content: "\f1fe";
}
.fi-torsos-all-female:before {
  content: "\f1ff";
}
.fi-torsos-all:before {
  content: "\f200";
}
.fi-torsos-female-male:before {
  content: "\f201";
}
.fi-torsos-male-female:before {
  content: "\f202";
}
.fi-torsos:before {
  content: "\f203";
}
.fi-trash:before {
  content: "\f204";
}
.fi-trees:before {
  content: "\f205";
}
.fi-trophy:before {
  content: "\f206";
}
.fi-underline:before {
  content: "\f207";
}
.fi-universal-access:before {
  content: "\f208";
}
.fi-unlink:before {
  content: "\f209";
}
.fi-unlock:before {
  content: "\f20a";
}
.fi-upload-cloud:before {
  content: "\f20b";
}
.fi-upload:before {
  content: "\f20c";
}
.fi-usb:before {
  content: "\f20d";
}
.fi-video:before {
  content: "\f20e";
}
.fi-volume-none:before {
  content: "\f20f";
}
.fi-volume-strike:before {
  content: "\f210";
}
.fi-volume:before {
  content: "\f211";
}
.fi-web:before {
  content: "\f212";
}
.fi-wheelchair:before {
  content: "\f213";
}
.fi-widget:before {
  content: "\f214";
}
.fi-wrench:before {
  content: "\f215";
}
.fi-x-circle:before {
  content: "\f216";
}
.fi-x:before {
  content: "\f217";
}
.fi-yen:before {
  content: "\f218";
}
.fi-zoom-in:before {
  content: "\f219";
}
.fi-zoom-out:before {
  content: "\f21a";
}
/* my-error */
/* errors, general inputs */
.my-error input:not([type=radio]):not([type=checkbox]),
.my-error textarea,
.my-error button {
  border: 1px solid #fcc1c7;
  color: #d62c49;
}
.my-error input:not([type=radio]):not([type=checkbox]):focus,
.my-error textarea:focus {
  border: 1px solid #ea7286;
}
.my-error .label,
.my-error label,
.my-error {
  color: #ea7286 !important;
}
.my-error input[type="range"]::-webkit-slider-thumb {
  border: 1px solid #fcc1c7;
  background-color: #fed3d3;
}
.my-error input[type="range"]:focus ::-webkit-slider-thumb {
  border: 1px solid #ea7286;
  background-color: #fed3d3;
}
/* errors, select2 */
.my-error .select2-container .select2-choice {
  border: 1px solid #fcc1c7 !important;
}
.my-error .select2-container.select2-container-active .select2-choice {
  border: 1px solid #ea7286 !important;
}
.my-error .select2-container .select2-choice > .select2-chosen {
  color: #d62c49;
}
.my-error .select2-container .select2-choice.select2-default > .select2-chosen {
  color: #b9c0cb;
}
.my-error .select2-dropdown-open .select2-choice .select2-arrow,
.my-error .select2-dropdown-open.select2-container-active .select2-choice .select2-arrow {
  border-left: none!important;
}
.my-error .select2-container-multi .select2-choices {
  border: 1px solid #fcc1c7 !important;
}
.my-error .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ea7286 !important;
}
.my-error .select2-container-multi .select2-choices .select2-search-choice {
  background-color: #fed3d3;
  color: #d62c49;
}
.my-error .select2-dropdown-open .select2-choice {
  background-color: rgba(250, 171, 184, 0.35);
}
/* errors, tags */
.my-error .my-tags .tag {
  color: #ea7286;
}
.my-error .my-tags .tag.active {
  background-color: #fed3d3;
  color: #d62c49;
}
/* errors, modal */
.my-error > div.my-modal {
  border-color: rgba(250, 171, 184, 0.35);
  box-shadow: 0 0 11px 6px rgba(173, 34, 57, 0.92), 0 0 6px rgba(173, 34, 57, 0.85);
}
.my-error > div.my-modal.nose-left:before,
.my-error > div.my-modal.nose-right:before,
.my-error > div.my-modal.nose-top:before,
.my-error > div.my-modal.nose-bottom:before {
  border-bottom-color: rgba(250, 171, 184, 0.35);
  border-left-color: rgba(250, 171, 184, 0.35);
}
/* errors, jqui */
.my-error .ui-slider {
  border: 1px solid #fcc1c7 !important;
}
.my-error .ui-slider-handle {
  border: 1px solid #fcc1c7;
  background: #fed3d3;
}
.my-error .ui-slider-handle.ui-state-focus {
  border: 1px solid #ea7286;
}
