html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  height: 100%;
}
/*
html
  @media only screen and (min-width: 1110px)
    font-size $main-font-size-big
  @media only screen and (max-width: 1109px)
    font-size $main-font-size-small
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  cursor: auto;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  color: #323232;
  line-height: 1.62;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #084a98;
  text-decoration: none;
}
a:hover,
a:focus {
  cursor: pointer;
  color: #085aa8;
  text-decoration: underline;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-size: 62%;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
.h1.bold,
.h2.bold,
.h3.bold,
.h4.bold,
.h5.bold,
.h6.bold,
h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong,
.h1.strong,
.h2.strong,
.h3.strong,
.h4.strong,
.h5.strong,
.h6.strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2 {
  position: relative;
  z-index: 20;
  font-size: 2.8em;
  text-transform: uppercase;
  text-align: center;
  color: #0055a5;
}
h1.with-shadow,
.h1.with-shadow,
h2.with-shadow,
.h2.with-shadow {
  -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -o-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -ms-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
h3,
.h3 {
  font-size: 1em;
}
h4,
.h4 {
  font-size: 0.86em;
  font-weight: normal;
}
h5,
.h5 {
  font-size: 0.75em;
}
h6,
.h6 {
  font-size: 0.62em;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: -0.33em;
}
p:last-child {
  margin-bottom: -0.33em;
}
hr {
  width: 100%;
  margin: 1em 0;
  border-top: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
b,
.bold {
  font-weight: 700;
}
strong,
.strong {
  font-weight: 600;
}
mark,
.mark {
  background: #fcefaa;
  color: #000;
}
blockquote,
q {
  position: relative;
  display: block;
  padding-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
blockquote cite,
q cite {
  display: block;
}
blockquote cite:before,
q cite:before {
  content: '\2014 \0020';
}
blockquote {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #cbcbca;
}
q:before,
q:after {
  content: '';
}
q:before {
  content: '\f10e';
  font: normal normal normal 1.13em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  line-height: 1.62;
  color: #cbcbca;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
ul li,
ol li {
  margin-left: 1.2em;
  margin-bottom: 0.62em;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0.62em;
  margin-bottom: 0;
}
ol li {
  margin-left: 1.3em;
}
dl {
  margin-bottom: 0.62rem;
}
dl:first-child {
  margin-top: -0.33em;
}
dl:last-child {
  margin-bottom: -0.33em;
}
dl dt {
  font-weight: 600;
}
dl dd {
  font-weight: normal;
}
code,
kbd {
  background-color: #e5e5e4;
  color: #000;
  padding: 0.1rem 0.4rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
kbd {
  background-color: #333332;
  color: #fff;
}
table {
  background-color: transparent;
}
table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
table th {
  text-align: left;
  font-weight: 600;
}
table tbody tr,
table thead tr,
table tfoot tr {
  border-bottom: 1px solid #cbcbca;
}
table tbody tr td,
table thead tr td,
table tfoot tr td,
table tbody tr th,
table thead tr th,
table tfoot tr th {
  padding: 0.5rem;
}
input,
textarea,
select {
  border: 2px #083076 solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="file"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.3em 1em 0.3em;
  background-color: #fff;
  color: #191919;
  font-family: inherit;
  font-size: 1.2em;
  line-height: 1.62;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #191919;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #191919;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #191919;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #191919;
  opacity: 1;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover {
  border-color: #085aa8;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus {
  border-color: #ffc200;
  -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.2) inset;
  -o-box-shadow: 0 0px 10px rgba(0,0,0,0.2) inset;
  -ms-box-shadow: 0 0px 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0px 10px rgba(0,0,0,0.2) inset;
  outline: none;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #191919;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #191919;
}
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #191919;
  opacity: 1;
}
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #191919;
  opacity: 1;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled,
textarea:disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}
input[type="text"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="week"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="color"]:disabled:hover,
input[type="file"]:disabled:hover,
textarea:disabled:hover {
  border-color: #cbcbca;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="color"][disabled],
input[type="file"][disabled],
textarea[disabled],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="date"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="month"][readonly],
input[type="week"][readonly],
input[type="email"][readonly],
input[type="number"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="time"][readonly],
input[type="url"][readonly],
input[type="color"][readonly],
input[type="file"][readonly],
textarea[readonly] {
  background-color: #ebebeb;
  cursor: not-allowed;
}
input[type="text"][disabled]:hover,
input[type="password"][disabled]:hover,
input[type="date"][disabled]:hover,
input[type="datetime"][disabled]:hover,
input[type="datetime-local"][disabled]:hover,
input[type="month"][disabled]:hover,
input[type="week"][disabled]:hover,
input[type="email"][disabled]:hover,
input[type="number"][disabled]:hover,
input[type="search"][disabled]:hover,
input[type="tel"][disabled]:hover,
input[type="time"][disabled]:hover,
input[type="url"][disabled]:hover,
input[type="color"][disabled]:hover,
input[type="file"][disabled]:hover,
textarea[disabled]:hover,
input[type="text"][readonly]:hover,
input[type="password"][readonly]:hover,
input[type="date"][readonly]:hover,
input[type="datetime"][readonly]:hover,
input[type="datetime-local"][readonly]:hover,
input[type="month"][readonly]:hover,
input[type="week"][readonly]:hover,
input[type="email"][readonly]:hover,
input[type="number"][readonly]:hover,
input[type="search"][readonly]:hover,
input[type="tel"][readonly]:hover,
input[type="time"][readonly]:hover,
input[type="url"][readonly]:hover,
input[type="color"][readonly]:hover,
input[type="file"][readonly]:hover,
textarea[readonly]:hover {
  border-color: #cbcbca;
}
input[type="text"].light-input,
input[type="password"].light-input,
input[type="date"].light-input,
input[type="datetime"].light-input,
input[type="datetime-local"].light-input,
input[type="month"].light-input,
input[type="week"].light-input,
input[type="email"].light-input,
input[type="number"].light-input,
input[type="search"].light-input,
input[type="tel"].light-input,
input[type="time"].light-input,
input[type="url"].light-input,
input[type="color"].light-input,
input[type="file"].light-input,
textarea.light-input {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
input[type="file"]:hover {
  cursor: pointer;
}
input[type="file"]:disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 0.1rem;
}
label input[type="checkbox"] {
  display: none;
}
label input[type="checkbox"] + span {
  position: relative;
  padding-left: 2.2rem;
}
label input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #dfdfde;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
label input[type="checkbox"] + span:after {
  content: '\f00c';
  font: normal normal normal 0.85rem/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  color: #084a98;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
label input[type="checkbox"]:hover + span:before {
  background-color: #c1c1c0;
}
@-moz-document url-prefix() {
  label input[type="checkbox"] + span:before {
    top: 0.15rem;
  }
  label input[type="checkbox"] + span:after {
    top: 0.35rem;
  }
}
label input[type="radio"] {
  display: none;
}
label input[type="radio"] + span {
  position: relative;
  padding-left: 2.2rem;
}
label input[type="radio"] + span:before {
  content: '';
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.3rem #dfdfde solid;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
label input[type="radio"]:checked + span:before {
  background-color: #084a98;
}
label input[type="radio"]:hover + span:before {
  border-color: #c1c1c0;
}
@-moz-document url-prefix() {
  label input[type="radio"] + span:before {
    top: 0.2rem;
  }
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  color: #323232;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
select:hover {
  border-color: #7f7f7c;
  cursor: pointer;
}
select:focus {
  border-color: #084a98;
  outline: none;
}
select:disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}
select:disabled:hover {
  border-color: #cbcbca;
}
select[multiple] {
  overflow: auto;
  height: auto;
}
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label:hover {
  cursor: pointer;
}
fieldset {
  border-color: #cbcbca;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
fieldset legend {
  padding: 0 0.5rem;
}
textarea {
  height: auto;
  min-height: 3.32rem;
}
button,
button[type="submit"],
button[type="reset"],
button[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
.style-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em 0.1em;
  margin-bottom: 1px;
  text-transform: uppercase;
  border: 3px solid;
  border-top-color: #ffe99d;
  border-left-color: #ffbe3f;
  border-right-color: #c47600;
  border-bottom-color: #c45e00;
  color: #0055a5;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.62;
  cursor: pointer;
  background: #ffc300;
  background: -moz-linear-gradient(top, #ffc300 0%, #ff8c00 100%);
  background: -webkit-linear-gradient(top, #ffc300 0%, #ff8c00 100%);
  background: linear-gradient(to bottom, #ffc300 0%, #ff8c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#ff8c00',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, border-top-color 0.2s ease, border-left-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, border-top-color 0.2s ease, border-left-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, border-top-color 0.2s ease, border-left-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, border-top-color 0.2s ease, border-left-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, border-top-color 0.2s ease, border-left-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease;
}
button:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
.style-button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #ffcd2e;
}
button:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,
button[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.button:focus,
.style-button:focus {
  text-decoration: none;
  background-color: #ffc200;
  outline: none;
}
button:focus:hover,
button[type="submit"]:focus:hover,
button[type="reset"]:focus:hover,
button[type="button"]:focus:hover,
input[type="submit"]:focus:hover,
input[type="reset"]:focus:hover,
input[type="button"]:focus:hover,
.button:focus:hover,
.style-button:focus:hover {
  background-color: #ffcd2e;
}
button:active,
button[type="submit"]:active,
button[type="reset"]:active,
button[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
.style-button:active {
  border-top-color: #ff8c00;
  border-left-color: #ff8c00;
  border-right-color: #ffbe3f;
  border-bottom-color: #ffc300;
}
button:disabled,
button[type="submit"]:disabled,
button[type="reset"]:disabled,
button[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
.button:disabled,
.style-button:disabled {
  background-color: #cbcbca;
  cursor: not-allowed;
}
button[disabled],
button[type="submit"][disabled],
button[type="reset"][disabled],
button[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled],
.button[disabled],
.style-button[disabled] {
  border-color: #cbcbca;
  background-color: #cbcbca;
  cursor: not-allowed;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #999997;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #999997;
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #999997;
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #999997;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #999997;
}
button.light-button,
button[type="submit"].light-button,
button[type="reset"].light-button,
button[type="button"].light-button,
input[type="submit"].light-button,
input[type="reset"].light-button,
input[type="button"].light-button,
.button.light-button,
.style-button.light-button {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
button.big-button,
button[type="submit"].big-button,
button[type="reset"].big-button,
button[type="button"].big-button,
input[type="submit"].big-button,
input[type="reset"].big-button,
input[type="button"].big-button,
.button.big-button,
.style-button.big-button {
  padding: 0.7em 3em;
}
button.circle-button,
button[type="submit"].circle-button,
button[type="reset"].circle-button,
button[type="button"].circle-button,
input[type="submit"].circle-button,
input[type="reset"].circle-button,
input[type="button"].circle-button,
.button.circle-button,
.style-button.circle-button {
  padding: 0.4em 3em;
  font-size: 1.1333em;
  margin-bottom: 2px;
  -webkit-border-radius: 1.3em;
  -moz-border-radius: 1.3em;
  -o-border-radius: 1.3em;
  -ms-border-radius: 1.3em;
  border-radius: 1.3em;
}
button.button-yellow,
button[type="submit"].button-yellow,
button[type="reset"].button-yellow,
button[type="button"].button-yellow,
input[type="submit"].button-yellow,
input[type="reset"].button-yellow,
input[type="button"].button-yellow,
.button.button-yellow,
.style-button.button-yellow {
  color: #000;
  background-color: #ffc200;
  border: 1px solid;
  border-color: #ffc200;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #f80;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #f80;
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #f80;
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #f80;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 0 #f80;
}
button.button-yellow:hover,
button[type="submit"].button-yellow:hover,
button[type="reset"].button-yellow:hover,
button[type="button"].button-yellow:hover,
input[type="submit"].button-yellow:hover,
input[type="reset"].button-yellow:hover,
input[type="button"].button-yellow:hover,
.button.button-yellow:hover,
.style-button.button-yellow:hover {
  background-color: #ffd140;
}
button.button-yellow:active,
button[type="submit"].button-yellow:active,
button[type="reset"].button-yellow:active,
button[type="button"].button-yellow:active,
input[type="submit"].button-yellow:active,
input[type="reset"].button-yellow:active,
input[type="button"].button-yellow:active,
.button.button-yellow:active,
.style-button.button-yellow:active {
  -webkit-box-shadow: inset 0 1px 0 #e7a333;
  -moz-box-shadow: inset 0 1px 0 #e7a333;
  -o-box-shadow: inset 0 1px 0 #e7a333;
  -ms-box-shadow: inset 0 1px 0 #e7a333;
  box-shadow: inset 0 1px 0 #e7a333;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
