@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300');

@font-face {
        font-family: 'montserratlight';
        src: url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
             url('/fonts/montserrat-light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    #scrollwrapper #chaptersnav {
        width:350px;
        float:left;
    }

    #scrollwrapper #contentscroll {
      max-width: 760px;
      float: right;
      padding-left: 24px;
    }

    /* navigation */
    #scrollwrapper .chapters {
        width:350px;
        padding:0 12px;
    }

    #scrollwrapper .chapters.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: 40px;
    }


    #scrollwrapper .chapters ul {
        list-style-type:none;
        margin:0;
        padding:0;
    }

    #scrollwrapper .chapters li a {
      color: #1f3d7c;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        border-left: 3px solid #1f3d7c;
        text-decoration: none;
        padding: 20px 0 10px 30px;
        font-size: 17px;
        display: block;
    }

    #scrollwrapper a.nav-active {
        color:#f16567 !important;
        font-weight:700 !important;
        border-left:3px solid #f16567 !important;
    }

    #scrollwrapper section h1{
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      color:#f16567;
      text-transform: uppercase;
      font-size: 30px;
      letter-spacing: 1px;
    }

    #scrollwrapper section h3,#scrollwrapper section .bleufonce{
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      color:#1f3d7c;
      text-transform: uppercase;
      font-size: 0.85em;
      letter-spacing: .5px;
      clear: none;
    }
    #scrollwrapper section h3.biggertop{
      padding-top: 30px;
    }
    #scrollwrapper section ul{
      font-family: 'Montserrat', sans-serif;
      color:#1f3d7c;
    }

    #scrollwrapper section p.paddingy{
      font-family: 'Source Sans Pro', sans-serif;
      color:#494949;
      line-height: 1.5em;
      padding-top:30px;
      padding-bottom: 30px;
      font-size: 1.5rem;
    }

    /*#scrollwrapper section p:not(.paddingy){
      display: inline;
      float: left;
    }*/
    #scrollwrapper section .nopadtop{
      padding-top:0px !important;
    }
    #scrollwrapper section .nopadbottom{
      padding-bottom:0px !important;
    }

    #scrollwrapper a {
        color:#1f3d7c;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-decoration: underline;
    }

    #scrollwrapper section img{
      max-width: 100%;
    }

    #scrollwrapper section blockquote{
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      color:#1f3d7c;
      font-size: 24px;
      max-width: 310px;
          margin: 1.1em 30px 2em 0;
      position: relative;
      padding: 0;
      background-color: transparent;
      font-style: normal;
      display: inline-block;
    }

    #scrollwrapper section blockquote:before{
      content: '';
      width: 65px;
      height: 55px;
      background: url('/images/blockquote.jpg') top left no-repeat;
      position: absolute;
      left: -80px;
      top: -30px;
      display: block;
      float: left;
    }

    #scrollwrapper section .leftquote blockquote{
      float: left;
    }
    #scrollwrapper section .rightquote blockquote{
      float: right;
    }

    #scrollwrapper section .leftquote div.image{
      display: inline;
      float: right;
    }
    #scrollwrapper section .rightquote div.image{
      display: inline;
      float: left;
    }

    #scrollwrapper section blockquote.lastquote{
      margin-top: 40px;
    }

    #scrollwrapper section .leftimage div.image{
      float: left;
    }
    #scrollwrapper section .leftimage div.image img{
      padding-right: 30px;
    } 
    #scrollwrapper section .rightimage div.image{
      float: right;
    }
    #scrollwrapper section .leftimage div.image,
    #scrollwrapper section .rightimage div.image{
      display: inline;
    }
    @media(min-width:600px){
      #scrollwrapper section .leftimage div.image,
      #scrollwrapper section .rightimage div.image,
      #scrollwrapper section .leftquote div.image,
      #scrollwrapper section .rightquote div.image{
        max-width: 50%;
        padding:5px;
      }
    }
    .clearfix{
      clear:both;
    }
    @media(max-width:1200px){
      #scrollwrapper .container{width: 100%;}
    }
    @media(min-width:1164px){
      .mobile-mav{display: none;}
    }
    @media(max-width:1164px){
      #chaptersnav{display: none;}
      .mobile-mav{display: block;}
      #scrollwrapper #contentscroll {
          max-width: 100%;
          float: right;
          padding-left: 76px;
      }
    }
    .mobile-mav {
        width:100%;
        border:1px solid #d3d3d3;
        margin-bottom: 30px;
            margin-top: 40px;
    }
    .mobile-mav div {
        width:100%;
    }
    .mobile-mav .header {
      background-color: #ebebeb;
      color:#999;
      padding: 5px 10px;
      cursor: pointer;
      font-weight: lighter;
    }
    .mobile-mav .content ul li{
      list-style-type: none;
      padding: 5px 10px;
      margin: 0;
    }
    .mobile-mav .content ul{

      margin: 0;
    }
    .mobile-mav .content {
        display: none;
        padding : 5px;
    }

    @media(max-width:768px){
      #scrollwrapper #contentscroll {
          padding-left: 0;
      }
      #scrollwrapper section .leftquote blockquote {
          margin-left: 76px;
      }
    }
    @media(max-width:660px){
      #scrollwrapper section .leftimage div.image {
        float: inherit;
        text-align: center;
        width: 100%;
        display: block !important;
      }
    }

    section p{
      text-align: justify;
      
    }

    .blue{
      color:#1f3d7c !important;
      font-weight: bold !important;
    }

    h4.blue{
      color:#1f3d7c;
      font-family: 'Montserrat', sans-serif;
      padding-top: 1em;
    }