/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    margin-top: 0px;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
    transition: all .5s ease-in-out;
    z-index: 999;
    background-color: white;
    max-height: 600px;
    overflow-y: auto;
  }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 15px;
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: 8px;
    padding-left: 20px;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .flexnav li a:hover {
    color: #863f61; 
    background-color: #f5f3ef;
  }
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 15px;
      position: relative;
      margin-left: 10px;
      overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    padding-left: 42px;
    background: #ffffff; }
  .flexnav ul li ul li a {
    background: #ffffff; }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }
    .flexnav .touch-button {
    display: inline-block;
    height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
    }
    .icon_sign {
        border-radius: 8px;
        display: block;
        float: right;
        height: 16px;
        left: 0;
        margin-right: 8px;
        position: relative;
        top: 12px;
        width: 16px;
        background-image: url(/v3-img/plus-sign.png?2018);
        background-repeat: no-repeat;
    
    }
    .minus {
        border-radius: 8px;
        display: block;
        float: right;
        height: 16px;
        left: 0;
        margin-right: 8px;
        position: relative;
        top: 12px;
        width: 16px;
        background-image: url(/v3-img/minus_icon.png?2018);
        background-repeat: no-repeat;
    }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }


.menu-button {
    background-image: url("/v3-img/Hamburger-menu.png");
    background-repeat: no-repeat;
    color: #222222;
    cursor: pointer;
    display: block;
    height: 10px;
    left: 20px;
    padding: 1em;
    position: relative;
    top: 17px;
    width: 20px;
}
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: -13px;
    left: -14px;
    right: 0;
    width: 59px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 15px;
      position: relative;
      top: 1em;
      color: #666; }
    .menu-button .touch-button .plus_sign_button{
        display: none;
    }

/* navdropdown */
/* nav dropdown */
ul, li, nav {
  margin: 0;
  padding: 0; }

.container {
  margin: -1px auto 0;
  max-width: 1080px;
  display: block;
}

#content {
  margin: 7% auto;
  overflow: hidden; }
  #content h1, #content h2 {
    margin-bottom: .5em; }
  #content h2 {
    font-size: 1.6em;
    color: #3a3261; }
  #content ul {
    margin: 1em;
    list-style-type: circle; }
  #content li {
    font-size: 1em;
    margin-bottom: .4em;
    margin-left: .75em;
    font-weight: 300; }

@media all and (min-width: 801px) {
  body.one-page {
    padding-top: 70px; }
    
  #content article:first-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    border-right: 2px dashed #bbb; }
    #content article:first-child .block {url("http://jasonweaver.name/img/textured-background2.png") repeat scroll -10% -16px rgba(0, 0, 0, 0)
      padding-right: 6%; }
  #content article:nth-child(2) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    margin-right: 0; }
    #content article:nth-child(2) .block {
      padding-left: 5%; }
  #content p {
    font-size: 1.1em; }
  #content h2 {
    font-size: 1.9em; }
  #content article {
    width: 50%;
    float: left;
    overflow: hidden; }
  #content li {
    font-size: 1.1em; }

  .flexnav {
    overflow: visible; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #a6a6a2;
      overflow: visible;
      width: 20%; }
    .flexnav li a {
      border-left: 1px solid #acaca1;
      border-bottom: none; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
