/* Reset
***************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, button {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* All Site */
a {
  text-decoration: none;
}

a:visited {
  color: #09C;
}

body, input, select {
  color: #444;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

/* Mobile First
***************************************************************/
/* General */
.page.detail > header > h1,
.zone-content > h1,
.sub-title {
  clear: both;
  color: #09C;
  font-weight: 600;
  text-align: center;
}

.page.detail > header > h1,
.zone-content > h1 {
  font-size: 1.875em;
  font-weight: 600;
  padding: 20px 0;
}

#layout-wrapper {
  min-width: 320px;
}

#layout-main-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 70px;
}

#layout-footer {
  position: relative;
}

/* Top Navigation */
#layout-navigation {
  background-color: #04326e;
  width: 100%;
  position: fixed;
  min-width: 320px;
  z-index: 2;
}

.zone-navigation {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px;
  margin: auto;
  height: 70px;
}

.widget-mobile-menu-icon,
.widget-logo-widget {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.widget-logo-widget {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* Footer Navigation */
.footer-nav {
  display: none;
}

#layout-footer {
  background-color: #444;
  color: #FFF;
  text-align: center;
  clear: both;
  padding: 10px 0;
  position: absolute !important;
  z-index: 1;
  bottom: 0%;
  width: 100vw;
}

#layout-footer span a {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  font-size: .625em;
}

.right-reserved {
  display: block;
}

.error-msg {
  padding: 7% 0;
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%);
  background: linear-gradient(180deg, #efefef 0%, #ffffff 50%);
  text-align: center;
}

.error-msg .description.blue {
  font-size: 1.5em;
  font-weight: 700;
  color: #0092d3;
}
.error-msg .description {
  font-size: 1.0625em;
  line-height: 1.5625em;
  padding-left: 46px;
  padding-right: 46px;
}

.error-trace {
  display: none;
}

.DSOlinks {
  display: inline-flex;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  /* Footer Navigation */
  .footer-nav {
    display: block;
    margin: auto;
    max-width: 1024px;
    padding: 0 10px;
    font-size: .75em;
  }

  .right-reserved {
    display: inline;
  }
  
  /* General */
  #layout-main-container {
    padding: 0;
    position: relative;
  }

  #layout-footer {
    position: relative;
  }

  .page.detail > header > h1,
  .zone-content > h1 {
    padding: 20px 0;
    font-weight: 600;
    text-transform: none;
    font-size: 2.4em;
  }

  /* Top Navigation */
  #layout-navigation {
    position: relative;
  }

  .widget-logo-widget img {
    display: block;
  }
  
  .widget-logo-widget {
    margin: 10px 20px;
  }

  .zone-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    height: 70px;
    max-width: 1024px;
  }

  .widget-logo-widget {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  #layout-footer {
    padding: 30px 0;
  }

  /* Footer Navigation */
  .footer-nav {
    padding: 0 20px;
  }

  .error-msg .description.blue {
    font-size: 2.5em;
  }
  .error-msg .description {
    font-size: 1.0625em;
    line-height: 1.5625em;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Desktop
***************************************************************/
@media screen and (min-width: 1300px) {
    /* General */
  #layout-main-container {
    margin: 0;
  }

  .page.detail > header > h1,
  .zone-content > h1 {
    font-size: 3.0em;
  }
}
