/*<editor-fold desc="Main Styles">*/
html{
    width: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    height: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}
h1{
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1.3rem;
}
.sub-hed{
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: .02em;
    color:#464646;
    font-weight: 400;   
}
h2{
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
    color:#464646;
    font-weight: 400;
    margin-top: 4rem;
    margin-bottom: 2rem;
    
}
h3{
    font-size: 1.2rem;
    line-height: 1.2;
    color:#464646;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
h4{
    font-size: 1.1rem;
    line-height: 1.2;
    color:#464646;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

span.p,
p{
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .02em;
    color:#464646;
    font-weight: 400;
}

ul{
   color:#464646; 
}

ol{
   color:#464646; 
}

audio{
    width: 100%;
}
.audio-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.caption{
    font-size: .93rem;
    line-height: 1.4;
    letter-spacing: .02em;
    color:#464646;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
.box-out{
    outline: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 95%;
    padding: 1rem;
    font-size: 1.2rem;
    color:#464646;
}

ul.box-out-font-match,
ol.box-out-font-match{
    font-size: 1.2rem;
}


.cta{
    outline: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 5rem;
    width: 280px;
    padding: 2rem;
    font-size: 1.2rem;
    color: white;
    background-color: #24B597;
    box-shadow: 0;
    transition: box-shadow .5s;
}

a img{
    box-shadow: 0;
    transition: box-shadow .5s;
}

a img:hover,
.cta:hover {
  box-shadow: 0px 0px 30px 2px #9596EB;
}

.call-out{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 90%;
    font-size: 1.2rem;
    font-style: italic;
    color:#464646;
}


table.intro{
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 95%;
    table-layout: fixed;
    color:#464646;
    border-collapse:separate; 
    border-spacing: 0 .5rem;
}
table.intro td{
    vertical-align: top;
}
.first-col{
    width: 40%;
    text-align: right;
}
.spacer-col{
    width: 5%;
}



.toc{
    margin: 0;
    margin-bottom: .5rem;
}
.code{
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-style: normal;
}
.indent{
    padding-left: 1.5em;
    margin: 0 0 .5rem 0;
}


a,
a:hover,
a:focus,
a:active{
    color: #000000;
    text-decoration: none;
}

 {
    color: #2122B0;
    text-decoration: none;
    border-bottom: 1px solid #2122B0;
}

.sub-hed a,
h2 a,
h3 a,
h4 a,
h5 a,
p a,
ol a,
ul.links a,
ul.toc a,
td a    {
    color: #2122B0;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(70,70,70,0.25);
}


.gray-link a{
    color:#464646;
}


ul.toc a:hover,
ul.toc a:focus,
ul.toc a:active{
    color: #000000;
    text-decoration: none;
}


.hide-mobile{display: none !important;}
.no-animation{
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}
/*</editor-fold>*/

/*<editor-fold desc="Colored Backgrounds">*/
@-webkit-keyframes fade_in {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fade_in {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
#bg_new {
    width: 100%;
    height: 100%;
    /*width: 100vw;
    height: 100vh;*/
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation:fade_in 4s;
    animation: fade_in 4s;
    z-index: -1;
}
#bg_old {
    width: 100%;
    height: 100%;
    /*width: 100vw;
    height: 100vh*/;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
/*</editor-fold>*/

/*<editor-fold desc="Header">*/
#header{
    position: relative;
    padding: 0;
    height: 7rem;
}
#header #header-nav-bg-holder{display:none;}
#header .container{
    margin-bottom: 0 !important;
}
#header.scrollbar-present{
    margin-left:-15px;
}
#header .logo{
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: normal;
    color:#000000;
    display: block;
}
/*</editor-fold>*/

/*<editor-fold desc="Menus">*/
#header .header-nav-container{
    margin-top:1rem;
    height:23px;
}
#header .nav{
    width: 100%;
    height: 100%;
    position: relative;
}
#header .nav-item{
    position: absolute;
    display: block;
    margin-right: 5px;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    -ms-transition: left 1s;
    outline: none !important;
    overflow: hidden;
}
#header .nav-item.ov-visible{
    overflow: visible;
}
#header .nav-item.first{
    left:0;
}
#header .nav-item.second{
    left: 4.3125rem;
}
#header .nav-item.second .dropdown-menu{
    left:-4.3125rem;
}
#header .nav-item.third{
    left: 10.625rem;
}
#header .nav-item.third .dropdown-menu{
    left:-10.625rem;
}
#header .nav-item.fourth{
    display:none;
}
#header .nav.closed .nav-item{
    left:0;
}
#header .nav.closed .dropdown-menu{
    left:0;
}
#header .nav.closed .nav-item.active{
    opacity: 1;
    z-index: 10;
}
#header .nav-link{
    padding:0 5px 0 0;
    margin-right: 0;
    
    font-size:1rem;
    
    line-height: 1;
    letter-spacing: .02em;
    color: #464646;
    position: relative;
    outline: none !important;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
}
#header .nav.closed .nav-link{
    opacity: 0;
}
#header .nav.closed .nav-item.active .nav-link{
    opacity: 1;
}
#header .nav-link::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0.03);
    transform-origin: bottom center;
    background: rgba(191,190,203,0.8);
    z-index: -1;
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
}
#header .nav-item.show .nav-link:after{
    transform: scaleY(0.85);
}
#header .nav-link.size1{
    width: 4rem;
}
#header .nav-link.size2{
    width: 6rem;
}
#menu-triangle{
    position: absolute;
    left: 17rem;
    opacity: 1 !important;
    width: 40px;
    height: 30px;
    cursor: pointer;
    overflow: visible !important;
    top:-7px;
}
#menu-triangle.special-position{
    left: 9.125rem;
}
#header .nav-arrow {
    height: 1rem;
    width: 1rem ;
    text-align: center;
    display: inline-block;
    border: none;
    line-height: 1rem !important;
    position: absolute;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg) ;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
    top: calc(50% - (1rem / 2));
    left: calc(50% - (1rem / 2));
}
#header .nav.closed .nav-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
#header .nav-arrow svg{
    height: .93rem;
}
#header .nav-item .dropdown-menu{
    background: none;
    border: none;
    border-radius: initial;
    margin:.6rem 0 0;
    padding: 35px 0 .25rem;
    width: 16.625em;
    opacity: 0;
    display: block;
    transition: all 1s ;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
#header .nav-item .dropdown-menu.show{
    opacity: 1;
    transition: all 0s ;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
}
#header .nav.closed .dropdown-menu,
#header .nav.closed .dropdown-menu.show,
#header .nav-item.page-change .dropdown-menu,
#header .nav-item.page-change .dropdown-menu.show{
    transition: all 1s, opacity 1s .3s;
    -webkit-transition: all 1s, opacity 1s .3s;
    -moz-transition: all 1s, opacity 1s .3s;
    -o-transition: all 1s, opacity 1s .3s;
    -ms-transition: all 1s, opacity 1s .3s;
}
#header .nav-item .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top center;
    background: rgba(191,190,203,0.9);
    z-index: -1;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
}
#header .nav-item .dropdown-menu.show:after{
    transform: scaleY(1);
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
}
#header .nav-item .dropdown-item,
#header .nav-item .dropdown-item-empty{
    font-size: 1.7rem;
    line-height: 2.4rem;
    letter-spacing: normal;
    font-weight: 400;
    display: block;
    padding:0 0 0 1rem;
    color: #ffffff;
    white-space: normal;
    text-indent: -1rem;
}
#header .nav-item .dropdown-span{
    font-size: .75rem;
    line-height: .8rem;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: right;
    font-weight: 400;
    display: block;
    padding:0 3px 0 0;
    color: #ffffff;
    white-space: normal;
}
#header .nav-item .dropdown-item:hover{
    background: none;
    color:#464646;
}
#header .nav-item .dropdown-item:hover,
#header .nav-item .dropdown-item:focus{
    background: #0033FF;
    color: #ffffff;
}
#header .nav-item .dropdown-menu .dropdown-menu-list{
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
}
#header .nav-item .dropdown-menu.show .dropdown-menu-list {
    opacity: 1;
    transition: opacity 0.3s 0.7s;
    -webkit-transition: opacity 0.3s 0.7s;
    -moz-transition: opacity 0.3s 0.7s;
    -o-transition: opacity 0.3s 0.7s;
    -ms-transition: opacity 0.3s 0.7s;
}
/*</editor-fold>*/

/*<editor-fold desc="Main Styling">*/
.container .anchor {
    position: relative;
}
.container .anchor a{
    position: absolute;
    top:-7rem;
}
.fold-container{
    display: none;
}
.read-more{
    display: block;
    text-transform: uppercase;
    height: 1rem;
    text-align: right;
    position: relative;
    cursor: pointer;
    color: #2122B0;
}
.read-more::before {
    content: "";
    position: absolute;
    top:5px;
    left: 0;
    width: calc(100% - 1.3rem);
    height: 100%;
    transform: scaleY(0.03);
    transform-origin: top center;
    background: rgba(191,190,203,0.8);
    z-index: -1;
}
.read-more .more,
.read-more .less{
    width: 100%;
    position: absolute;
    opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    right: 1.2rem;
}
.read-more.open .more,
.read-more .less{
    opacity: 0;
}
.read-more.open .less{
    opacity: 1;
}
.read-more .nav-arrow {
    height: 1rem;
    width: 1rem ;
    text-align: center;
    display: inline-block;
    border: none;
    line-height: 1rem !important;
    position: absolute;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg) ;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    top: 3px;
    right: 0;
}
.read-more.open .nav-arrow {
    -webkit-transform: rotate(90deg) ;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.read-more .nav-arrow svg{
    height: .93rem;
}
/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
footer{
    background-color: rgba(191,190,203,0.8);
}
footer p{
    color: #FFFFFF !important;
    font-size: 12px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
footer a{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}
footer hr{
    border-color: #FFFFFF;
    margin:24px 0 12px;
}
/*</editor-fold>*/

/*<editor-fold desc="Spacing">*/
.container{
    padding:0 5px;
}
.row{
    margin-left: -5px;
    margin-right: -5px;
}
footer {
    margin-top: 8rem;
}
.hero-wrapper{
    margin-bottom: 2rem;
}
.hero-holder{
    width: 100%;
    padding-bottom: 66.66%; /* 3:2 */
    position: relative;
    overflow: hidden;
}
.hero{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.sub-hed{
    margin-bottom: 5rem;
}
.img-p{
    margin-bottom: 2rem;
}
.img-img{
    margin-bottom: 2rem;
}
.p-img{
    margin-bottom: 3rem;
}
.img-caption{
    margin-bottom: 1rem;
}
.caption-p{
    margin-bottom: 2rem;
}
.caption-img{
    margin-bottom: 3rem;
}
.space-below-1rem{
    margin-bottom: 1rem;
}
.space-below-2rem{
    margin-bottom: 2rem;
}
.space-below-3rem{
    margin-bottom: 3rem;
}
/*</editor-fold>*/

/*<editor-fold desc="Media Queries">*/
@media(max-width: 575px){
    .container{
        position: relative;
    }
    #header #header-bg-holder{
        display: none;
    }
    .enable-scroll .header-nav-container{
        height: 3rem !important;
        width: 100%;
        position: fixed;
        top:-45px;
        left:0;
        z-index: 100;
        margin:0 !important;
        padding:1rem 5px 0;
        animation: slide-top 0.5s forwards;
        -webkit-animation: slide-top 0.5s forwards;
    }
    @keyframes slide-top {
        from{top:-45px;}
        to{top:0px;}
    }
    .enable-scroll #header #header-nav-bg-holder{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        display: block;
    }
    #header .nav-link::after {
        bottom: 2px;
    }
    .read-more::before{top:5px;}
    .read-more .nav-arrow{top:3px;}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px){
    html{
        font-size: 18px;
    }
    .hide-mobile{display: block !important;}
    .container,
    .img-fluid,
    .hero-wrapper{
        position: relative;
        padding:0 10px;
        max-width: 556px;
        z-index: 0;
    }
    .container{z-index: 1;}
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    h1{
        font-size: 1.7rem;
        line-height: 1;
        letter-spacing: normal;
        font-weight: 400;
        margin-top: 2.6rem;
    }
    .sub-hed{
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: .02em;
        color:#464646;
        font-weight: 400;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    h2{
        line-height: 1.2;
        letter-spacing: .03333em;
        color:#464646;
        font-weight: 400;
    }
    ol,ul,
    p{
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: .02em;
        color:#464646;
        font-weight: 400;
    }
    .caption{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        font-size: .88888rem;
        line-height: 1.4;
        letter-spacing: .02em;
        color:#464646;
        font-style: italic;
    }
    
    .cta{
        width: 400px;
    }
    
    footer {
        margin-top: 8rem;
    }
    #header{
        padding: 10px 0 0 0;
    }
    #header .logo{
        margin-bottom: 1rem;
    }
    #header .nav-item .dropdown-menu{
        width: 18rem;
        padding: 3rem 0 .25rem;
    }
    #header .nav.closed .nav-item .dropdown-menu{
        left:0;
    }
    #header .nav-arrow svg,
    .read-more .nav-arrow svg{
        height: .75rem;
    }
    #head
    .hero-wrapper{
        margin-bottom: 3rem;
    }
    .hero-holder{
        padding-bottom: 75%; /* 4:3 */
    }
    .hero{
        height: 100%;
        width: auto;
    }
    .img-p{
        margin-bottom: 2rem;
    }
    .p-img{
        margin-bottom: 3rem;
    }
    .img-caption{
        margin-bottom: 1rem;
    }
    .caption-p{
        margin-bottom: 2rem;
    }
    body{
        padding-top:7rem;
    }
    #header{
        width: 100%;
        position: fixed;
        top:0;
        left:0;
        z-index: 100;
    }
    #header #header-bg-holder{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        display: block;
    }
    #header .nav-link::after {
        bottom: 2px;
    }
    #header .nav-item.second{
        left: 5rem;
    }
    #header .nav-item.second .dropdown-menu{
        left:-5rem;
    }
    #header .nav-item.third{
        left: 12rem;
    }
    #header .nav-item.third .dropdown-menu{
        left:-12rem;
    }
    #header .nav-item.fourth{
        display: block;
        position: absolute;
        left: 19rem;
    }
    #header .nav-item.fourth .dropdown-menu{
        left:-19rem;
    }
    #menu-triangle{
        top: -5px;
        left: 23.2rem;
    }
    .read-more{font-size:16px;}
    .read-more::before{top:4px;}
    .read-more .nav-arrow{top:1px;}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px){
    html{
        font-size: 22px;
    }
    .container,
    img.img-fluid,
    .hero-wrapper{
        padding:0;
        max-width: 700px;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    #header{
        padding: 10px 0 0 0;
    }
    #header .logo{
        margin-bottom: 1rem;
    }
    #header .nav-item .dropdown-menu{
        padding-top:2.75rem;
    }
    #header .nav-link{
        padding:0;
        font-size:1rem;
        line-height: 1;
        letter-spacing: .02em;
    }
    h1{
        font-weight: 400;
        margin-top: 2.3rem;
    }
    .caption{
        font-size: .9rem;
        line-height: 1.4;
        letter-spacing: .02em;
        color:#464646;
        font-style: italic;
    }
    footer {
        margin-top: 10rem;
    }
    .hero-wrapper{
        margin-bottom: 2rem;
    }
    .hero-holder{
        padding-bottom: 66.66%; /* 3:2 */
    }
    .hero{
        height: auto;
        width: 100%;
    }
    .sub-hed{
        margin-bottom: 6rem;
    }
    .img-p{
        margin-bottom: 2rem;
    }
    .p-img{
        margin-bottom: 3rem;
    }
    .img-caption{
        margin-bottom: 1rem;
    }
    .caption-p{
        margin-bottom: 2rem;
    }
    .read-more{font-size:19px;}
    .read-more::before{top:5px;}
    .read-more .nav-arrow{top:1px;}
}

.first-col{
    width: 30%;
    text-align: right;
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px){
    .container,
    img.img-fluid,
    .hero-wrapper{
        max-width: 800px;
        /* 
        margin-bottom: 2rem;   <--- HAD TO DISABLE THIS TO CONTROL SPACING BETWEEN CAPTION AND IMAGE
        */
    }
    .hero-holder{
        padding-bottom: 56.25%; /* 16:9 */
    }
    h1{
        margin-top: 2.1rem;
    }
    #header .nav-item .dropdown-menu{
        padding-top:2.65rem;
    }
}
/*</editor-fold>*/
