﻿/*#region Box Model adjustments*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*#endregion*/
body > header, body > footer {
  position: relative;
  clear: both; }
  body > header > div, body > footer > div {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding: 25px; }

body > header {
  margin-bottom: 40px; }
  @media only screen and (max-width: 640px) {
    body > header {
      margin-bottom: 0; } }

body > footer {
  font:  'Verlag 3r', 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #898d8d;
  color: #fff;
  top: 4.1em; }
  body > footer h4, body > footer a {
    color: inherit;
    text-transform: uppercase; }
  body > footer h4, body > footer form {
    margin-bottom: 0.8em;
    margin-top: 0; }
  body > footer form {
    margin-bottom: 1.8em; }
  body > footer a:hover, body > footer a:active, body > footer a:focus {
    color: inherit; }
  body > footer .footerAction {
    float: right;
    min-width: 50%; }
    body > footer .footerAction form input {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 0.9em;
      width: 18em;
      padding: 0.9em; }
      body > footer .footerAction form input[type="submit"] {
        font-size: 0.95em;
        width: auto;
        padding: 0.9em 1.6em; }
    body > footer .footerAction p, body > footer .footerAction address {
      font-style: normal; }
    body > footer .footerAction a {
      text-transform: none; }
    @media only screen and (max-width: 640px) {
      body > footer .footerAction {
        float: none;
        width: 100%;
        margin-bottom: 1em; } }
    @media only screen and (max-width: 420px) {
      body > footer .footerAction form input {
        padding: 0.6em;
        width: 80%;
        font-size: 0.7em; }
        body > footer .footerAction form input[type="submit"] {
          padding: 0.6em 0.9em; } }
  @media only screen and (max-width: 640px) {
    body > footer .footerNavigation {
      display: none; } }

#bodyWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0.6em; }
  @media only screen and (max-width: 640px) {
    #bodyWrapper {
      padding-top: 0; } }
  #bodyWrapper nav.pagination {
    position: relative;
    display: inline-block;
    float: right; }
    #bodyWrapper nav.pagination ul {
      margin: 0;
      padding: 0; }
      #bodyWrapper nav.pagination ul li {
        float: left;
        display: inline-block;
        padding: 0 0.5em; }
        #bodyWrapper nav.pagination ul li:first-child {
          padding-left: 0; }
        #bodyWrapper nav.pagination ul li a {
          color: #6b6e6e; }
          #bodyWrapper nav.pagination ul li a:hover, #bodyWrapper nav.pagination ul li a:active {
            text-decoration: none; }
          #bodyWrapper nav.pagination ul li a:hover {
            color: #0057B8; }
        #bodyWrapper nav.pagination ul li.current a {
          color: #0057B8; }

/*#region Logo */
#headerLogo {
  /*position: relative;*/
  float: left;
  clear: none;
  display: inline-block;
  top: 1em;
  left: 2em;
  margin-bottom: 2em; }
  @media only screen and (max-width: 640px) {
    #headerLogo {
      margin-top: 0;
      left: 1em;
      margin-bottom: 0.5em; } }
  #headerLogo div {
    background: url(images/lsc_logo.svg) no-repeat top left;
    background-size: contain;
    height: 85px;
    width: 141px; }

.no-svg #headerLogo {
  background-image: url(images/lsc_logo_142.png); }

/*#endregion*/
i.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0.1em;
  background-repeat: no-repeat;
  background-position: 50% left; }

a.maskWrapper {
  display: block;
  position: relative; }
  a.maskWrapper img {
    display: block; }
  a.maskWrapper .photoMask {
    position: absolute;
    z-index: 100;
    background-color: transparent;
    width: 100%;
    height: 100%;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  a.maskWrapper:hover .photoMask {
    background-color: rgba(0, 87, 184, 0.5); }

section.two-column {
  position: relative;
  display: inline-block;
  width: 49%;
  float: left; }
  @media only screen and (max-width: 640px) {
    section.two-column {
      width: 100%; } }

/*#region General Navigation Style */
nav ul, nav li {
  list-style: none;
  padding: 0;
  margin: 0; }
nav a {
  text-decoration: none; }

/*#endregion */
#globalNavigation {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  top: 10px; }
  #globalNavigation ul, #globalNavigation li {
    display: inline-block;
    margin-right: 0.5em; }
  #globalNavigation a {
    color: #6b6e6e; }
    #globalNavigation a:hover, #globalNavigation a:active, #globalNavigation a:focus {
      color: #002F6C; }
    #globalNavigation a i, #globalNavigation a span {
      display: inline-block;
      font-size: 0.75em;
      vertical-align: middle; }
  #globalNavigation li.selected > a {
    color: #002F6C; }
  #globalNavigation form {
    display: inline-block; }
    #globalNavigation form input[type=search] {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      font-size: 0.9em;
      padding: 0.1em 0.4em;
      margin: 0;
      width: 10em; }
    #globalNavigation form input[type=submit] {
      background: transparent url(/css/images/search_icon.svg) no-repeat 50%;
      height: 1.1em;
      width: 1.1em;
      font-size: 0.75em;
      margin: 0;
      text-indent: -999em;
      overflow: hidden;
      position: absolute;
      display: block;
      top: 0.3em;
      right: 0.2em; }
  @media only screen and (max-width: 960px) {
    #globalNavigation {
      display: none; } }

a.mobileAnchor {
  display: none;
  font-size: 3em;
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: url(images/hamburger.svg) no-repeat center center;
  color: transparent;
  text-decoration: none; }
  a.mobileAnchor:hover, a.mobileAnchor:active, a.mobileAnchor:focus {
    background-image: url(images/hamburger_hover.svg); }
  @media only screen and (max-width: 960px) {
    a.mobileAnchor {
      display: block; } }

#mainNavigation {
  position: relative;
  text-transform: uppercase;
  clear: both;
  width: 100%;
  font-size: 0.8125em;
  height: 4.5em;
  overflow: visible;
  background-color: #002F6C;
  line-height: normal;
  border-bottom: 1px solid #fff; }
  #mainNavigation a {
    display: block;
    text-align: left;
    text-decoration: none; }
  #mainNavigation > ul, #mainNavigation .subMenu {
    position: relative;
    max-width: 935px;
    margin: auto;
    text-align: center; }
  #mainNavigation > ul {
    min-height: 4.4em; }
    #mainNavigation > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      float: left; }
      #mainNavigation > ul > li > a {
        padding: 1em;
        min-height: 4.4em;
        border-right: 1px solid #fff;
        width: 133.57143px;
        color: #fff;
        font:  'Verlag 3r', 'Verlag A', 'Verlag B', sans-serif;
        font-weight: 300;
        font-style: normal; }
        #mainNavigation > ul > li > a:hover, #mainNavigation > ul > li > a:active, #mainNavigation > ul > li > a:focus {
          background-color: #0057B8; }
      #mainNavigation > ul > li.selected > a, #mainNavigation > ul > li.highlight > a {
        background-color: #0057B8; }
      #mainNavigation > ul > li:first-child {
        /*padding-left: 6px;*/ }
        #mainNavigation > ul > li:first-child > a {
          border-left: 1px solid #fff; }
  #mainNavigation .subNav {
    position: relative;
    display: inline-block;
    max-width: 133.57143px;
    float: left; }
    #mainNavigation .subNav a {
      color: #002F6C;
      display: block;
      padding: 0.5em 1em;
      text-transform: none; }
      #mainNavigation .subNav a:hover, #mainNavigation .subNav a:active, #mainNavigation .subNav a:focus {
        text-decoration: underline; }
    #mainNavigation .subNav li {
      line-height: 16px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      display: block; }
    #mainNavigation .subNav:hover, #mainNavigation .subNav.highlight {
      background-color: #EFF0F0; }
    #mainNavigation .subNav li.selected > a {
      text-decoration: underline; }
  #mainNavigation .mobileOnly {
    display: none; }
  #mainNavigation .subMenu > div {
    top: 0;
    position: absolute;
    display: none;
    float: left;
    z-index: 1000;
    background-color: #F8F9F9;
    box-shadow: rgba(137, 141, 141, 0.8) 2px 2px; }
  @media only screen and (max-width: 960px) {
    #mainNavigation {
      height: 0.5em;
      border-bottom: none; }
      #mainNavigation > ul {
        position: absolute;
        z-index: 1000;
        max-width: none;
        width: 100%;
        background-color: #002F6C;
        display: none;
        /*-moz-transition: all linear 2s;
            -o-transition: all linear 2s;
            -webkit-transition: all linear 2s;
            transition: all linear 2s;*/ }
        #mainNavigation > ul > li {
          vertical-align: top;
          display: block;
          float: none;
          width: 100%; }
          #mainNavigation > ul > li > a {
            padding: 1em 2em;
            min-height: 0;
            border: none;
            border-bottom: 1px solid #fff;
            width: 100%;
            display: block; }
            #mainNavigation > ul > li > a br {
              display: none; }
          #mainNavigation > ul > li:first-child > a {
            margin-left: inherit;
            border-left: none; }
        #mainNavigation > ul .expand > a {
          background: url(images/menu_open.png) no-repeat 95% 50%;
          background-size: 16px; }
        #mainNavigation > ul .contract > a {
          background-image: url(images/menu_close.png); }
      #mainNavigation .subNav {
        max-width: none;
        width: 100%;
        float: none;
        background-color: #F8F9F9; }
        #mainNavigation .subNav a {
          padding: 1em 2em; }
        #mainNavigation .subNav li {
          border-bottom: solid 1px #898d8d; }
      #mainNavigation.display > ul {
        display: block; }
        #mainNavigation.display > ul > li.mobileOnly {
          display: block !important; } }

#sitemap {
  font-size: 0.75em;
  line-height: 1.55em; }

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