/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-condensed-v21-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-condensed-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v21-latin-300.woff2") format("woff2"), url("../fonts/open-sans-condensed-v21-latin-300.woff") format("woff"), url("../fonts/open-sans-condensed-v21-latin-300.ttf") format("truetype"), url("../fonts/open-sans-condensed-v21-latin-300.svg#OpenSansCondensed") format("svg"); /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-condensed-v21-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-condensed-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v21-latin-700.woff2") format("woff2"), url("../fonts/open-sans-condensed-v21-latin-700.woff") format("woff"), url("../fonts/open-sans-condensed-v21-latin-700.ttf") format("truetype"), url("../fonts/open-sans-condensed-v21-latin-700.svg#OpenSansCondensed") format("svg"); /* Legacy iOS */
}
/* Main stylesheet */
html, body {
  border: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11pt;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

header {
  height: 210px;
  min-width: 564px;
  margin-bottom: 1.8em;
}

#title-area {
  padding-top: 10px;
  background-color: #FFFD00;
  background-image: linear-gradient(left, #FFE200 0%, #FFFD00 50%, #FFE200 100%);
  background-image: -o-linear-gradient(left, #FFE200 0%, #FFFD00 50%, #FFE200 100%);
  background-image: -moz-linear-gradient(left, #FFE200 0%, #FFFD00 50%, #FFE200 100%);
  background-image: -webkit-linear-gradient(left, #FFE200 0%, #FFFD00 50%, #FFE200 100%);
  background-image: -ms-linear-gradient(left, #FFE200 0%, #FFFD00 50%, #FFE200 100%);
  -webkit-box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
  -moz-box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
  box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
}
#title-area #header-content {
  width: 507px;
  height: 170px;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 16pt;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
}
#title-area #header-content .logo {
  border: 0;
}
#title-area #header-content em {
  font-weight: bold;
  font-style: normal;
}
#title-area #header-content p {
  line-height: 15pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#title-area #header-content a, #title-area #header-content a:visited {
  color: black;
  text-decoration: none;
}
#title-area #header-content a:hover {
  text-decoration: underline;
}

#nav {
  display: block;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  width: 563px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
  color: #FFFF00;
  background-color: #646460;
  border-width: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
  -moz-box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
  box-shadow: 0 4px 10px 2px rgb(145, 145, 145);
}
#nav a, #nav a:visited {
  display: inline-block;
  width: 280px;
  height: 38px;
  margin: 0;
  text-decoration: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#nav a span, #nav a:visited span {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
#nav a.inactive {
  color: #FFFF00;
  background-color: #000000;
  border-color: #3A3A3A;
}
#nav a.active {
  color: black;
  background-color: #FFFF00;
  border-color: #BAB600;
}
#nav a.inactive:hover {
  color: #FFFF00;
  background-color: rgb(83, 86, 0);
  border-color: #646460;
}
#nav a.first {
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#nav a.last {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#content {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#content img.big-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
#content p {
  line-height: 15pt;
  color: rgb(0, 0, 155);
  margin-top: 1em;
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-weight: bold;
  color: rgb(0, 0, 155);
  margin: 3rem 0 1.38rem;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 17pt;
}

h3 {
  font-size: 13pt;
}

table.layout {
  border-collapse: collapse;
  border-spacing: 0;
}
table.layout tr {
  padding: 0;
}
table.layout tr td {
  padding: 0;
}

table.prices {
  margin: 1em 0;
  border-collapse: collapse;
}

table.prices thead {
  font-weight: bold;
}

table.prices td {
  color: rgb(0, 0, 155);
  padding: 0.75em 1em 0.75em 1em;
}

table.prices td:not(:first-of-type) {
  text-align: right;
}

table.prices tbody tr:nth-child(odd) {
  background-color: #f0f0ff;
}

.invisible {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

label, .label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 1em;
}

label.radio {
  font-weight: normal;
}

label, .label, option {
  color: rgb(0, 0, 155);
  margin-right: 0.3em;
}

a.box, a.box:hover, a.box:visited {
  display: inline-block;
  width: 200px;
  height: 149px;
  margin: 30px;
  color: rgb(0, 0, 155);
  text-decoration: none;
  background-color: #E7E7E7;
  text-align: center;
}

a.box.text {
  height: 119.2px;
  padding-top: 29.8px;
  line-height: 20pt;
}

a.box {
  -webkit-box-shadow: 0 3px 10px 1px rgb(145, 145, 145);
  -moz-box-shadow: 0 3px 10px 1px rgb(145, 145, 145);
  box-shadow: 0 3px 10px 1px rgb(145, 145, 145);
}

footer {
  text-align: center;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 6rem;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
}

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