body {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #fff; }

h1 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h2 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h3 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

p {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 120%;
  font-size: 16px;
  color: #fff;
  margin: 10px; }

p b {
  font-weight: bold; }

b {
  font-weight: bold; }

p i {
  font-style: italic; }

i {
  font-style: italic; }

ul, ol {
  margin: 10px; }

li {
  font-family: inherit;
  margin: 7px;
  margin-left: 20px;
  line-height: 120%;
  color: #fff; }

ul li {
  list-style: disc outside; }

ol li {
  list-style: decimal; }

a {
  text-decoration: none; }

a:link {
  color: #495965; }

/* unvisited link */
a:visited {
  color: #00659b; }

/* visited link */
a:hover {
  color: #778d9d; }

/* mouse over link */
a:active {
  color: #495965; }

/* selected link */
sup {
  font-size: 60%;
  vertical-align: top; }

.definition-link {
  font-weight: 700;
  text-decoration: underline; }

header {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #00c8e6;
  margin: 10px;
  padding: 10px; }

.blue-bold {
  color: #00c8e6;
  font-weight: bold; }

.maincolumn {
  width: 100%;
  position: relative; }

.mainBtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #d8dcdb;
  color: #495965;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  padding: 14px 30px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-family: "Frutiger-Roman", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 2px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
  .mainBtn:hover {
    background-color: #fff;
    color: #495965;
    transition: 0.3s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6); }
  .mainBtn:active {
    background: #293741;
    color: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    transition: none; }
  .mainBtn.disable {
    pointer-events: none;
    color: #495965;
    background-color: rgba(216, 229, 219, 0.5);
    box-shadow: none; }

@media (min-width: 1001px) {
  .maincolumn {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 640px) {
  #shell_menu {
    width: 640px; }

  .maincolumn {
    width: 640px;
    overflow-x: hidden; } }

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