body {
  background-image: -webkit-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -moz-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -o-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -ms-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: rgb(72, 72, 72);
  font: 14px/21px HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-text-size-adjust: none;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url(img/activityindicator.png) 50% 50% no-repeat;
	-webkit-animation-name: activityIndicatorAnimation;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
.retina .spinner {
	background-image: url(img/activityindicator@2x.png);
	background-size: 50px 50px;
}
@-webkit-keyframes activityIndicatorAnimation {
	0%{-webkit-transform:rotate(0deg);}
	8.32%{-webkit-transform:rotate(0deg);}
	8.33%{-webkit-transform:rotate(30deg);}
	16.66%{-webkit-transform:rotate(30deg);}
	16.67%{-webkit-transform:rotate(60deg);}
	24.99%{-webkit-transform:rotate(60deg);}
	25%{-webkit-transform:rotate(90deg);}
	33.32%{-webkit-transform:rotate(90deg);}
	33.33%{-webkit-transform:rotate(120deg);}
	41.66%{-webkit-transform:rotate(120deg);}
	41.67%{-webkit-transform:rotate(150deg);}
	49.99%{-webkit-transform:rotate(150deg);}
	50%{-webkit-transform:rotate(180deg);}
	58.32%{-webkit-transform:rotate(180deg);}
	58.33%{-webkit-transform:rotate(210deg);}
	66.66%{-webkit-transform:rotate(210deg);}
	66.67%{-webkit-transform:rotate(240deg);}
	74.99%{-webkit-transform:rotate(240deg);}
	75%{-webkit-transform:rotate(270deg);}
	83.32%{-webkit-transform:rotate(270deg);}
	83.33%{-webkit-transform:rotate(300deg);}
	91.66%{-webkit-transform:rotate(300deg);}
	91.67%{-webkit-transform:rotate(330deg);}
	99.99%{-webkit-transform:rotate(330deg);}
	100%{-webkit-transform:rotate(360deg);}
}

#preview #menu,
#preview #content {
	top: 0;
}

.centered {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  max-width: 1156px;
}
#topBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
	padding: 0 10px;
  height: 44px;
  background: #fafbfb;
  box-shadow: 0 0 2px rgba(0,0,0,.75);
	line-height: 24px;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -ms-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

  #topBar h1.wrap {
    overflow: hidden;
    margin: 4px 68px;
    min-width: 320px;
    max-width: 1156px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.9;
    -webkit-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
  }
    #topBar h1 a {
      display: block;
      margin: 0px auto;
      padding: 0 0 0 40px;
      width: 220px;
      background: url(img/icon.png) 13px 7px no-repeat;
      background-size: 24px 24px;
      color: #4b4b4b;
      text-decoration: none;
      font-weight: 400;
      font-size: 19px;
      line-height: 1.9;
    }
    #topBar h1 a.mac-new
    {
      background: url(images/photo-jumble-logo-72.jpg) 6px 7px no-repeat;
      background-size: 24px 24px;
    }
      #topBar h1.wrap a:hover {
        color: #007aff;
        text-decoration: none;
      }
      .retina #topBar.wrap h1 a {
        background: url(images/photo-jumble-logo-72.jpg) 6px 7px no-repeat;
        background-size: 24px 24px;
      }
      .retina #topBar h1 a.mac-new
      {
        background: url(img/new-icon@2x.png) 13px 7px no-repeat;
        background-size: 24px 24px;
      }
    .ios #topBar h1 a,
    .ios.retina #topBar h1 a {
      background: url(img/icon-ipad.png) 16px 6px no-repeat;
      background-size: 24px 24px;
    }
  #topBar button {
      position: absolute;
      top: 0;
      display: block;
      padding: 0;
      width: 54px;
      height: 37px;
      border: 1px solid transparent;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px;
      color: transparent;
      -webkit-transition: height .3s ease-in-out, width .3s ease-in-out;
      -moz-transition: height .3s ease-in-out, width .3s ease-in-out;
      -ms-transition: height .3s ease-in-out, width .3s ease-in-out;
      -o-transition: height .3s ease-in-out, width .3s ease-in-out;
      transition: height .3s ease-in-out, width .3s ease-in-out;
  }
    #topBar button[aria-checked=true] {
        background-color: #e4e4e4;
    }
    #topBar button[aria-checked=false] {
        background-color: transparent;
    }
    #topBar button:hover, header button:focus {
        border-color: #e4e4e4;
    }
      #topBar button[name="find"]{
        right: 6px;
        background-image: url(img/search.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 21px 21px;
      }
        .retina #topBar button[name="find"] {
          background-image: url(img/search@2x.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
          background-size: 21px 21px;
        }
      #topBar button[name="menu"]{
        left: 6px;
        visibility: hidden;
        background-image: url(img/menu.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 21px 21px;
      }
        .retina #topBar button[name="menu"] {
          background-image: url(img/menu@2x.png);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 21px 21px;
        }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .fixed > .centered {
    height: 100%;
  }
#menu {
  top: 44px;
  padding-top: 0px;
  padding-right: 0px;
  width: 277px;
  border-right: 1px solid rgb(230, 233, 234);
  background: #fff;
  -webkit-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
  #menu li {
    padding-left: 0;
  }
    #menu li.openable,
    #menu li.openable.open,
    .retina #menu li.openable,
    .retina #menu li.openable.open {
      background-image: none;
    }
      #menu li.openable > a {
        background: url(img/arrow.png) 95% 21px no-repeat;
        background-size: 13px 62px;
      }
      #menu li.openable.open > a{
        background: url(img/arrow.png) 95% -35px no-repeat;
        background-size: 13px 62px;
      }
        .retina #menu li.openable > a{
          background: url(img/arrow@2x.png) 95% 21px no-repeat;
          background-size: 13px 62px;
        }
        .retina #menu li.openable.open > a{
          background: url(img/arrow@2x.png) 95% -35px no-repeat;
          background-size: 13px 62px;
        }
    #menu li a {
      padding: 0px 0px 0px 1.0em;
/*       padding: 13px 15px 14px 0px; */
/*       border-bottom: 1px solid rgb(230, 233, 234); */
      color: rgb(75, 75, 75);
      font-weight: normal;
      font-size: 13px;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
      #menu li a:hover {
        color: #007aff;
      }
      #menu li a.active {
        font-weight: bold;
      }
      #menu li a.active:hover {
      color: rgb(75, 75, 75);
      }
    #menu li ul {
      display: block;
      overflow: hidden;
      max-height: 0;
      height: auto;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }  
    #menu li.open > ul {
      max-height: 1000px;
      height: auto;
      opacity: 1;
    }
      #menu li ul li {
        margin-left: 15px;
      }

      #menu li ul li {
        margin-left: 15px;
      }

#menu span {
  font-weight: bold;
  font-size: large;
  padding: 0px 0px 0.5em 0em;

}

#content {
  top: 44px;
/*   left: 290px; */
  padding: 69px 86px;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}
  #content h1 {
    margin: 0 0 27px;
    color: rgb(75, 75, 75);
    font-weight: normal;
    font-size: 27px;
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 27px;
  }
  #content h2 {
    color: rgb(72, 72, 72);
    font-weight: 700;
    font-size: 14px;
  }
  #content p {
    line-height: 1.5;
    margin: 4px 0px 14px;
  }
  #content ul li {
    margin-bottom: 0.4em;
  }
  div.question {
    margin: 35px 0;
  }
  .question + .question {
    margin: -36px 0 35px;
  }
  div.question .answer {
    display: block;
    overflow: hidden;
    max-height: 0;
    height: auto;
    -webkit-transition: max-height .15s ease-in;
    -moz-transition: max-height .15s ease-in;
    -o-transition: max-height .15s ease-in;
    transition: max-height .15s ease-in;
  }
  div.question.open .answer {
    max-height: 1000px;
    height: auto;
  }
  #content div.title {
    padding: 11px 0px;
    height: auto;
    color: rgb(72, 72, 72);
    font-weight: 700;
    font-size: 14px;
  }
    #content div.title a.show,
    #content div.title a.hide {
      color: transparent;
    }
    #content div.title a.show {
      background: url(img/arrow.png) 100% 9px no-repeat;
      background-size: 13px 62px;
    }
      .retina #content div.title a.show {
        background: url(img/arrow@2x.png) 100% 9px no-repeat;
        background-size: 13px 62px;
      }
    #content div.title a.hide {
      background: url(img/arrow.png) 100% -47px no-repeat;
      background-size: 13px 62px;
    }
      .retina #content div.title a.hide {
        background: url(img/arrow@2x.png) 100% -47px no-repeat;
        background-size: 13px 62px;
      }
  #content p.see {
    margin: 40px 0 0;
    color: #484848;
    font-weight: 700;
    font-size: 11px;
  }
  #content p.also {
    margin-top: 2px;
  }
  #content p.also a {
    color: #007aff;
    font: 14px HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
  }
.searchWrap {
  position: absolute;
  top: 0px;
  right: -1000px;
  z-index: 1001;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  -webkit-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
img[src*="Icon"]{
  width: 203px;
  height: 215px;
}
  #content ul li img {
    margin-bottom: -3px !important;
  }
  #content ol li img {
    margin-bottom: -3px !important;
  }
  #content p img[height="15"] {
    margin-bottom: -3px !important;
  }
.searchWrap.shown {
  right: 0;
}
  #search {
    position: absolute;
    top: 44px;
    right: 0px !important;
    z-index: 1001;
  	overflow: hidden;
  	width: 100%;
  	height: 50px;
    border-bottom: none;
    background: #fafbfb;
    color: #606060;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    	#search form {
    		padding: 11px 13px;
    	}
    	#search form input {
        -webkit-appearance: textfield;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        color: #484848;
        height: 30px;
        width: 100%;
        border-radius: 15px;
        border: 1px solid #e4e4e4;
        padding: 0 4px;
        background-size: 12px 12px
    	}
        #search form input:focus {
            outline: 0
        }
        #search form input[type="search"]::-webkit-search-cancel-button {
          -webkit-appearance: none; 
        }
    	#search form button {
        display: none;
        position: absolute;
        top: 18px;
        right: 19px;
        width: 16px;
        height: 16px;
        color: transparent;
        background: url(img/clear-search.png) no-repeat;
        background-size: 15px 15px;
        overflow: hidden;
        outline:0;
        -webkit-appearance: button;
        cursor: pointer;
        border: none;
      }
  #resultWrap {
    position: absolute;
    top: 0px;
    right: 0px !important;
    display: block !important;
    width: 100%;
    height: 100%;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    #resultWrap .head {
  		position: absolute;
      top: 94px;
      z-index: 1002;
  		padding: 0 14px 5px 10px;
  		width: 262px;
  		height: 14px;
      background: #fff;
      color: #606060;
  		font-weight: bold;
  		font-size: 10px;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap .head a {
  			position: absolute;
  			right: 12px;
        color: #606060;
      }
    #resultWrap #results {
      top: 113px;
      padding: 0;
      width: 100%;
      background: #fff;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap #results .result {
        margin-left: 10px;
        border-bottom: 1px solid #f7f7f7;
      }
        #resultWrap #results .result a {
      		display: block;
      		padding: 9px 40px 8px 0px;
          color: rgb(96, 96, 96);
          text-decoration: none;
          font-weight: normal;
      		font-size: 11px;
      		line-height: 14px;
        }
          #resultWrap #results .result a:hover {
            color: #007aff;
            text-decoration: none;
          }
            #resultWrap #results .result a:hover span {
              color: #b2b2b2;
            }
        	#resultWrap #results .result a.active {
        		color: #000;
        	}
        #resultWrap #results .result span {
    			display: block;
    			margin: 2px 0 0 0;
          color: #b2b2b2;
    			font-weight: normal;
          font-size: 11px;
          line-height: 15px;
          pointer-events: none;
        }
    		#resultWrap #results .result a span em {
    			padding: 0 2px;
    			font-style: normal;
    			font-size: 6px;
    		}

.glossary-link {
  border-bottom: 1px dotted #2C81B0;
}
  .glossary-link:hover {
    border-bottom: 1px solid #2C81B0;
    text-decoration: none;
  }

.glossary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    padding: 51px 59px 0px;
    width: 622px;
    border-radius: 5px;
    background: #fff;
  }
    .glossary-overlay .glossary-modal > p:last-of-type {
      padding-bottom: 64px;
    }
    .glossary-word {
      bottom: 0;
      overflow: hidden;
      margin: 0 0 1em;
      margin-bottom: .7em;
      padding: 0;
      outline: 0;
      color: #4b4b4b;
      font-weight: 400;
      font-size: 21px;
      font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Arial,Helvetica,sans-serif;
      line-height: 1.5;
    }
    .glossary-explanation {
      margin: .3em 0 1em;
      white-space: pre-line;
      word-wrap: break-word;
    }
    .glossary-close {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 44px;
      border-top: 1px solid #e4e4e4;
    }
      .glossary-close p {
        width: 100%;
        height: 100%;
        color: #2f2f2f;
        text-align: center;
        font-size: 17px;
        line-height: 44px;
        cursor: pointer;
      }
      .glossary-close:hover p {
        color: #2C81B0;
        text-decoration: underline;
      }


/* STYLES FOR SMALLER HEIGHT */
@media all and (max-height : 320px){
  #topBar {
    height: 30px;
  }
    #topBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #topBar h1.wrap a {
        background: none;
      }
    #topBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #topBar button[name="find"],
      #topBar button[name="menu"],
      .retina #topBar button[name="find"],
      .retina #topBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
  }
  #content {
    top: 30px;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 72px;
  }
    #resultWrap .head {
      top: 0px;
    }
    #resultWrap #results {
      top: 19px;
    }
}
/* WIDTH 541px - 768px */
@media all and (max-width : 768px){
  #topBar button[name="menu"]{
    visibility: visible;
  }
  #menu {
    position: absolute;
    left: -1000px;
    z-index: 1001;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  }
  #menu.shown {
    left: 0;
  }
  #content {
    left: 0;
    padding: 48px 60px;
  }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% + 10px);
    padding: 51px 59px 0px;
    width: calc(100% - 138px);
    border-radius: 5px;
    background: #fff;
  }
}
/* Max Width 540px */
@media all and (max-width: 540px){
  #topBar {
    padding: 0px;
    height: 30px;
  }
  #topBar h1.wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
    #topBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #topBar h1.wrap a {
        background: none;
      }
    #topBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #topBar button[name="find"],
      #topBar button[name="menu"],
      .retina #topBar button[name="find"],
      .retina #topBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
    width: 100%;
  }
  #content {
    top: 30px;
    padding: 20px 30px;
  }
  .searchWrap {
    width: 100%;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 81px;
  }
    #resultWrap .head {
      top: 0px;
      padding: 0 0 5px 0;
      width: 100%;
    }
      #resultWrap .head span {
        margin-left: 10px;
      }
    #resultWrap #results {
      top: 19px;
    }
  table {
/*     font-size: 6px; */
  }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% + 10px);
    padding: 51px 59px 0px;
    width: calc(100% - 138px);
    border-radius: 5px;
    background: #fff;
  }
}
/* style for all idev */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px)
{
  #menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #content {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #results {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #search input { padding-left: 5px; }
  /* Remove hover events */
  #topBar button:hover {
    border: none;
  }
  #topBar a:hover {
    text-decoration: none;
  }
  #topBar h1 a:hover {
    color: #4b4b4b;
    text-decoration: none;
  }
  #resultWrap #results .result a:hover {
    text-decoration: none;
  }
    #resultWrap #results .result a:hover {
      color: rgb(96, 96, 96);
    }
    #resultWrap #results .result a:hover span {
      color: #b2b2b2;
    }
  #menu li a:hover {
    color: rgb(75, 75, 75);
  }
  #menu li a.active:hover {
    color: rgb(75, 75, 75);
  }
  #topBar button:hover, header button:focus {

  }
  .glossary-link:hover {
    border-bottom: none;
    text-decoration: none;
  }
    .glossary-close:hover p {
      color: #2f2f2f;
      text-decoration: none;
    }
  .question .title:hover {
    text-decoration: none;
  }
}
/* IPAD IN APP HELP */
.ipadInApp .spinner {
  display: none;
}
.ipadInApp #topBar {
  display: none;
}
.ipadInApp #menu {
  position: absolute;
  top: 0;
  left: -108px;
  z-index: 1001;
  overflow: scroll;
  width: calc(100% - 12px);
  border: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  transform: translate(0px,0);
  -webkit-overflow-scrolling: touch;
}
.ipadInApp #menu.shown {
  -webkit-transform: translate(108px,0);
  -moz-transform: translate(108px,0);
  -ms-transform: translate(108px,0);
  -o-transform: translate(108px,0);
  transform: translate(108px,0);
}
.ipadInApp #content {
  top: 0;
  left: 0;
  z-index: 1002;
  overflow: scroll;
  overflow-y: scroll;
  padding: 20px 30px;
  width: 480px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  transform: translate(0px,0);
  -webkit-overflow-scrolling: touch;
}
.ipadInApp.iphone #content {
    width: calc(100% - 60px);
}
.ipadInApp #content.hid {
  -webkit-transform: translate(100%,0);
  -moz-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  -o-transform: translate(100%,0);
  transform: translate(100%,0);
}
  .ipadInApp #content h1 {
    margin-bottom: 15px;
  }
.ipadInApp #home {
  margin: -20px 0px 21px;
}
.ipadInApp #home h1 {
  letter-spacing: 0.5px;
  font-size: 29px;
}
.ipadInApp #home p {
  letter-spacing: 0.3px;
  font-size: 15px;
}
.ipadInApp #home img {
  width: 150px;
  height: 150px;
}
.ipadInApp table {
  font-size: 11px;
}
.ipadInApp #menu li a:hover {
  color: rgb(75, 75, 75);
}
.ipadInApp #menu li a.active:hover {
  color: rgb(75, 75, 75);
}
.ipadInApp .glossary-link:hover {
  border-bottom: none;
  text-decoration: none;
}
  .ipadInApp  .glossary-close {
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
  }
  .ipadInApp  .glossary-close:hover p {
    color: #2f2f2f;     
    text-decoration: none;
  }
.ipadInApp .question .title:hover {
  text-decoration: none;
}
.ipadInApp img.logo {
  width: 203px;
  height: 215px;
}
.ipadInApp.ipad .glossary-overlay .glossary-modal {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 51px 59px 0px;
  width: calc(100% - 118px);
  height: calc(100% - 54px);
  border-radius: 0px;
  background: #fff;
}
.ipadInApp.iphone .glossary-overlay,
.ipadInApp.ipad .glossary-overlay
{
    overflow: hidden;
}
.ipadInApp.iphone .glossary-overlay,
.ipadInApp.ipad .glossary-overlay
{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 20px 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 0px;
  background: #fff;
  overflow: scroll;
}
.iphone-only,
.ipad-only
{
    display: none !important;
}
.ios:not(.ipad):not(.iphone) .ipad-only
{
    display: block !important;
}
.iphone .iphone-only,
.ipad .ipad-only
{
    display: block !important;
}