@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200");
/*
	Halcyonic by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  appearance: none;
}

.mb-em {
  margin-bottom: 1em;
}

.mt-em {
  margin-top: 1em;
}

/* Basic */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #D4D9DD url("images/bg03.jpg");
  color: #474f51;
  font-size: 13.5pt;
  font-family: 'Yanone Kaffeesatz';
  line-height: 1.85em;
  font-weight: 300;
}

input, textarea, select {
  color: #474f51;
  font-size: 13.5pt;
  font-family: 'Yanone Kaffeesatz';
  line-height: 1.85em;
  font-weight: 300;
}

ul, ol, p, dl {
  margin: 0 0 2em 0;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

section > :last-child,
section:last-child,
.last-child {
  margin-bottom: 0 !important;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
  padding-left: 0;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -6.25px;
  margin-left: -6.25px;
}

.row.gtr-25 > * {
  padding: 6.25px 0 0 6.25px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -6.25px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 6.25px;
}

.row.gtr-50 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-50 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 12.5px;
}

.row {
  margin-top: -25px;
  margin-left: -25px;
}

.row > * {
  padding: 25px 0 0 25px;
}

.row.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-uniform > * {
  padding-top: 25px;
}

.row.gtr-150 {
  margin-top: -37.5px;
  margin-left: -37.5px;
}

.row.gtr-150 > * {
  padding: 37.5px 0 0 37.5px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -37.5px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 37.5px;
}

.row.gtr-200 {
  margin-top: -50px;
  margin-left: -50px;
}

.row.gtr-200 > * {
  padding: 50px 0 0 50px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 50px;
}

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.33333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }
  .row > .col-2-xlarge {
    width: 16.66667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.33333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }
  .row > .col-5-xlarge {
    width: 41.66667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.33333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }
  .row > .col-8-xlarge {
    width: 66.66667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.33333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }
  .row > .col-11-xlarge {
    width: 91.66667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px;
  }
  .row.gtr-25 > * {
    padding: 6.25px 0 0 6.25px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -6.25px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 6.25px;
  }
  .row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-50 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-uniform > * {
    padding-top: 25px;
  }
  .row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px;
  }
  .row.gtr-150 > * {
    padding: 37.5px 0 0 37.5px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -37.5px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 37.5px;
  }
  .row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row.gtr-200 > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.33333%;
  }
  .row > .off-1-large {
    margin-left: 8.33333%;
  }
  .row > .col-2-large {
    width: 16.66667%;
  }
  .row > .off-2-large {
    margin-left: 16.66667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.33333%;
  }
  .row > .off-4-large {
    margin-left: 33.33333%;
  }
  .row > .col-5-large {
    width: 41.66667%;
  }
  .row > .off-5-large {
    margin-left: 41.66667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.33333%;
  }
  .row > .off-7-large {
    margin-left: 58.33333%;
  }
  .row > .col-8-large {
    width: 66.66667%;
  }
  .row > .off-8-large {
    margin-left: 66.66667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.33333%;
  }
  .row > .off-10-large {
    margin-left: 83.33333%;
  }
  .row > .col-11-large {
    width: 91.66667%;
  }
  .row > .off-11-large {
    margin-left: 91.66667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }
  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }
  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }
  .row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-uniform > * {
    padding-top: 20px;
  }
  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.33333%;
  }
  .row > .off-1-medium {
    margin-left: 8.33333%;
  }
  .row > .col-2-medium {
    width: 16.66667%;
  }
  .row > .off-2-medium {
    margin-left: 16.66667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.33333%;
  }
  .row > .off-4-medium {
    margin-left: 33.33333%;
  }
  .row > .col-5-medium {
    width: 41.66667%;
  }
  .row > .off-5-medium {
    margin-left: 41.66667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.33333%;
  }
  .row > .off-7-medium {
    margin-left: 58.33333%;
  }
  .row > .col-8-medium {
    width: 66.66667%;
  }
  .row > .off-8-medium {
    margin-left: 66.66667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.33333%;
  }
  .row > .off-10-medium {
    margin-left: 83.33333%;
  }
  .row > .col-11-medium {
    width: 91.66667%;
  }
  .row > .off-11-medium {
    margin-left: 91.66667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px;
  }
  .row.gtr-25 > * {
    padding: 6.25px 0 0 6.25px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -6.25px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 6.25px;
  }
  .row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-50 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-uniform > * {
    padding-top: 25px;
  }
  .row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px;
  }
  .row.gtr-150 > * {
    padding: 37.5px 0 0 37.5px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -37.5px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 37.5px;
  }
  .row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row.gtr-200 > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.33333%;
  }
  .row > .off-1-small {
    margin-left: 8.33333%;
  }
  .row > .col-2-small {
    width: 16.66667%;
  }
  .row > .off-2-small {
    margin-left: 16.66667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.33333%;
  }
  .row > .off-4-small {
    margin-left: 33.33333%;
  }
  .row > .col-5-small {
    width: 41.66667%;
  }
  .row > .off-5-small {
    margin-left: 41.66667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.33333%;
  }
  .row > .off-7-small {
    margin-left: 58.33333%;
  }
  .row > .col-8-small {
    width: 66.66667%;
  }
  .row > .off-8-small {
    margin-left: 66.66667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.33333%;
  }
  .row > .off-10-small {
    margin-left: 83.33333%;
  }
  .row > .col-11-small {
    width: 91.66667%;
  }
  .row > .off-11-small {
    margin-left: 91.66667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }
  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }
  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }
  .row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-uniform > * {
    padding-top: 20px;
  }
  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

.row:before, .row:after {
  display: flex !important;
}

/* Multi-use */
.link-list li {
  padding: 0.2em 0 0.2em 0;
}

.link-list li:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.link-list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.quote-list li {
  padding: 1em 0 1em 0;
  overflow: hidden;
}

.quote-list li:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.quote-list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.quote-list li img {
  float: left;
}

.quote-list li p {
  margin: 0 0 0 90px;
  font-size: 1.2em;
  font-style: italic;
}

.quote-list li span {
  display: block;
  margin-left: 90px;
  font-size: 0.9em;
  font-weight: 400;
}

.check-list li {
  padding: 0.7em 0 0.7em 45px;
  font-size: 1.2em;
  background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
}

.check-list li:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
  background-position: 0 0.3em;
}

.check-list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.feature-image {
  display: block;
  margin: 0 0 2em 0;
  outline: 0;
  margin-bottom: 2rem;
}

.feature-image img {
  display: block;
  width: 100%;
}

.bordered-feature-image {
  display: block;
  background: #fff url("images/bg04.png");
  padding: 10px;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  margin: 0 0 1.5em 0;
  outline: 0;
}

.bordered-feature-image img {
  display: block;
  width: 100%;
}


  /*
.button-large {
background-image: linear-gradient(top, #ed391b, #ce1a00);
background-color: #ed391b;
 
}

.button-large:hover {
  background-image: linear-gradient(top, #fd492b, #de2a10);
  
  background-color: #fd492b;

}

.button-large:active {
background-image: linear-gradient(top, #ce1a00, #ed391b);
background-color: #ce1a00;
 
}
*/


.button-large {
  background-image: linear-gradient(to bottom, #3472f5, #2860d8);
  display: inline-block;
  background-color: #3472f5;
  color: #fff;
  text-decoration: none;
  font-size: 1.75em;
  height: 2em;
  line-height: 2.125em;
  font-weight: 300;
  padding: 0 45px;
  outline: 0;
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25), inset 0px 0px 0px 2px rgba(52, 114, 245, 0.5), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.button-large:hover {
  background-image: linear-gradient(to bottom, #5b8ff7, #4783f6);
  background-color: #5b8ff7;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.35), inset 0px 0px 0px 2px rgba(91, 143, 247, 0.5), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.button-large:active {
  background-image: linear-gradient(to bottom, #2860d8, #3472f5);
  background-color: #2860d8;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2), inset 0px 0px 0px 2px rgba(40, 96, 216, 0.5), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.button-medium {
  background-image: linear-gradient(top, #ed391b, #ce1a00);
  display: inline-block;
  background-color: #ed391b;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  height: 1.75em;
  line-height: 1.825em;
  font-weight: 300;
  padding: 0 45px;
  outline: 0;
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.button-medium:hover {
  background-image: linear-gradient(top, #fd492b, #de2a10);
  background-color: #fd492b;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.button-medium:active {
  background-image: linear-gradient(top, #ce1a00, #ed391b);
  background-color: #ce1a00;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.cookie-banner {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 25px 0;
  z-index: 99999;
  text-align: center;
}

.cookie-banner h2 {
  font-size: 25px;
  margin-bottom: 1rem;
}

.cookie-banner p {
  font-size: 20px;
  margin-bottom: .5rem;
}

.cookie-banner.show {
  display: block;
}

/* Header */
#header {
  position: relative;
  background: #3B4346 url("images/bg01.jpg");
  background-repeat: repeat-x;
  border-bottom: solid 1px #272d30;
  box-shadow: inset 0px -1px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

#header > .container {
  position: relative;
  min-height: 150px;
}

#header h1 {
  position: absolute;
  bottom: 35px;
  font-size: 2.75em;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header .row {
  height: 100%;
}

#header .log {
  width: 25%;
  float: left;
  margin-top: 33px;
}

#header .log img {
  width: 70%;
}

#header nav {
  position: absolute;
  right: 0;
  bottom: 35px;
  font-weight: 200;
}

#header nav button.nav-link {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
  outline: none;
  color: #c6c8c8;
  text-decoration: none;
  font-size: 1.4em;
  margin-left: 60px;
  outline: 0;
}

#header nav button.nav-link:hover {
  color: #f6f8f8;
}

#header nav a, #header nav .nav-link {
  color: #c6c8c8;
  text-decoration: none;
  font-size: 1.4em;
  margin-left: 60px;
  outline: 0;
}

#header nav a:hover, #header nav .nav-link:hover {
  color: #f6f8f8;
}

#header nav .dropdown {
  display: inline-block;
}

#header nav .dropdown:hover .dropdown-menu {
  display: block;
}

#header nav .dropdown .dropdown-toggle::after {
  margin-bottom: -.12em;
}

#header nav .dropdown .dropdown-menu {
  margin-left: 60px;
  margin-top: 0;
  background: #3B4346 url(images/bg01.jpg);
  color: white;
}

#header nav .dropdown .link {
  font-weight: 300;
  border-top: solid 1px #373d40;
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 10px 15px;
  text-shadow: none;
}

#header nav .dropdown .link:hover {
  color: #474f51;
}

#header nav .dropdown .link:first-child {
  border-top: 0;
}

#header nav .dropdown .link:last-child {
  border-bottom: 0;
}

#header nav .dropdown .link:hover, #header nav .dropdown .link:active {
  background-color: white;
  color: black;
}

#header nav .dropdown .link:active {
  color: black;
}

.subpage #header > .container {
  height: 150px;
}

#header .dropdown-item:focus, #header .dropdown-item:hover {
  background-color: none;
}

/* Banner */
#banner {
  border-top: solid 1px #222628;
  box-shadow: inset 0px 1px 0px 0px #3e484a;
  padding: 35px 0 35px 0;
  color: #fff;
  /*.carousel-indicators{
			bottom: -52px;
		}*/
}

#banner .bordered-feature-image {
  margin-bottom: 0;
}

#banner p {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.25em;
  padding-right: 1em;
  margin: 0 0 1em 0;
}

#banner .carousel-inner {
  height: 100%;
}

#banner .carousel-control-prev, #banner .carousel-control-next {
  width: auto;
}

#banner .carousel-control-prev {
  left: -5%;
}

#banner .carousel-control-next {
  right: -5%;
}

/* Features */
#features {
  background: #353D40 url("images/bg02.jpg");
  border-bottom: solid 1px #272e31;
  padding: 45px 0 45px 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
  color: #a0a8ab;
}

#features h2 {
  font-size: 1.25em;
  color: #fff;
  margin: 0 0 0.25em 0;
}

#features a {
  color: #e0e8eb;
}

#features strong {
  color: #fff;
}

#features section {
  transition: all .3s ease-in-out;
}

#features section:hover {
  transform: translateY(-4px);
}

/* Content */
#content {
  background: #f7f7f7 url("images/bg04.png");
  border-top: solid 1px #fff;
  padding: 45px 0 45px 0;
}

#content .overFlowH {
  overflow: hidden;
}

#content i.con, #content span.con {
  color: #FF1B27;
}

#content #Technology_Consulting p {
  font-size: 25px;
}

#content .sec1 p, #content .sec3 p:first-of-type {
  width: 75%;
}

#content section {
  background: #fff;
  padding: 40px 30px 45px 30px;
  box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
  margin: 0 0 25px 0;
}

#content section a.toggle_link {
  display: block;
  font-size: 25px;
  text-decoration: none;
  border: 1px solid #848e94;
  color: white;
  padding: 5px 10px;
  background-color: #848e94;
  transition: background-color .25s ease-in-out;
}

#content section a.toggle_link i {
  margin-right: 10px;
  font-size: 20px;
  color: white;
}

#content section a.toggle_link.collapsed {
  background-color: white;
  color: #848e94;
}

#content section a.toggle_link.collapsed i {
  color: #848e94;
}

#content section a.toggle_link.collapsed:hover {
  background: #e6e6e6;
}

#content section span.jobtitle {
  display: block;
  margin-top: 5rem;
}

#content section span.jobtitle.first {
  margin-top: 0;
}

#content section section {
  box-shadow: none;
  padding: 0 25px;
}

#content section .plat-what .box {
  background-color: #F3F3F3;
  padding: 25px;
}

#content section .plat-what .box:hover {
  box-shadow: 0 0 15px #9b9696;
}

#content section .plat-what .box p {
  margin: 0;
  font-size: 20px;
}

#content section #cards h2 {
  font-size: 24px;
}

#content section #cards .card {
  transition: all .3s ease-in-out;
}

#content section #cards .card:hover {
  transform: translateY(-4px);
}

#content section #cards .card-body p {
  font-size: 20px;
}

#content h2 {
  font-size: 1.8em;
  color: #373f42;
  margin: 0 0 0.25em 0;
}

#content h3 {
  color: #96a9b5;
  font-size: 1.25em;
}

#content a {
  color: #ED391B;
}

#content header {
  margin: 0 0 2em 0;
}

#content .quote-list li {
  border-bottom: solid 1px #e2e6e8;
}

#content .link-list li {
  border-bottom: solid 1px #e2e6e8;
}

#content .check-list li {
  border-bottom: solid 1px #e2e6e8;
}

#content #box2 .box {
  min-height: 208px;
  color: #373f42;
  background-color: #F3F3F3;
}

#content #box2 .box:hover {
  -o-box-shadow: 0 0 15px #9b9696;
  -ms-box-shadow: 0 0 15px #9b9696;
  box-shadow: 0 0 15px #9b9696;
}

#content #box2 .box i {
  color: #FF1B27;
}

#content #box2 p {
  margin: 0;
  padding: 10px;
  font-size: 1.15em;
}

#content #box3Slider .carousel-control-prev, #content #box3Slider .carousel-control-next {
  text-decoration: none;
  width: 25px;
}

#content #box3Slider .carousel-item {
  padding: 0 50px;
  margin-top: 20px;
  text-align: center;
}

#content #box3Slider .carousel-item p {
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 1.1;
}

#content #box3Slider .carousel-control-prev-icon,
#content #box3Slider .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  text-decoration: none;
  background-image: none;
}

#content #box3Slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff010e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#content #box3Slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff010e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.labSpace {
  background-color: #353D40;
  padding: 70px 15px;
}

.labSpace .box {
  min-height: auto;
  background-color: #F3F3F3;
  color: #373f42;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.labSpace .box .head {
  height: 100%;
  display: flex;
  min-height: auto;
  flex-wrap: wrap;
  overflow: hidden;
  /*i{
					height:75px;
					position:absolute;
					width:auto;
					margin: auto; // margin auto works just you need to put top left bottom right as 0
					top:0;
					bottom:0;
					left:0;
					right:0;
					
				}*/
}

.labSpace .box .head h2 {
  /*	position: absolute;
					left: 0;
					top:30px;*/
  width: 100%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 28px;
}

.labSpace .box .head img {
  width: 100%;
  height: auto;
  align-self: end;
}

.labSpace .box .arrow {
  position: absolute;
  width: 12%;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #006495;
}

.labSpace .box .arrow i {
  color: white;
}

.labSpace .box .line {
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #0083C5;
  z-index: 5;
}

.labSpace .box .text {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 15;
  transition: all .4s ease-in-out;
  color: white;
  padding: 10px 5px;
  padding-bottom: 30px;
  background: #0083C5;
  min-height: auto;
}

.labSpace .box .text p {
  margin-bottom: 0;
  font-size: 1.1vw;
}

.labSpace .box .text.PHide {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.labSpace .box .text.show {
  transform: translateY(0);
}

.labSpace .box .text.hide {
  transform: translateY(100%);
}

.labSpace .box:hover .text {
  transition: all .4s ease-in-out;
  transform: translateY(0);
}

.labSpace .box:hover .arrow {
  display: none;
}

.mobSpace {
  display: none;
  background-color: #353D40;
  padding: 70px 15px;
}

.mobSpace .box {
  background-color: #F3F3F3;
  color: #373f42;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.mobSpace .box .head {
  z-index: 9999;
}

.mobSpace .box .head h2, .mobSpace .box .head i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobSpace .box .head h2 {
  top: 30px;
  font-size: 30px;
}

.mobSpace .box .head i {
  height: 75px;
  position: absolute;
  width: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobSpace .box .head .imgSEE {
  height: 75%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.mobSpace .box .head .imgSEE img {
  width: 100%;
  height: auto;
  /*bottom: 5px;
						left: 0;*/
}

.mobSpace .box .arrow {
  position: absolute;
  width: 12%;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #006495;
}

.mobSpace .box .arrow i {
  color: white;
}

.mobSpace .box .line {
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #0083C5;
  z-index: 5;
}

.mobSpace .box .text {
  height: 100%;
  width: 100%;
  transition: all .4s ease-in-out;
  color: white;
  padding: 20px 5px;
  background: #0083C5;
}

.mobSpace .box .text p {
  margin-bottom: 0;
}

.mobSpace .box .text.show {
  transform: translateY(0);
}

.mobSpace .box .text.hide {
  transform: translateY(100%);
}

/* Footer */
#footer {
  padding: 45px 0 45px 0;
  text-shadow: 1px 1px 1px white;
  color: #546b76;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

#footer .container {
  padding: 0;
}

#footer h2 {
  font-size: 1.25em;
  color: #212f35;
  margin: 0 0 1em 0;
}

#footer a {
  color: #546b76;
  text-decoration: none;
}

#footer a:hover {
  color: #698694;
}

#footer .quote-list li {
  border-top: solid 1px #e0e4e6;
  border-bottom: solid 1px #b5bec3;
}

#footer .link-list li {
  border-top: solid 1px #e0e4e6;
  border-bottom: solid 1px #b5bec3;
}

#footer .check-list li {
  border-top: solid 1px #e0e4e6;
  border-bottom: solid 1px #b5bec3;
}

#footer .footBox {
  background-color: #F3F3F3;
  padding: 15px 30px;
  overflow-wrap: break-word;
}

#footer .footBox p {
  margin-bottom: 1rem;
}

#footer .iconsCon p {
  position: relative;
  padding-left: 35px;
}

#footer .iconsCon p i {
  position: absolute;
  top: 7px;
  left: 0;
}

/* Copyright */
#copyright {
  border-top: solid 1px #b5bec3;
  box-shadow: inset 0px 1px 0px 0px #e0e4e7;
  text-align: center;
  padding: 45px 0 80px 0;
  color: #8d9ca3;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

#copyright a {
  color: #8d9ca3;
}

/* Large */
@media screen and (max-width: 1280px) {
  /* Multi-use */
  .check-list li {
    font-size: 1em;
    line-height: 2em;
  }
  .mobSpace .box .head h2 {
    top: 10px;
  }
  .mobSpace .box .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .quote-list li {
    padding: 1em 0 1em 0;
  }
  .quote-list li img {
    width: 60px;
  }
  .quote-list li p {
    margin: 0 0 0 80px;
    font-size: 1em;
    font-style: italic;
    line-height: 1.8em;
  }
  .quote-list li span {
    display: block;
    margin-left: 80px;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.8em;
  }
  .feature-image {
    margin: 0 0 1em 0;
    margin-bottom: 0;
  }
  .button-large {
    font-size: 1.5em;
  }
  /* Banner */
  #banner p {
    font-size: 1.75em;
  }
  /* Header */
  #header h1 {
    font-size: 2.25em;
  }
  #header .log {
    margin-top: 42px;
  }
  #header nav a, #header nav button.nav-link {
    font-size: 1.1em;
  }
  #header .carousel-control-prev {
    left: -2%;
  }
  #header .carousel-control-next {
    right: -2%;
  }
  /* Content */
  #content h2 {
    font-size: 1.4em;
  }
  #content h3 {
    font-size: 1.1em;
  }
  #content header {
    margin: 0 0 1.25em 0;
  }
  #content section span.jobtitle {
    display: block;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}

/* Medium */
.navPanel, #titleBar {
  display: none;
}

@media only screen and (max-width: 1392px) {
  .labSpace .box .text p {
    font-size: .95vw;
  }
}

@media only screen and (max-width: 1200px) {
  .mobSpace {
    display: block;
  }
  .labSpace {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  .mobSpace .box .head h2 {
    top: 10px;
  }
  .mobSpace .box .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cookie-banner h2 {
    font-size: 25px;
    margin-bottom: .5rem;
  }
  .cookie-banner p {
    font-size: 20px;
    margin-bottom: .5rem;
  }
  .cookie-banner button {
    font-size: 1.2em;
    display: inline;
    height: 1.75em;
    line-height: 1.825em;
    font-weight: 300;
    padding: 0 45px;
    outline: 0;
    border-radius: 10px;
    width: 50%;
  }
  /* Header */
  #header {
    text-align: center;
  }
  #header > .container:first-child {
    display: none;
  }
  #header #banner .photos {
    order: -1;
  }
  #header #banner .carousel-control-prev {
    left: -15px;
  }
  #header #banner .carousel-control-next {
    right: -15px;
  }
  #header #banner .carousel-item p {
    padding: 5px;
    line-height: 1.5;
  }
  /* Content */
  #content {
    padding: 25px 0;
  }
  #content h2 {
    font-size: 1.8em;
    padding: 13px 0;
  }
  #content section a.toggle_link {
    padding: 10px;
  }
  #content #box2 .box {
    min-height: 180px;
  }
  #content .big {
    font-size: 2.25em;
  }
  #content .plat-what .box {
    min-height: 130px;
    margin-bottom: 1em;
  }
  #content .sec1 p, #content .sec3 p:first-of-type {
    width: 100%;
  }
  #content .diversityImg {
    order: -1;
  }
  #content .img {
    padding-top: 0;
  }
  #content #box3Slider .carousel-item {
    padding: 0 25px;
    text-align: center;
  }
  #content #box3Slider .carousel-item p {
    margin-bottom: 0;
    padding: 10px 0;
    line-height: 1.1;
  }
  #content #box3Slider .carousel-control-prev {
    left: -13px;
  }
  #content #box3Slider .carousel-control-next {
    right: -13px;
  }
  /* Nav */
  #page-wrapper {
    padding-top: 44px;
    transition: transform 0.5s ease;
  }
  #titleBar {
    display: block;
  }
  .titleBar {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    color: #fff;
    background: url("images/bg04.jpg");
    box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
  }
  .titleBar .title {
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 48px;
  }
  .titleBar .title img {
    width: 108px;
  }
  .titleBar .togglee {
    position: absolute;
    right: 13px;
    top: 13px;
    /*&:after {
						content: '';
						display: block;
						position: absolute;
						top: 6px;
						left: 6px;
						color: #fff;
						background: rgba(255, 255, 255, 0.025);
						box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
						text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
						width: 49px;
						height: 31px;
						border-radius: 8px;
					}

					&:before {
						content: '';
						position: absolute;
						width: 20px;
						height: 30px;
						background: url('images/mobileUI-site-nav-opener-bg.svg');
						top: 15px;
						left: 20px;
						z-index: 1;
						opacity: 0.25;
					}
					*/
    transition: transform 0.7s ease-in-out;
    /*&:active {
						&:after {
							background: rgba(255, 255, 255, 0.05);
						}
					}*/
  }
  .titleBar .togglee .btn-line {
    width: 1.6rem;
    height: .15rem;
    background-color: white;
    margin-bottom: .3rem;
    transition: all 0.7s ease-in-out;
  }
  .titleBar .togglee-close {
    transition: all 0.7s ease-in-out;
    transform: rotate(180deg);
  }
  .titleBar .togglee-close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .titleBar .togglee-close .btn-line:nth-child(2) {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  .titleBar .togglee-close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -3px);
  }
  .navPanel {
    transform: translateX(275px);
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: url("images/bg04.jpg");
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
    text-shadow: -1px -1px 1px black;
  }
  .navPanel-open {
    display: block;
    transform: translateX(0);
  }
  .navPanel .link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 2em;
    padding: 0.625em 1.5em 0.325em 1.5em;
    border-top: solid 1px #373d40;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    /*&:first-child {
						border-top: 0;
					}*/
  }
  .navPanel .link:last-child {
    border-bottom: 0;
  }
  .navPanel .dropdown {
    display: inline;
  }
  .navPanel .dropdown .dropdown-toggle::after {
    margin-bottom: -.15em;
  }
  .navPanel .dropdown-menu {
    margin-top: -66px;
    background: #3B4346 url(images/bg01.jpg);
  }
  .navPanel .dropdown-menu .link {
    color: white;
    text-decoration: none;
    text-shadow: none;
    /*.dropdown{

							display: inline-block;
							&:hover .dropdown-menu{
								display: block;
							}
							.dropdown-toggle::after {
								margin-bottom: -.12em;
							}
							.dropdown-menu
							{
								margin-left: 60px;
								margin-top: 0;
								background: #3B4346 url(images/bg01.jpg);
								color:white
							}
							.link{
								font-weight: 300;
								border-top: solid 1px #373d40;
								border-bottom: solid 1px rgba(0, 0, 0, 0.4);
								margin: 0;
								padding: 10px 15px;
								text-shadow: none;
								&:hover{
									color: #474f51;
								}
								&:first-child {
									border-top: 0;
								}
			
								&:last-child {
									border-bottom: 0;
								}
								&:hover,&:active{
									background-color: white;
									color: black;
								}
								&:active{
									color: black;
								}
								
							}
			
						}*/
  }
  .navPanel .dropdown-menu .link:hover {
    color: #474f51;
  }
  .navPanel .dropdown-menu .link:first-child {
    border-top: 0;
  }
  .navPanel .dropdown-menu .link:last-child {
    border-bottom: 0;
  }
  .navPanel .dropdown-menu .link:hover, .navPanel .dropdown-menu .link:active {
    background-color: white;
    color: black;
  }
  .navPanel .dropdown-menu .link:active {
    color: black;
  }
  #footer .iconsCon p i {
    top: 4px;
  }
  .side {
    transform: translateX(-275px);
  }
  body.navPanel-visible #page-wrapper {
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    transform: translateX(0);
  }
}

/* Small */
@media screen and (max-width: 736px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 13pt;
    line-height: 1.4em;
  }
  .mobSpace .box .head h2 {
    top: 20px;
  }
  .mobSpace .box .text {
    padding: 35px;
  }
  /* Multi-use */
  .link-list li {
    padding: 0.75em 0 0.75em 0;
  }
  .quote-list li p {
    margin-bottom: 0.5em;
  }
  .check-list li {
    font-size: 1em;
  }
  .button-large {
    width: 100%;
  }
  .button-large:hover {
    color: white;
  }
  /* Banner */
  #banner p {
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.25em;
    margin: 0 0 1em 0;
  }
  /* Content */
  #content section {
    padding: 30px 20px;
  }
  #content h2 {
    font-size: 1.8em;
    margin-bottom: .25em;
    padding: 13px 0;
  }
  #content h3 {
    font-size: 1em;
  }
  #content header {
    margin: 0 0 1.25em 0;
  }
  .mobSpace p {
    font-size: 25px;
  }
  /* Footer */
  #footer .link-list {
    margin: 0 0 10px 0 !important;
  }
  /* Copyright */
  #copyright {
    padding: 20px 30px;
  }
}
