@charset "UTF-8";
/* CSS Document */

*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    line-height: 1.5;
}

body{
    margin:0;
    padding:0;
    background-color: white;
}

p, ol, ul {
    font-size: 14px;
    color: black;
    clear: both;
    z-index: 9999;
}

.footnote,
.footnote p,
.footnote li
{
    font-size: 11px;
}

p.reference-text
{
    text-indent: -30px;
    padding-left: 30px;
    padding-top: 30px;
}

p.equation
{
    text-align: center;
}

sub, sup
{
    font-size: 9px;
}

sup
{
    margin-left: -4px;
}

li {
    font-size: 14px;
    padding-bottom: 10px;
}

h1 {
    color: white;
    padding-top:100px;
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: normal;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
}

h2{
    padding-top: 225px;
    margin-top: -200px;
}

h3{
    font-size: 20px;
    color: #3c0c0c;
    padding-top: 20px;
}

h3 a{
    color: #3c0c0c;
}


h4, .sub-section h4{
    color:#2f68b7;
    font-size: 16px;
    text-align: left;
    padding-top: 20px;
}

h4 a{
    color: #2f68b7 !important;
    cursor: default;
}

.title-page
{
    color: white;
    text-align: center;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
    color:#2f68b7;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
    clear:both;
}

.image-download{
    text-align: center;
}

h3 a:hover
{
    text-decoration: none;
}
header
{
    width: 100%;
    background-image: url("images/leaves_header2.jpg");
    background-size: cover;
    background-position-y: 550px;
    position:fixed;
    height: 150px;
    z-index:5;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

#content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#content {
    background: #ffffff;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    position: relative;
    text-align: left;
    width: 100%;
    padding-top: 150px;
    max-width: 1400px;
}

#wrapper {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow:scroll;
    border-right: 1px solid #999999;
    padding-right: 10%;
    padding-top:30px;
    padding-bottom: 50px;
    height: 78%;
}


.accordionButton {
    width: 100%;
    float: left;
    background: transparent;
    cursor: pointer;
    padding-bottom: 10px;
    text-align: left;
}

.accordionButton a:hover,
.accordionButton a:focus {
    text-decoration: underline;
}

.accordionButton a
{
    font-size: 13px;
    display:block;
}

.accordionButton p {
    font-size: 13px;
}

.accordionButton h4 {
    color: #767676
}

.accordionButton .contact {
    cursor: auto;
}

.accordionContent {
    width: 100%;
    float: left;
    position: relative;
    _float: none;
    /* Float works in all browsers but IE6 */
    
    padding: 0 10px 0 0;
    list-style: none;
}

.accordionContent ul {
    padding-left: 20px;
}

.accordionContent li,
.accordionContent a:visited,
.accordionContent a:active,
.accordionContent a:link {
    text-decoration: none;
    font-size: 12px;
    color: #767676;
    line-height: 1.2;
    list-style: none;
}

.accordionContent a:hover,
.accordionContent a:focus {
    text-decoration: underline;
}

.topic {
    display: none;
    float: right;
    position: relative;
    padding-left:5%;
    width: 75%;
    margin-bottom: 100px;
}

.topic h4 a:hover,
.topic h4 a:focus {
    text-decoration: none;
}

.topic h2 a {
    font-size: 26px;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}

.topic h2 {
    font-size: 26px;
    font-weight: normal;
    color: white;
}

.chapter-top-style{
    padding: 10px;
    background-color: #2f68b7;
    width: 100%;
    float: left;
    border-bottom: 10px solid #3c0c0c;

}

.topic img {
    width: 100%;
    max-width: 1000px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.faq-menu {
    float: left;
    margin-top: 30px;
    width: 15%;
    max-width: 250px;
    position:fixed;
    overflow:hidden;
    height:100%;
}

table
{
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}

.appendix-b
{
    text-align: left;
}

.topic td
{
    background-color: white;
    border: 1px solid #999999;
    padding: 1%;
}

.topic .td-head{
    background-color: #2f68b7;
    border: 1px solid #999999;
    color: white;
}

.topic th
{
    background-color: #2f68b7;
    border: 1px solid #999999;
    color: white;
}

.topic table
{
    width: 100%;
}

.topic p.caption
{
    font-size: 10px;
    text-align:center;
}

.intro
{
    padding: 3% 2% 2% 2%;
    clear:both;
}

.intro p
{
    color: #999999;
}

.sub-section
{
    background-color: #d7e8ce;
    border: 1px solid #999999;
    padding: 2% 4% 2% 4%;
    margin: 3% 0 3% 0;
    clear: both;
    float: left;
    width: 100%;
}

.sub-section table
{
    width: 100%;
    text-align: center;
}

.sub-section.qa-summary
{
    background-color: #e4e4ec;
}

.sub-section.qa-summary h3{
    text-align: center;
    font-style:normal;
}

.half-image-L
{
    width: 50%;
    float: left;
    display: inline;
    padding-right: 5%;
}

.half-image-R
{
    width: 50%;
    float: left;
    display: inline;
    padding-left: 5%;
}

.half-image-L h4,
.half-image-R h4
{
    padding-top: 0;
    margin-top: 0;
}

.half-image-R a
{
    left: 38%;
}

.topic img.figure3c-1
{
    width: 62%;
    display: inline;
    float: left;
}

.topic img.figure3c-2
{
    width: 36%;
    display: inline;
    float:left;
    padding-left: 5%;
}

.topic .figure3c
{
    clear: both;
}

.image-wrapper
{
    text-align:center;
    padding: 0 4% 20px 4%;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    clear: both;
}

.image-wrapper h4{
    text-align: center;
}

.image-wrapper a
{
    font-size: 13px;
    width: 100%;
    left: 0;
}

.image-wrapper .half-image-L,
.image-wrapper .half-image-R
{
    position:relative;
}

.image-wrapper .half-image-L a,
.image-wrapper .half-image-R a
{
    font-size: 13px;
    position:absolute;
    width: auto;
    left: 45%;
}

.image-wrapper .half-image-L a
{
    left: 35% !important;
}

.image-wrapper .third-image{
    width: 33%;
    padding-right: 5%;
    float: left;
}

.image-wrapper .third-image:last-child{
    padding-right: 0;
}


.figure1a
{
    width: 40%;
    display: inline-block;
    padding: 0 5% 0 5%;
}

#scrollUp {

    bottom: 0;

    right: 20px;

    padding: 10px 20px;

    background-color: #2f68b7;

    color: white;

    border-radius: 10px 10px 0 0;

    cursor: pointer;

}


/* Right sliding menu -------- */
    .slide-right2
    {
       -webkit-animation: slide-right2 .05s ease-in-out normal; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
       animation:         slide-right2 .05s ease-in-out normal; /* IE 10+ */
       position: relative;
       -webkit-animation-fill-mode: forwards;
       -0-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
    }

    @-webkit-keyframes slide-right2
    {
       0% {right: -100%;}
       100% {right: 0%;}
    }

    @keyframes slide-right2
    {
       0% {right: -100%;}
       100% {right: 0%;}
    }

    .sliding-menu2
    {
        position: fixed;
        padding-top: 20px;
        background-color: #d7e8ce;
        width: 100% !important;
        display: block;
        top:65px;
        right: -100%;
        height: 100% !important;
        max-height: 100%;
        z-index: 10000;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        text-overflow: ellipsis;
        z-index: 4;
        -webkit-overflow-scrolling: touch;
    }

    .sliding-menu ul
    {
       padding-left: 10px;
    }

    .sliding-menu ul a
    {
       font-size: 20px;
       color: #d4d4d4;
       text-decoration: none;
       border-bottom: 0;
    }

    .sliding-menu ul li:hover,
    .sliding-menu ul li:active
    {
       background-color: black;
    }

    .sliding-menu ul li
    {
       list-style: none;
       padding: 10px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       border-radius: 4px;
    }

    .sliding-menu ul
    {
       margin-bottom: 50px;
    }

.mobile-menu-wrapper
{
    display:none;
}

.vegas-container{
    background-color:#2f68b7;
}

.main-title
{
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%;
}

.main-title h1
{
    font-size: 80px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.main-title h2
{
        text-shadow: 1px 1px 1px #000;
}



@media screen and (max-width: 800px){


.large-table-wrapper
{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.large-table-wrapper table
{
    max-width: 100%;
    overflow: scroll;
}

.faq-menu.desktop{
    display:none;
}

.mobile-menu-wrapper 
{
    display: block;
}

.mobile-menu-wrapper button{
  display: block;
  float: right;
  padding: 18px;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 10;
  background-image: url("images/MenuIcon.png");
  background-size:100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 30px;
}

.faq-menu.mobile
{
    width: 100%;
    margin-top: 0;
    max-width: 600px;
}

.faq-menu.mobile #wrapper
{
    border: 0;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40%;
    height: 100% !important;
}

.mask-wrapper
{
    background-color: black;
    opacity: .5;
    display:none;
    height: 100%;
    width: 100%;
    min-height:700px;
}

.topic
{
    width: 100%;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    padding-top: 40px;
    padding-bottom: 60px;
}

#content
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.half-image-R,
.half-image-L
{
    width: 100%;
    padding: 0;
}

.half-image-L
{
    padding-bottom: 50px;
}

.half-image-R a
{
    left: 40% !important;
}


body
{
    with: 100%;
    max-width: 100%;
}

header
{
    text-align: left;
    height: 75px;
    padding-left: 20px;
}

header h1
{
    padding-left: 0;
    padding-top: 22px;
    font-size: 20px;
}

.topic h2
{
    font-size: 26px;
}

#scrollUp
{
    display: none !important;
}

.main-title h1
{
    font-size: 60px;
    padding: 0 5% 0 5%;
    line-height: 1.2;
}

.main-title h2
{
    font-size: 22px;
    padding-left: 5%;
    padding-right: 5%;
}


}






