@import url(../bower_components/normalize-css/normalize.css);
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v19-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-300italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-300italic.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-300italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-300italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v19-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v19-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-600italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-600italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
* {
  box-sizing: border-box; }

a {
  color: inherit; }

body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font: normal normal 300 16px/22px "Source Sans Pro", Arial, sans-serif; }

body {
  padding: 0 10px; }

#page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  #page:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1200px) {
    #page {
      margin-top: 60px; } }

.row {
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.head .logo {
  overflow: hidden;
  position: relative;
  display: block;
  height: 55px;
  background: transparent url("../img/logo_small.png") no-repeat left top;
  background-size: contain; }
  .head .logo:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  @media (min-width: 800px) {
    .head .logo {
      background: transparent url("../img/logo.png") no-repeat left top; } }
  @media (min-width: 1200px) {
    .head .logo {
      width: 74.5762711864%;
      float: left;
      margin-right: 1.6949152542%; } }
.head .auxnav {
  margin: 0 0 5px 0; }
  .head .auxnav ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #B3B5B8; }
    .head .auxnav ul li {
      display: inline-block;
      vertical-align: top; }
      .head .auxnav ul li a {
        text-decoration: none; }
    .head .auxnav ul li {
      margin-left: 20px; }
      .head .auxnav ul li:first-child {
        margin: 0; }
      .head .auxnav ul li a.active {
        color: #58595B; }
  @media (max-width: 1200px) {
    .head .auxnav {
      display: none; } }
  @media (min-width: 1200px) {
    .head .auxnav {
      width: 23.7288135593%;
      float: right;
      margin-right: 0;
      margin: 25px 0 0 0;
      text-align: right; } }

.stage {
  position: relative;
  margin: 40px 0;
  color: white; }
  .stage img {
    display: block;
    max-width: 100%; }
  .stage h3,
  .stage blockquote {
    margin: 0;
    padding-top: 22%;
    font: normal normal 300 18px/22px "Source Sans Pro", Arial, sans-serif; }
  .stage cite {
    display: block;
    font-size: 80%;
    margin-right: 8px; }
  .stage .title {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-transform: uppercase; }
    .stage .title h3 {
      font-size: 140%; }
  .stage .quote {
    display: none;
    text-align: center; }
  @media (min-width: 1200px) {
    .stage img {
      position: absolute;
      z-index: -1; }
    .stage blockquote {
      padding: 20px;
      text-align: right; }
    .stage h3,
    .stage blockquote {
      padding-top: 50%; }
    .stage .title,
    .stage .quote {
      position: static;
      display: block;
      box-sizing: content-box;
      clear: right;
      float: right;
      width: 23.7288135593%;
      height: 305px;
      border: 20px solid white; }
    .stage .title {
      border-style: none none solid solid; }
    .stage .quote {
      border-style: none none none solid; } }

.nav {
  margin: 40px 0; }
  .nav ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font: normal normal 400 20px/22px "Source Sans Pro", Arial, sans-serif;
    color: #58595B; }
    .nav ul li {
      display: inline-block;
      vertical-align: top; }
      .nav ul li a {
        text-decoration: none; }
    .nav ul li {
      margin-left: 30px;
      margin-right: 30px; }
      .nav ul li a.active {
        color: #B05543; }
    .nav ul.aux {
      display: none; }
  @media (max-width: 1200px) {
    .nav {
      margin: 0; }
      .nav.sliding-menu-content {
        position: fixed;
        top: 0px;
        right: auto;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 220px;
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        transform: translateX(-220px);
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        transition: all 0.25s linear;
        background: #414142;
        z-index: 999999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .nav.sliding-menu-content ul {
          padding: 0;
          margin: 0;
          color: #EEEEEE; }
          .nav.sliding-menu-content ul.aux {
            display: block;
            color: #77787B; }
        .nav.sliding-menu-content li {
          margin: 0;
          padding: 0;
          display: block;
          list-style: none; }
        .nav.sliding-menu-content a {
          text-decoration: none; }
        .nav.sliding-menu-content li a {
          border-bottom: 1px solid #343435;
          display: block;
          padding: 1em; }
          .nav.sliding-menu-content li a:focus {
            background-color: #58595B; }
          .nav.sliding-menu-content li a:hover {
            background-color: #58595B; }
        .nav.sliding-menu-content.is-visible {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); } }

.content {
  color: #414142; }
  .content h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font: normal normal 400 18px/22px "Source Sans Pro", Arial, sans-serif; }
  .content p {
    margin: 0 0 20px 0; }
  .content .row {
    overflow: hidden;
    margin-bottom: 20px; }
  .content .main {
    position: relative;
    background: #C5C8D0 url() no-repeat left top;
    color: #414142; }
    @media (max-width: 1200px) {
      .content .main {
        background-size: cover; } }
    @media (min-width: 1200px) {
      .content .main {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%; } }
  .content .sidebar {
    background: transparent url("../img/sample_sidebar01.jpg") no-repeat left top; }
    @media (max-width: 1200px) {
      .content .sidebar {
        background-size: cover; } }
    @media (min-width: 1200px) {
      .content .sidebar {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
        width: 23.7288135593%;
        float: right;
        margin-right: 0; } }
  .content .text {
    padding: 40px 20px; }

.googlemap {
  height: 600px;
  background: transparent url("../img/bg_map_placeholder.jpg") no-repeat center center;
  background-size: cover; }
  .googlemap .disclaimer {
    height: 100%;
    padding: 2em;
    font-size: 115%;
    font-weight: normal;
    line-height: 1.2;
    opacity: 0.8;
    cursor: pointer; }

#footerwrapper {
  margin: 60px -10px 0;
  padding: 20px 10px;
  min-height: 80px;
  background: #77787B url("../img/bg_footer.png") no-repeat center top;
  color: white; }
  #footerwrapper #footercontainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #footerwrapper #footercontainer:after {
      content: " ";
      display: block;
      clear: both; }
    #footerwrapper #footercontainer .footer {
      padding: 10px; }

.sliding-menu-button,
.sliding-menu-fade-screen {
  display: none; }

@media (max-width: 1200px) {
  .sliding-menu-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: black;
    opacity: 0;
    display: block;
    visibility: hidden;
    z-index: 999998; }
    .sliding-menu-fade-screen.is-visible {
      opacity: 0.4;
      visibility: visible; }

  .sliding-menu-button {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #414142 url("../img/icon_menu.png") no-repeat 15px center;
    background-size: 30px 30px;
    visibility: visible; }
    .sliding-menu-button img {
      height: 1.3em; } }
.nav .main li.first {
  display: none; }

body.twostep-auth .nav .main li.first {
  display: inline-block; }

body.page_11 .stage .quote blockquote {
  padding-top: 70% !important; }

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